> From: Lyn Patterson 

> www.mwg.green.net.au/testpages/plants.html

I'd add something like

#content p a:hover { color: rgb(204, 68, 68); }

to the stylesheet. Should do the trick. If you just want
to affect the links in that particular bit, you'll have to
do something like create a class (as said in the other email,
the best thing to do if you will be using it more than once
on the same page) or use an id

e.g.

p.otherlinks a:hover { color: rgb(204, 68, 68); }

<p class="otherlinks">Please visit our

or

p#otherlinks a:hover { color: rgb(204, 68, 68); }

<p id="otherlinks">Please visit our

Patrick
________________________________
Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to