openXS
03-26-2005, 12:38 PM
Hi all CSS Veterans,
'Overflow: hidden;' works perfectly fine in FireFox but it has no effect in IE.
Any suggestions?
Thanks
the_pm
03-26-2005, 05:23 PM
How's that again? I've found it works just fine, so long as you don't specify an axis (IE doesn't support this yet).
openXS
03-26-2005, 11:39 PM
I found a solution for this already.
Took '72%' width for the outer div and '100' for the inner div, and it works perfectly fine now.
the_pm
03-27-2005, 10:55 AM
Oh, well that little piece of information would have been handy :stickout:
Yeah, even with the overflow on, the inner div is still going to break the border of the outer one if the outder div is not allowed to be as big as the inner one. Glad you caught it! :)
openXS
03-27-2005, 02:08 PM
Yea, works fine in FF, IE, Opera. I'm really very happy thats its showing great in almost every browser and screen-size and loads blazingly fast!
CSS & xHTML Rocks!