AlbertAguirre
Programmer
My navigation in my project is a table with several rows. Each row has a text link in it.
In css I have the entire row go dark on a mouse rollover (hover).
For mozilla and others its done with css alone.
For IE its got to be javascript (thanx bill gates)
My problem is that it looks great as long as the text links are NOT links.
When I make the text an actual link (href) then the default link styling takes over.
How do I override the default link styling?
I created a new class for the links and it works fine but only when I rolover the link.
I want the formatting to change when i hover over the table row not just the actual text.
makes sense?
see the project here:
In css I have the entire row go dark on a mouse rollover (hover).
For mozilla and others its done with css alone.
For IE its got to be javascript (thanx bill gates)
My problem is that it looks great as long as the text links are NOT links.
When I make the text an actual link (href) then the default link styling takes over.
How do I override the default link styling?
I created a new class for the links and it works fine but only when I rolover the link.
I want the formatting to change when i hover over the table row not just the actual text.
makes sense?
see the project here: