View Full Version : Bug in IE7 - 2 vertical scroll bars appear
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.
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.
Thanks a lot, the problem was with the overflow prperty:-)
Now is working:-))
Cheers:-)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.