Click to See Complete Forum and Search --> : frame question


damon2003
12-03-2003, 06:24 AM
Hi,
take a look at this site (made using frames):
http://www.thelincolnhotel.com
and go to rooms and rates. A scroll bar appears on the right hand side when the height overruns the screen size. This is fine. However a scroll bar also appears horizontaly along the bottom of the screen at the same time, which is not necessary. Is there any way to prevent this. I am sure I have seen other sites in the past that behave how I want this one to,
thanks

Paul Jr
12-03-2003, 06:12 PM
Stick this in the Rooms and Rates stylesheet.

body {
overflow-x:hidden;
}