Code for rollover button
Just change the colors and the page address of the popup window to suit need and insert into a webgem (Insert > HTML).
<STYLE type=text/css>
#rollbutton a {
color: #000000;
font-size:13px;
font-weight: bold;
text-decoration: none;
border:2px outset light gray;
background-color:#CD853F;
display: block;
width: 85px;
height: 26px;
padding: 3px;
}
#rollbutton a:hover {
background-color: #F4A460;
color:#000000;
padding-left: 3px;
border:2px inset light gray;
}
</STYLE>
<DIV id=rollbutton>
<DIV><A href="javascript:void(0)"
ONCLICK="open('id48.htm','miniwin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=360,height=400')" title="Hidden Site Map!" onfocus="this.blur()"><center>SITE MAP</center></A> </DIV>
</DIV>
|