I have a frame set page, one of the frames I want it to have only the vertical scroll bar , is that possible .
DrDoc
10:38 pm on May 1, 2002 (gmt 0)
It is possible, but you have to make sure that the content isn't any wider than the frame width you've specified ..
Point: If you've set the frame width to 300 pixels, but the document loaded in the page contains an image 350 pixels wide, you will get a horizontal scroll bar as well ..
416guy
10:44 pm on May 1, 2002 (gmt 0)
well, is there anyway that I can block it so even if the picture is 350pixles the scroll bar doesn’t appear?
DrDoc
10:52 pm on May 1, 2002 (gmt 0)
As far as I know, not when it comes to frames ..
You can, however, solve the problem by using a div, set the width using styles, and set overflow-x to none (right?)