whitespace in frames - Netscape

liunx

Guest
Hi <br />
I have my test layout at <!-- w --><a class="postlink" href="http://www.ebme.co.uk/test">www.ebme.co.uk/test</a><!-- w --> it works fine in IE and Opera but as you can see there is white space in Netscape 4.7 - Any ideas?<br />
Here is the code so far..<br />
<br />
<HTML><br />
<HEAD><br />
<TITLE></TITLE><br />
<br />
<FRAMESET ROWS="100%" COLS="20%,*" FRAMEBORDER="0" border="0"><br />
<FRAME NAME="left" SRC=http://www.htmlforums.com/archive/index.php/"left.html" SCROLLING="No" NORESIZE FRAMEBORDER="no" MARGINHEIGHT="0" MARGINWIDTH="0" border="0"><br />
<br />
<FRAMESET ROWS="113,*%,10%" FRAMEBORDER="0" border="0"><br />
<FRAME NAME="top" SRC=http://www.htmlforums.com/archive/index.php/"top.html" SCROLLING="No" NORESIZE FRAMEBORDER="no" MARGINHEIGHT="0" MARGINWIDTH="0" border="0"><br />
<br />
<FRAME NAME="main" SRC=http://www.htmlforums.com/archive/index.php/"main.html" SCROLLING="No" NORESIZE FRAMEBORDER="no" MARGINHEIGHT="0" MARGINWIDTH="0" border="0"><br />
<br />
<FRAME NAME="bottom" SRC=http://www.htmlforums.com/archive/index.php/"bottom.html" SCROLLING="No" NORESIZE FRAMEBORDER="no" MARGINHEIGHT="0" MARGINWIDTH="0" border="0"><br />
<br />
</FRAMESET><br />
</FRAMESET><br />
<br />
<NOFRAME><br />
</NOFRAME><br />
<br />
<br />
</HEAD><br />
<BODY><br />
</BODY><br />
</HTML><br />
<br />
Help - much appreciated.<!--content-->I viewed your page with IE5 and all I see is white space, except for a "test" graphic and some text (see screenshot below). What white space are you refering to? <br />
<br />
<!-- m --><a class="postlink" href="http://milleneum.virtualave.net/images/screenshot.gif">http://milleneum.virtualave.net/images/screenshot.gif</a><!-- m --><br />
<br />
Regards,<br />
kevin<!--content-->Hi Kevin<br />
Yes the code works fine on IE5 and Opera but it is with Netscape that the white space appears.<br />
<br />
It causes the graphic to break into three distinct areas.<br />
<br />
Please see attached...<!--content-->Geez Kev, you sure have a lot of junk on your taskbar. You can hardly open any windows without scrolling it with all those shortcuts!<!--content-->oh...uhhh....errrr....I was just testing to see if anyone would notice..... ;)<!--content-->Originally posted by Jason <br />
Geez Kev, you sure have a lot of junk on your taskbar. You can hardly open any windows without scrolling it with all those shortcuts! <br />
<br />
hehehe.... I'll bet I'm below the average.....<!--content-->I don't really know for sure, but in the FRAMESET tags try using<br />
<br />
FRAMBORDERS=NO BORDERS=0<br />
<br />
instead of <br />
<br />
FRAMEBORDER=0 BORDER=0<br />
<br />
and put FRAMEBORDER=0 in each frame tag.<br />
<br />
Something to try anyway....<br />
<br />
Regards,<br />
Kevin<!--content-->Did you fix this? There is no whitespace in the graphic in Netscape6.<!--content-->This reminded me where I did see some white space in graphics though:<br />
<br />
In IE 5.5<br />
<br />
<!-- m --><a class="postlink" href="http://www.httpcity.com/wabanaki/htmlforums/IE55.jpg">http://www.httpcity.com/wabanaki/htmlforums/IE55.jpg</a><!-- m --><br />
<br />
In Netscape 6<br />
<br />
<!-- m --><a class="postlink" href="http://www.httpcity.com/wabanaki/htmlforums/netscape6.jpg">http://www.httpcity.com/wabanaki/htmlfo ... scape6.jpg</a><!-- m --><br />
<br />
Does anyone else see this when they go to <!-- m --><a class="postlink" href="http://www.httpcity.com">http://www.httpcity.com</a><!-- m -->? The lines extend all the way across the screen, I just cropped them to show examples.<!--content-->Thanks for that guys<br />
Unfortunately - the problem is still not resolved although - I believe I am a step closer.<br />
<br />
As WW points out the Netscape 6 problem has been resolved. I believe this is due to a trade off in the <br />
<br />
FRAMBORDERS="NO"/"0" BORDERS="0" <br />
<br />
thanks anyway Kevin - I had been working on this line. Why the hell can't IE and NN agree to get their act together on such an important issue?<br />
<br />
Anyway - I can't test Kevins'<br />
... put FRAMEBORDER=0 in each frame tag<br />
(as opposed to =no)<br />
as I'm using my laptop tonight (no NN 4.7)<br />
more tomorrow....<br />
<br />
Thanks again.<!--content-->Hey!<br />
Why did I just get logged as unregistered??<br />
I'm drivle!<br />
I talk drivle......<br />
what's happened to my cookie?<br />
hmmmmmm......<!--content-->Hi <br />
Tried Kevins ideas with no luck.<br />
<br />
Also WW reporting that white space at httpcity makes me wonder if maybe it's not possible to have a truly seamless frameset....<br />
<br />
surely this isn't the case?<!--content-->I didn't find it so hard to create a seamless frameset. It renders the same way in IE and Netscape. Here is the link to the page:<br />
Here... (<!-- m --><a class="postlink" href="http://www.volcanic-design.com/frame/frameset.htm">http://www.volcanic-design.com/frame/frameset.htm</a><!-- m -->)<br />
<br />
and here is the code that produced it...<br />
<br />
<html><br />
<head><br />
<title>Frameset</title><br />
</head><br />
<br />
<frameset cols="20%,*" border=0 frameborder=0 noresize="yes" scrolling="no"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"navbar.htm" name="navbar"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"main.htm" name="main" scrolling="auto"><br />
</frameset><br />
</html><!--content-->I didn't test it or anything and it might not make any difference at all, but this line has a small error I believe...<br />
<br />
<FRAMESET ROWS="113,*%,10%" FRAMEBORDER="0" border="0"> <br />
<br />
should only be an asterisk, not an asterisk and percentage symbol.<!--content-->Thanks Guys - <br />
Kevin - I'll try that tonight.<br />
Dr.Web - I had no problem with the plain frameset - it's just when you incorporate graphics that the 'seam' becomes obvious.<br />
Thanks again.<!--content-->Hello - just for you information, I thought I'd mention that I found the problem with the 'white-space'.<br />
<br />
The frameset coding was fine, but I hadn't included the following attributes in the individual pages.<br />
<br />
<br />
<BODY marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"><br />
<br />
Anyhow - thanks for all the suggestions.<!--content-->
 
Back
Top