Click to See Complete Forum and Search --> : wierd scrollbar handling in frames in IE 6.0


maverik11
03-02-2003, 12:54 PM
I have a weird problem with scrollbars and frames in IE 6.x

I have a frameset consisiting of 3 frames

one at the bottom

and 2 at the top where the right one displays the information
now when the information needs more than one screen IE displays a vertical scrollbar which is fine with me but it also displays a horizontal one which I dont want, and I can't figure out why

in IE 5.0 opera 7.0 and 6.05 it works as designed

Ihave been despartley searching for a solution but no one excep me seems to have the same problem.

pyro
03-02-2003, 12:58 PM
Post a link...I've got IE6 and I'll take a look at it for you...

maverik11
03-02-2003, 01:08 PM
I'm sorry but I can't give you a link snce I'm developing local and I have no webspace

pyro
03-02-2003, 01:12 PM
Well, you could use a piece of code like this:

<body style="overflow-x: hidden">

maverik11
03-02-2003, 01:33 PM
i tried that but it still shows the h-scrollbar here's a scrrenshot

sorry about the bad quality but i needed the file to be small and you can still see the problem

pyro
03-02-2003, 04:57 PM
I'm guessing you put it on the wrong page... The <body> tag that I provided you with doesn't go on your frameset page, it goes on the page that is the right top (your main content frame). The example that I provided works just fine for me...