Posted by Gιrard Talbot on 10/12/05 00:27
obarbut@gmail.com a Γ©crit :
> Ah, I found the problem!
>
> My use of making the stretchable bits of this page use a distance from
> each side of the parent div is not working with IE.
Nested abs. pos. elements work accordingly in MSIE 6.
One problem I immediately see in your webpage is that a majority of your
abs. pos. nested div are empty div, empty nodes. There is nothing to
display.
Also, you should be attentive, worrysome regarding too many nested divs.
"
Classitis and Divitis
A common error of beginning CSS coders is to use far too many <div> tags
and class attributes (...)
Ninety-nine out of a hundred times these complicated structures are
unnecessary. When you start writing CSS you should avoid them, instead
of thinking you found the one in hundred exception to the rule.(...)
"
Web Page Development: Best Practices
http://developer.apple.com/internet/webcontent/bestwebdev.html
I am absolutely convinced you do not need all these nested divs to
render all those background-images.
You can absolutely positioned these images inside the abs. pos. <div
id="window">.
GΓ©rard
--
remove blah to email me
[Back to original message]
|