 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
soma104
Joined: 05 Oct 2008
Posts: 1
|
| Posted: Sun Oct 05, 2008 7:37 pm Problem with Frames and Scrollbars |
|
|
Hi,
I'm new here, and I'm looking for some help with my frames. I have links in the top frame which targets the lower frame "main". My problem is that the pages that I'm trying to view in the lower frame are longer than my visible screen. Instead of allowing me to scroll down the page. It's adding a scrollbar in the lower frame. Since my header takes up almost 500 px. It's not leaving me much in the lower part.
If I set my screen resolution to 800X600, I can't even see the lower half.
This is the code I'm using:
Code:
<FRAMESET ROWS="435,*" FRAMEBORDER=0 FRAMESPACING=0 BORDER=0>
<frame name="header" src="header.html" noresize scrolling="no">
<frameset cols="*,800,*">
<frame name="left" src="left.html">
<frame name="main" src="main.html">
<frame name="right" src="right.html">
</frameset>
</frameset>
Any help would be much appreciated. |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 1402
Location: Biloxi, MS
|
| Posted: Sun Nov 09, 2008 10:02 pm |
|
|
| Need link to page you're having problems with. First off, you need to add a frameset document type for all your pages. |
|
|
html.coder
Joined: 22 Dec 2008
Posts: 6
|
| Posted: Thu Jan 01, 2009 2:02 pm |
|
|
| if you name your "main" one something like "BODY" and add a "target="BODY" " to your a href for the navi bar, that would work. |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|