chotchstar
MIS
Hi
I've been using CSS to control mouseover changes on text hyperlinks, e.g.
A:hover
{
color: #669999;
font-family: Arial;
font-size: 9pt;
text-align: center;
text-decoration: none;
}
resulting in the text colour changing when user moves the mouse over the text link. I would like two have different mouseover colours on different parts of the page (e.g. navigational buttons would change to one colour and links in the body text change to another colour).
Does any one know how I could do this using CSS (or any other means)?
I hope that this makes sense and would be very grateful for any thoughts or advice anyone has.
I've been using CSS to control mouseover changes on text hyperlinks, e.g.
A:hover
{
color: #669999;
font-family: Arial;
font-size: 9pt;
text-align: center;
text-decoration: none;
}
resulting in the text colour changing when user moves the mouse over the text link. I would like two have different mouseover colours on different parts of the page (e.g. navigational buttons would change to one colour and links in the body text change to another colour).
Does any one know how I could do this using CSS (or any other means)?
I hope that this makes sense and would be very grateful for any thoughts or advice anyone has.