OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Having issues with my .CSS for links
This page's ID:
24040
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
It's not really a quirk, but rather a deliberate feature. Specificity is the same, that means source order defines what overides what. Ther eare typically two approaches to this: LoVe-HAte order - a:link, a:visited, a:hover, a:active However, that affects anchors as well as links. Here's a better way of doing it: [code]:link{/*...*/} :visited{/*...*/} :link:focus, :visited:focus{/*...*/} :link:hover, :visited:hover{/*...*/} :link:active, :visted:active{/*...*/}[/code] -- var Liorean = { prototype: [sigrotate]JavaScript|XML|XHTML|HTML|CSS|ProgrammingTheory[/sigrotate]Guru.prototype, abode: "[sigrotate][url]http://liorean.web-graphics.com/[/url]|[url]http://codingforums.com/[/url]|[url]http://web-graphics.com/[/url][/sigrotate]", profile: "[url]http://codingforums.com/member.php?u=5798[/url]"};
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »