Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Netscrape 4.7 adding unwanted space around multiple SWFs embedded in a table...
From: David Gee
Date: Thu, 14 Dec 2000 22:19:40 GMT

sorry about the offtopic stuff, but I figure this is all useful info anyway:

----- Original Message -----
From: "Scott Rouse" <sfrouseatevermore88 [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Thursday, December 14, 2000 4:29 PM
Subject: Re: FLASH: Netscrape 4.7 adding unwanted space around multiple SWFs
embedded in a table...


> You do get it to line up which I am surprised, however, your background
> scrolls in Netscape (4.73). Your background image disassembles when you
> scroll down the list. I have opened many sites with similar
> background/frame structures and they are all offset in Netscape. Look at
> http://www.oneforall.de in Netscape and in IE. Its trashed in Netscape
> (4.73).

netscape won't let you set background-attachment:fixed, unfortunately. it's
not so visible once you're into the site. besides, i like making netscape
users aware that they're using an inferior browser while still allowing them
to view the site without too much broken shit :)

as for the offsets, it's just the frameset code that's wrong, here's an
example of what i use:

<frameset rows="100%,*" FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0">
<frame name="splash" src="splash.html" marginwidth="0" marginheight="0"
scrolling="No" frameborder="NO" noresize framespacing="0">
</frameset>

the important bit is the framespacing="0" in the frame reference

and then in the actual frames:
<body topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0 marginheight=0
marginwidth=0>


incidentally, the frameset used above is a neat way to get stuff to align to
the very right and very bottom in netscape, otherwise it leaves a margin.
it's an "empty" frameset.


david



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Netscrape 4.7 adding unwanted spa, Aaron Hokanson
  Re: FLASH: Netscrape 4.7 adding unwanted, Scott Rouse
  Re: FLASH: Netscrape 4.7 adding unwanted, David Gee
  Re: FLASH: Netscrape 4.7 adding unwanted, Scott Rouse

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]