[thelist] RE: thelist digest, Vol 1 #1257 - 34 msgs

Ornstein, Ian IanOrnstein at NC.SLR.com
Tue Apr 17 16:33:13 CDT 2001


I found that I had to add a few more instructions for Netscape:
<frameset      rows="173,*" marginwidth="0" marginheight="0" frameborder="0"
framespacing="0">

HTH
- IanO -

Ian Ornstein - Programmer and Web Developer
IBM Global Services, Global AMS Delivery
(704) 509-8022 



--------------Original message-------------- 
From: "Nate Koechley" <nkoechley at liquidthinking.com>
To: <thelist at lists.evolt.org>
Date: Mon, 16 Apr 2001 16:26:23 -0400
Subject: [thelist] [fwd] frame height across browsers
Reply-To: thelist at lists.evolt.org

<snip>
frames + cross-browser/platform... grrr...

anybody know any tricks...

a simple sample frameset:
<html>
<frameset rows="120,350,*" border="0" framespacing="0" frameborder="0"
scrolling="no">
       <frame name="top" src="page_one.html" framespacing="0"
frameborder="0" scrolling="no">
       <frame name="bottom" src="page_two.html" framespacing="0"
frameborder="0" scrolling="no">
       <frame name="slack" src="page_three.html" framespacing="0"
frameborder="0" scrolling="no">
</frameset>
</html>

problem is, netscape doesn't seem to respect the height's i've set: it
renders the top frame 4px too short. (116px in netscape, 120 in IE, (and i
haven't checked on a mac yet)). any thought's on this?





More information about the thelist mailing list