Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: frames |
From: | Kevin Swan |
Date: | Thu, 20 Aug 1998 22:45:32 +0100 |
Woo! Troy, you da MAN. I still have a scroll bar, but I could care less,
really. If I can kill it, great, but I'm happy to loose the border. I took
it out of frames, as you suggested, added the margin commands to the body
and away it went. Much thanks.
> -----Original Message-----
> From: ownershocker [dot] com [ownershocker [dot] com]On">mailto:ownershocker [dot] com]On Behalf Of Troy M.
> Gilbert
> Sent: Thursday, August 20, 1998 1:13 PM
> To: flashershocker [dot] com
> Subject: RE: FLASH: frames
>
>
> >I have an index.html that sets up 2 frames, 100% and *.
> framespacing=0
> >border=0 frameborder=0. I've got noresize and scrolling set
> to 'no' on both
> >frames. I set aftershock to do 100% width and 100% height
> of browser. I
> >set it to no border.
> >HELP?
>
> Actually, it should be as simple as setting the following
> attributes in the
> <BODY> tag.
> MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0
>
> That should work under IE and NN. No need for frames. Worst
> case scenario,
> older browsers will ignore them and you'll have a border.
>
> There are some problems. I know that in NN, if you set WIDTH
> and HEIGHT of
> a Java applet to 100%, NN miscalculates the width which
> results in a scroll
> bar showing up. With 4.0 browsers, you can specify the
> attribute NOSCROLL
> in the <BODY> tag (I may be wrong, check HTML4 standards
> guide). A proven
> backwards compatible way of doing it is to use the frameset technique
> described above. Use the following source code:
>
> <frameset rows="100%,*" framespacing="0" border="0" frameborder="no">
> <frame name=Main src=main.html marginwidth=0
> marginheight=0 scrolling=no
> frameborder=0 noresize>
> <frame name="NoShow" src="blank.html" scrolling="no"
> frameborder="0"
> noresize>
> </frameset>
>
> That might be overkill, but it works.
>
> Hope this helps.
>
> Troy.
>
>
> --------------------------------------------------------------
> -------------
> Troy M. Gilbert
> Webbsite, Inc. Site Designer
> Phone: (501) 521-2262 or 1-888-366-9322
> Fax: 501-521-6918
>
http://www.WebbSite.com
---------------------------------------------------------------------------
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
FLASH: Simple Javascript for IE 3.02 or , David Gary
RE: FLASH: frames, Troy M. Gilbert
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]