I'm looking to add a second css a:link/hover/visited style to a div section on a website footer so that they have a different style from the main site.
How would go about this?
thanks
I'm looking to add a second css a:link/hover/visited style to a div section on a website footer so that they have a different style from the main site.
How would go about this?
thanks
Last edited by neilkw; 04-03-2006 at 07:18 PM.
Use a descendent selector:Originally Posted by neilkw
Code:#footer a:link { /* ... */ } /* etc. */MikeHTML Code:<div id="footer"> <!-- ... --> </div>
just the job. cheers
Bookmarks