[Javascript] Frame

Jon Taylor jon at olive.co.uk
Fri Mar 23 09:21:43 CST 2001


Not sure this was a javascript problem, anyhoo...

Make sure you have the margin set in every relevant frame tag in your
frameset, eg...


<FRAMESET ROWS="60,*" BORDER="0" FRAMEBORDER="NO" SCROLLING="NO" NORESIZE>
    <FRAME SRC="nav.html" NAME="frame1"
SCROLLING="NO" marginwidth="0" marginheight="0">
    <FRAMESET COLS="30%,*" BORDER="0" marginwidth="0" marginheight="0"
NORESIZE>
        <FRAME SRC="left.html" NAME="frame2"
MARGINHEIGHT="5" MARGINWIDTH="10" NORESIZE>
        <FRAME SRC="main.html" NAME="frame3" marginwidth="0"
marginheight="0"NORESIZE>
    </FRAMESET>
</FRAMESET>

As far as I know it doesn't have an effect in the frameset tag.

Also check your body tag has margins set...

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

If your still having trouble I/we'd need to se the html of the table your
using to control layout.

HTH
Jon


__________________________________

Jon Taylor






More information about the Javascript mailing list