OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Simple CSS Problem
This page's ID:
11114
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 an example style using a menu div with an unordered list of links[code]a /* default link style */ { color:#1C5E96; text-decoration:none; } a:hover /* default link hover style */ { color:#2586d7; text-decoration:underline; } #menu li a /* link in a li that is in a div with the id menu */ { color: #ffffff; text-decoration: none; } #menu li a:hover /* link:hover in a li that is in a div with the id menu*/ { color: #F7AF69; text-decoration: none; }[/code]and the div[code]<div id="menu"> <ul> <li><a href="#">link</a></li> <li><a href="#">link2</a></li> </ul> </div>[/code]Take a look at [url=http://www.w3.org/TR/CSS2/selector.html]css2 selectors[/url] [This message has been edited by ninmonkey (edited 12-05-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »