OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
Scroll Bar Color for scrollable DIV
This page's ID:
28197
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
OK... the latest and greatest is online, including: simplified XHTML! 2 things I am extremely interested in: 1) simplifying the XHTML 2) naming conventions!!!! (my biggest weakness). Is it "semantically" incorrect to name div areas "HEADER" "MIDDLE" "FOOTER"? Hack, but no workaround? The following div arrangement is a hack: [code]<div id="HACK"><div class="A">my content</div></div>[/code] Why? So I can do this is my CSS: #HACK div.A { ...style ... } Why the class "A"? so that the above definition does not mess up a 2nd DIV element within #HACK or the "A" class div itself. What I couldn't figure out! How to have multiple definitions for a single ID'd element. So I never got the following CSS to work: [code]#HACK.bgImage1 #HACK.bgImage2[/code] (edited this) The above selector just never worked. Should it? Did I do something wrong? Which means I was never able to wire up the following: [code]<div id="HACK" class="bgImage2"/>[/code] ...again, help with the semantic naming conventions! and help with the simplified XHTML! Thanks, Forever Greatful, Karl in Phoenix. [small](Edited by [url=http://www.ozoneasylum.com/user/1249]Karl[/url] on 07-13-2006 06:05)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »