hi here's my code (a bit simplified)
<thisIsADiv id="wrapper" style="width:960px; margin:0 auto; position: relative;">
<img src="img/bg/wrapper.jpg" alt="" width="960" id="bg" style="position:absolute; top:0; left:0; z-index:0; height:100%;" />
<some more stuff></stuff>
</thisIsADiv >
here's my problem: if i give my image 100% height it works correctly in firefox/chrome (it stretches all allong its wrapper) while in explorer it inherits the page height!! causing an overheighted page. I tried with height=inherit but in firefox/chrome image doesn't stretch at all, in explorer the problem remains the same. Height=auto: the same as above in F/C + explorer doesn't stretch too.
Any idea? Thanks Vitto