Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

CSS a:hover problem

when I have a external link in the <a> such as http://au.yahoo.com or http://www.google.com the hover does not work,
but if its a local link ie: about.html or /folder/somewhere.html
the hover will work,
heres the css:
a.sub_nav {
color: #4444cb;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-color: #777777;
padding-bottom: 1px;
border-bottom-style: solid;
}
a.sub_nav:hover {
color: #8888ff;
border-bottom-width: 4px;
border-bottom-color: #777777;
padding-bottom: 1px;
border-bottom-style: solid;
}
a.sub_nav:visited {
color: #4444cb;
border-bottom-width: 1px;
border-bottom-color: #777777;
padding-bottom: 1px;
border-bottom-style: solid;

}

i have tested with IE 7, firefox 1.5, and opera 9

thanks in advance :SICK:

sorry my browser said it timed out...
[910 byte] By [enaknonnel] at [2007-11-11 10:01:43]