Issues with Frames

liunx

Guest
I am looking to create a html page using frames...<br />
<br />
The page is to consist of three frames - <br />
<br />
-one at the top of the page<br />
-one at the left<br />
-and one main frame<br />
<br />
I have a problem entering a series of vertical navigation buttons within the left frame. The Lower buttons do not all appear in the frame as its height seems to be restricted. I do not want the left frame to have an independent scrolling bar to the rest of the page but instead would like the whole page to scroll whilst the page maintains its frames layout...<br />
<br />
The reason for this is due to a conflict in Javascript being used.<br />
<br />
Id apreciate any comments and thanks for your time<!--content-->do you really need frames?? if not use tables, much easier.<br />
If you need to use frames you will have to remove the scrolls bars from the frames, fix their length, and place them all inside one big frame which is the one you would scroll (damned long way around of doing things!), you could also use iframes (<!-- m --><a class="postlink" href="http://www.w3schools.com/html/tryit.asp?filename=tryhtml_iframe">http://www.w3schools.com/html/tryit.asp ... tml_iframe</a><!-- m -->)<!--content-->
 
Back
Top