View Single Post
Old 17-03-2008, 10:33   #1 (permalink)
hyperzzzz
Registered User
 
Join Date: Mar 2008
Posts: 41
Inline css changing the properties of the links

How can I use inline CSS but change the properties of a link i.e visited, active etc

<p style='font-family:verdana, arial;font-size:0.65em;color: #ffffff;padding-left:30px;padding-right:30px;'><a href="javascript:collapse2.slideit

()">Open/Close</a></p>


Thats my current inline settings, it cannot be put into a div because otherwise the javascript doesnt work correctly.

THANKS!
  Reply With Quote