PDA

View Full Version : overflow help



Navarone
August 12th, 2008, 08:41 AM
I am having problems getting the overflow for this page of my web site to work in IE and FF http://dev-incentra.virtualhorizons.com/home.aspx

I have tried putting overflow:hidden in my css body declaration and it works if FF but not IE.

Any help appreciated.:|

borrob
August 12th, 2008, 09:07 AM
if you want to use overflow:hidden;
you have to specificy width and height.

Navarone
August 12th, 2008, 09:12 AM
Yeh you're right. I had a width but no height, weird. I guess you learn something new everyday! Thanks.