OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Hover and links
This page's ID:
10940
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
I'm not entirely sure I understand - you want the links in the menu to change the way they currently do, but in the list of songs, you want only the text color to change? If so, all you need to do is set up a class. Set the default to be however you want the majority of links on the page to behave. Set a class of .nav for the navigation menu. So you'd have your a:link, a:visited, a:active { color:yellow; } a:hover { color:red; } a.nav:link, a.nav:visited. a.nav:active { color:yellow; background-color:black; } a.nav:hover { color:black; background-color:yellow; } the colors are just examples obviously. then in your HTML you'd have <a class="nav" href="blah blah> [url=http://in-dented.com/asylum.php] [img]http://in-dented.com/sigs/indentsig.gif[/img] [/url] [This message has been edited by DL-44 (edited 03-19-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »