Posted by Toby Inkster on 04/25/06 01:08
Ian Davies wrote:
> I want to display more than one style of link on a webpage using CSS but an
> finding it impossible to do. I wish the menu bar at the top to have
> different style of link to those links in the main body.
A:link { ... }
A:visited { ... }
DIV.menu A:link { ... }
DIV.menu A:visited { ... }
A.special:link { ... }
A.special:visited { ... }
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|