OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
@Page and Media
This page's ID:
10742
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
[quote]Wow... very complex stuf over there! Say, what does the # "pound" symbol represent (here is an example): #menu a:active { color: #ffe; text-decoration: underline overline; background: transparent; font-weight: bold; } And what is a "menu" class?[/quote] If you have an HTML element somewhere in your page with an ID set, such as: <div id="menu">blah blah blah</div> Then the style sheet with #menu as its selector will apply only to that <div> tag and its contents. There is no menu "class" predefined. They're just saying to apply that style sheet to all active <a> tags within the html element that has "menu" as its ID. Note that an ID is only allowed to be set on one HTML element. For instance, this is illegal: <div id="something"></div><p id="something></p> but this is fine: <div id="something"></div><p id="somethingdifferent"></p>
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »