I have a website that i am nearly finished working on, I am now testing the page and have found a problem.
I am using the lines:
a:hover {
text-decoration: underline;
}
in my css to underline link text when the mouse pointer hovers over the top of it. When testing it i found that this works perfect in IE6 and 7 but it doesnt work in firefox? is there a reason for this or can i adapt my code in any way to make this work?
Thanks


Reply With Quote
Bookmarks