[Javascript] Frame

Rees, Mark (TWIi London) mrees at twii.net
Fri Mar 23 09:04:41 CST 2001


Try putting the marginheight & marginwidth attributes in the FRAME tag not
the FRAMESET. 

If that doesn't work how about showing us the code of nav.html?

Mark

-----Original Message-----
From: Yi Li [mailto:yili1998 at yahoo.com]
Sent: 23 March 2001 14:54
To: javascript at LaTech.edu
Subject: RE: [Javascript] Frame


Thanks Mark.
Yes, I did. Here is the code, also I used table to
control gifs.
-------------------------------------------------------
<FRAMESET ROWS="60,*" BORDER="0" FRAMEBORDER=NO
SCROLLING="NO" MARGINHEIGHT="0" MARGINWIDTH="0"
NORESIZE>
    <FRAME SRC="nav.html" NAME="frame1"
SCROLLING="NO">
    <FRAMESET COLS="30%,*" BORDER="0" MARGINHEIGHT=5
MARGINWIDTH=10 NORESIZE>
        <FRAME SRC="left.html" NAME="frame2"
MARGINHEIGHT=5 MARGINWIDTH=10 NORESIZE>
	<FRAME SRC="main.html" NAME="frame3" MARGINHEIGHT=3
MARGINWIDTH=3 NORESIZE>
    </FRAMESET>
</FRAMESET>
-------------------------------------------------------

--- "Rees, Mark (TWIi London)" <mrees at twii.net> wrote:
> Hello
> 
> Have you got this in your frame tag? 
> 
> marginwidth="0" marginheight="0" 
> 
> Mark
> 
> -----Original Message-----
> From: Yi Li [mailto:yili1998 at yahoo.com]
> Sent: 23 March 2001 07:24
> To: javascript at LaTech.edu
> Subject: [Javascript] Frame
> 
> 
> Hi, all:
> 
> I try to set home page with a navigator frame (top
> of
> the window),
> This frame contains a logo (width="117" height="59")
> and 5 rollover buttons (about 1/3 height of logo), I
> want ROW="60,*",logo and buttons need to be
> centered.
> the logo just shows part of and cut by bottom of the
> frame edge,  buttons just right on the edge, I tried
> Valign="TOP", it doesn't work. Could anyone help
> with
> this? Please see attached gif.
> Thank you!
> 
> 
> Yi
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
http://www.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list