Log in

View Full Version : Bug in IE7 - 2 vertical scroll bars appear



ekat
01-21-2007, 11:20 PM
Hi everybody,

I need some help please, I've got a bug in the css that causes when the website is been viewed in IE7 shrinked(the browser window's shrinked) there are two vertical scroll bars (:confused: ). Can anyone help pleaseee. Thanks a lot in advance.

BLiZZaRD
01-22-2007, 12:36 AM
CSS? Link? Something to look at to possibly help with?

I am pretty sure the others, like myself can't code through osmosis. We need something to look at :D

jscheuer1
01-22-2007, 04:45 AM
There is a good chance that you have set the overflow of the html and/or body element to auto or to scroll:


html {
overflow:auto;
}

It could be numerous other things. As BLiZZaRD says, show us the code.

ekat
01-22-2007, 09:29 AM
Hiya,

here is the site I'm talking about:

http://www.thewessexhotel.co.uk

Thanks a lot:)

benniaustin
01-22-2007, 06:13 PM
indeed, oveflow:auto is set on the body. it's not necissary. getting rid of that will most likely fix it.

ekat
01-23-2007, 03:54 PM
Thanks a lot, the problem was with the overflow prperty:-)

Now is working:-))

Cheers:-)