I have a page that I'm working on which uses an external stylesheet. For the most part, the textual rollover links are served well by:-
a:hover { text-decoration: underline; color: #6699CC}
a { text-decoration: none}
which are defined in the external stylesheet.
Unfortunately, I have a few text links which the hover color is not suitable for. Is there any way that I can define a style just for these links? Is it a matter of creating another style in the stylesheet or can I do it inline?
The colors I need are #FFFFFF for the text and #FFFF00 for the rollover.
Bookmarks