OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS Issue
This page's ID:
23909
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 am having a problem getting my CSS document to work flawlessly with my HTML document. Here is the full short css document so far... .background { background-image: url(images/repeatgraphic.gif); background-repeat: repeat-x } .formsideleft1 { background-image: url(images/formsideleft1.gif); background-repeat: repeat-y } .formsideright1 { background-image: url(images/formsideright1a.gif); background-repeat: repeat-y } .formsidebottom1 { background-image: url(images/formbottomrepeat_02.jpg); background-repeat: repeat-x } <!--These are strictly color identifiers for data cells--> .grey { background-color: E6E6E6 } .blue { background-color: "003399" } <!--These are text formatting attributes--> .body4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: 333333; text-align: left; background-color: E6E6E6 } .body1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: 333333; text-align: left; vertical-align: baseline; background-color: E6E6E6 } .body2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: 333333; text-align: center; vertical-align: baseline; background-color: E6E6E6 } .body3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: FFFFFF; text-align: left; vertical-align: baseline; background-color: 003399 } Now the problem I'm having is that the "body4" style doesn't really interact with anything on my website. The only reason I have it there is because every time I remove it, all my styles fail. I stole it from one of my other sites to start a new css document with this one. It has some magical property that makes or breaks my entire css document. It doesn't look different than the other styles, but somehow they are all contingent on it's existence. It's driving me nuts. [small](Edited by [internallink=2723]Rondavu[/internallink] on 11-03-2004 22:20)[/small] [small](Edited by [internallink=2723]Rondavu[/internallink] on 11-03-2004 22:21)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »