CSS a:hover problem
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...

