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 instead of its parent div. 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.
exactly..but i need to do it because the page content changes per page. I could use javascript to achieve that but i want it to use as my last resort..i'd just lke to know whether that bug has a solution. Any input?