iFrame scrolling troubles

windows

Guest
Alright, all I want to do is simply add a web page to my iFrame without the damn horizonal scroll bar. Just hidding HS bar is not enough. What i guess I don't understand is why it even has to show at all. The page is capable of being viewed at the size of the iFrame and smaller even without croping off any of the page view. To see what I mean go to site link, click on the pictures button (<!-- m --><a class="postlink" href="http://www.riseabove-productions.com/index.php">http://www.riseabove-productions.com/index.php</a><!-- m -->) .<br />
<br />
If you clicked on the calendar page you will see a page that fits just fine in the iFrame. These two pages are identical. Why would one fit just fine and the other insist on having to include a horizontal scrollbar?<br />
<br />
Here is the code for pictures page.<br />
<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<html><br />
<head><br />
<title>Bulletin Board</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<br />
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br />
<table width="659" height="211" border="0" cellpadding="0" cellspacing="0" bgcolor="#99CCFF" dwcopytype="CopyTableCell"><br />
<!--DWLayoutTable--><br />
<tr> <br />
<td width="659" height="400" valign="top"> <br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"http://riseabove-productions.com/4images/index.php" width="659" height="400" scrolling="auto" frameborder="0"></iframe><br />
</td><br />
</tr><br />
</table><br />
</body><br />
</html><br />
<br />
:confused: <br />
thanks<!--content-->I can't get the page to load at all so I dont know how much help I can be. Can you set the scrolling attribute in the iframe tag to 'no'?<!--content-->sure I could set scrolling to no, but then I dont have the vertical scrollbar and you would never be able to see the entire page<br />
<br />
im not sure why it didn't load for you. just a simple html page. <br />
guess you could try <!-- w --><a class="postlink" href="http://www.riseAbove-Productions.com/index.php">www.riseAbove-Productions.com/index.php</a><!-- w --><!--content-->I was able to pull up the link fine.<br />
<br />
When I view it, the full page doesn't fit in the iframe, however, it is noteworthy to state that if I go directly to the pictures.htm page with the browser (not in your iframe), the horizontal and vertical scrollbars still appear with the page the same size as it is in the iframe.<br />
<br />
I can't look at the source of the pictures.htm page to see what you are using for width, but you are using percentages on your calendar page vs. a static width amount.<br />
<br />
Not sure what the issue is, but it seems like the scroll bars are coming from the pictures.htm page vs. your iframe creating them.<!--content-->well that's because you are viewing the pictures.thml page that contains the frame and iframe of this page <!-- m --><a class="postlink" href="http://www.riseabove-productions.com/4images/index.php">http://www.riseabove-productions.com/4images/index.php</a><!-- m --> check that page out to view it in full<!--content-->What happens if you set your iframe width to about 675px?<!--content-->i just viewed the picture page in full, and realized that the inner page actually provides the scroll bars at about 680px width ...bastards!!! :) well..I guess I should have planned better. thanks for all the help. back to the drawing board<!--content-->
 
Back
Top