[WEB4LIB] Misaligned frames in Netscape

David Merchant merchant at bayou.com
Thu Sep 23 17:10:24 EDT 1999


At 09:19 AM 9/17/99 -0700, Sue Thompson wrote:
>We are designing a new Web page using frames. The cool design we came up
>with requires that a corner frame fit precisely against a horizontal and a
>vertical frame. It works great in IE but we're off by 1 in Netscape. Using
><body background="images/side_bg.gif" marginwidth="0" marginheight="0"
>leftmargin="0" topmargin="0"> does not completely work in Netscape. While
>the margins are reduced, a margin still exists ruining the alignment of

In addition to the above, try placing marginheights and widths to zero in 
the frameset:

<FRAMESET COLS="100%,*" BORDER="0" BORDER="0" FRAMEBORDER="no" 
FRAMESPACING="no">
<FRAME MARGINHEIGHT="0" MARGINWIDTH="0" SRC="firstframe.htm" NAME="side">
<FRAME MARGINHEIGHT="0" MARGINWIDTH="0" SRC="secondfraime.htm" NAME="main">
</FRAMESET>

TTFN,
David
Systems Librarian, Louisiana Tech University
javascript list administrator <www.mountaindragon.com/javascript/>
HTML Live Examples webmaster <www.mountaindragon.com/html/>
Personal Page <www.mountaindragon.com/merchant/>



More information about the Web4lib mailing list