Sorry for the multiple posts - just trying to post the code but keep running into character limits.
This is the CSS that is on the HTML page with the floatie.
Code:
<style type="text/css">
<!--
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
}
td img {
display: block;
}
.style23 {
font-size: 8pt
}
.style24 {
font-size: 10pt
}
.white_text {
color: #FFF;
padding-top: 0px;
margin-top: 19px;
font-size: 10pt;
}
#dhtmlfloatie {
position: fixed;
left: -900px;
left: -900px;
filter:alpha(opacity=10);
-moz-opacity:50;
padding: 0px;
margin: auto;
z-index: 100;
background-image: url(images/ar_map_popup.jpg);
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
text-align: center;
}
.nav a:hover{
font: 9px Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
color: #FFF;
}
a:hover{
font: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: underline;
color: #003366;
}
a {
font: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
color: #003366;
}
.nav a{
font: 9px Arial, Helvetica, sans-serif;font-weight: bold;
text-decoration: none;
color: #003366;
}
.regulator {
float: left;
width: 325px;
margin: 15px 0px 0px 0px;
}
div#dhtmlfloatie img {
padding: 0px;
margin: 0px;
}
.styleGrayDivider {
color: #999999
}
.commish_pic {
text-align:center;
margin: 0px 0px;
padding: 2px;
margin-top: 0px;
float: left;
width: 100px;
}
.past_member {
float:left;
background-color:#FFF;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
border: none;
text-align: left;
width: 230px;
margin: 2px 2px 0px 2px;
height: 100%;
clear: right;
font-weight: bold;
}
.commish_info {
float:left;
background-color:#FFF;
font-size: 9pt;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
border: none;
text-align: left;
line-height: 1.2em;
width: 200px;
margin: 0px 2px 2px 2px;
height: 100%;
}
.style25 {
font-size: 14pt;
font-weight: bold;
}
.style27 {
font-weight: bold
}
.spacer2 {
width: 50px;
float: left;
}
.spacer1 {
width: 50px;
float: left;
}
-->
</style>
Bookmarks