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
Here's some notes to help you out. 1) Also using firefox, and I'm not getting a color change on hover to begin with. (Before, or after clicking your link) 2) Don't define font size in pt's. If you do, font sizes will vary by browser and OS. Use px or em to get a more consistant size for all users. 3) Why are you using HTML comments inside style code? I don't think this is a good idea, will someone who knows confirm, or correct me? If you're trying to hide the style from an old browser, I think using @import would be a better idea[code]<style type="text/css"> @import "/styles/stylebasic.css"; </style>[/code] 4) You're page doesn't [url=http://validator.w3.org/check?verbose=1&uri=http%3A//lostcitytinnos.net/beta1/index.htm]validate[/url] 5) You have a lot of redundant code, you can change it like this:[code]/* due to specifity, use link selectors in the following order: a{} a:link{} a:visited{} a:hover{} a:active{} */ a, a:link, a:visited, a:hover, a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; color: #FFFFFF; text-decoration: none; } a:hover, a:active { color: #6798B8; }[/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »