I'm making a website and I want it to look good. I've always liked the hover command to diplay the text in another color when you hover your mouse over it. I made this work in my CSS file and all is working properly.
But.. now onto the problem. My webpage has three base-colors and the text is white, but when you hove rove rit it changes to one of the THREE base colors. Normally this works well, but I've got a table on my website too with another background color, which is actually the same as the hover color. I can't (or don't want to would be bettter) change the the base and background color, so I want to change the hover color. But only on a specifick place, not for the whole html document.
So.. is there a way to have more than ONE hover color on a website using CSS? Or HTML? I've searched the web, but I haven't come up with anything good. I really want to make this work, right now my text is 'disappearing' when you hover your mouse over the textlink
Okay, this opened up some perspectives for me to work on. But what if the two text parts already have a class assigned to them? The normal one just with the one with the hover command in it and the special one with a few other settings. Should i add the thing you posted here to the special one?
Or should I just write a separate CSS for those pages (i actually have that already) and use your method on the two (only two of them) text-links that need a different hover color?
Now that I think of it.. the second method, your method, sounds way easier!
something neato 'bout CSS ----> it carries 3 primary managers for tags.
1. #ID
2. .CLASS
3. A:hover(standard feature)
All can be implemented at the same time to the same tag..though it will become confusing to edit later on for high end sites.
the last method that can be added even with the above 3 would be placing it directly into your HTML
ie:
<A id="butter" Class="peanut" Style="cursor:hand;"></a>
hope this gives you a lot to play with.
Netscape Navigator...Frontpage....can life as an SEO be any more complicated?
Bookmarks