Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Frames & Netscape sucks!!! |
From: | Jan van Boesschoten |
Date: | Sat, 20 Mar 1999 11:50:17 GMT |
Hi,
The solution is javascript. It's not the only difference between IE and NN.
What you do is something like this:
if ((navigator.appName && navigator.appName.indexOf("Netscape") != - 1 &&
navigator.appVersion.indexOf("4.") != -
1)||(navigator.appVersion.indexOf("Mac") != - 1)){
document.write('<tr><td colspan=8><img src="gfx/trans.gif" height=7 width=8
align=left></td></tr>');
}
If the browser is NN 4.0 or the operating system is Mac there had to be an
extra row
I used this for a table layout problem in NN, IE and IE on a Mac, that is
also a problem. Put something like that in your frames set. In the code give
different display, let's say 100 pixels for IE and 105 or 95 for NN. I think
the difference was 5 pixels less or more.
The advantage of doing it like this is that you only have to change
something in your frame.html and not in you graphics.
Good Luck
Jan
------------------------------------------------------------------------
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
Re: FLASH: Frames & Netscape sucks!!!, David Tam
Replies
Re: FLASH: Frames & Netscape sucks!!!, Phil Ward
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]