Mel
09-25-2005, 06:58 AM
I just set up the AnyLink CSS Menu,
http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
on a page and made it match the existing navigation bar. So far, so cool.
But in Opera (currently running version 8.02), the drop downs "drop down" way below the original navigation bar with the anchor links.
The page in question is http://atrakehner.com It looks right in IE6, Firefox, Netscape--at least in the versions I tried--so at this point I am thinking it is just an Opera thing.
The css I am using is:
.anylinkcss{
position:absolute;
visibility: hidden;
border: 2px solid #F0FAFE;
border-bottom-width: 0;
font-size: 11px;
font-family: verdana, arial, sans-serif;
font-weight:700;
line-height: 13px;
z-index: 100;
background-color: #E8F9FF;
width: 140px;
}
.anylinkcss a{
color: #0874BE;
width: 136px;
display: block;
border: 2px solid #F0FAFE;
padding: 1px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:visited{ /*hover background color*/
background-color: #E8F9FF;
color: #0874BE;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #058ECE;
color: white;
border-style: outset;
text-decoration:underline;
}
Please let me know if I need to post the content of the anylink.js file...it is unmodified from the DD script.
Thanks so much to anyone who can shed some light on this! :)
http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
on a page and made it match the existing navigation bar. So far, so cool.
But in Opera (currently running version 8.02), the drop downs "drop down" way below the original navigation bar with the anchor links.
The page in question is http://atrakehner.com It looks right in IE6, Firefox, Netscape--at least in the versions I tried--so at this point I am thinking it is just an Opera thing.
The css I am using is:
.anylinkcss{
position:absolute;
visibility: hidden;
border: 2px solid #F0FAFE;
border-bottom-width: 0;
font-size: 11px;
font-family: verdana, arial, sans-serif;
font-weight:700;
line-height: 13px;
z-index: 100;
background-color: #E8F9FF;
width: 140px;
}
.anylinkcss a{
color: #0874BE;
width: 136px;
display: block;
border: 2px solid #F0FAFE;
padding: 1px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:visited{ /*hover background color*/
background-color: #E8F9FF;
color: #0874BE;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #058ECE;
color: white;
border-style: outset;
text-decoration:underline;
}
Please let me know if I need to post the content of the anylink.js file...it is unmodified from the DD script.
Thanks so much to anyone who can shed some light on this! :)