 |
|
|
| 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: 1288 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. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|