Click to See Complete Forum and Search --> : Question for experts !


Johanvh
03-31-2003, 04:17 AM
Hi,

I have a page with 3 frames. 1 at top and 2 frames below. The left frame is 140 pixels for menu, right frame 600 pixels.
Problem is: when the windowsize is more then 740 pixels their is a space between the rightframe and the scrollbar of IE.
How can I fix this problem.
Making the right frame variable is not possible.

Thanks,
Johan.

skriptor
03-31-2003, 04:22 AM
Hi,
make the left frame vaiable :)

Good luck, skriptor.

Johanvh
03-31-2003, 04:24 AM
Great,

But not possible.

Ice3T
03-31-2003, 08:40 AM
Is the space between the frame and the scrollbar (I don't think so) or between the content of that frame and its crollbar?
I think what is happening is the browser will stretch your right and top frames to reach the edge of the brosers window and I bet your using tables in your frames so it must look silly when there is a space between the end of your content and the srcollbar.

So make a new window with an inlineframe and set the content of that window's iframe to your page (the one with the three frames). the width of the inline frame should be 740+the width of your scrollbar.

So there your are ...(unless Imissundertood what it was you were looking for).