OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS Question
This page's ID:
11015
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
Rather than using a class for every single link, I suggest you structure your page like this (I wouldn't be surprised if it's already structured similarly): <div id="menu"> <!-- needn't be a div tag, just the ID is important --> ...menu here... </div> <div id="content"> ...content here... </div> Then, you can use this CSS to change only the links in the content area: #content a:link { /* only links which are somewhere within (the element with id="content") */ ... } #content a:hover { ... } etc. Separately, you can set the menu's link color with #menu a:link { ... } etc.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »