Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: RE: netscape and frames help


Message #1 by "Yoganarasimha G" <yoganarasimha.g@m...> on Thu, 1 Aug 2002 10:26:42 +0530
I tested ur code in IE 6 and NN 6.2 and both looks fine..there is no gap
b/w the frames. U might see gap only if ur "navigation.html" is
occupying less space.

regards
Yoga

-----Original Message-----
From: soni29@h... [mailto:soni29@h...]
Sent: Wednesday, July 31, 2002 10:09 PM
To: HTML Code Clinic
Subject: [html_code_clinic] netscape and frames help


hi,
i'm trying to create a site with 2 frames, it looks fine in ie but in
netscape 6 there is a huge gap between the two frames, which is not
there
in ie, i don't want it there, here is the code for the page that loads
the
frames:

<html>
<head>
<title>Welcome </title>
</head>

<frameset rows=3D"128,*" frameborder=3D"NO" border=3D"0" 
framespacing=3D"0">
  <frame src=3D"navigation.html" name=3D"navigation" scrolling=3D"NO" 
noresize

border=3D"0" framespacing=3D"0" frameborder=3D"NO">
  <frame src=3D"home.html" name=3D"main">
</frameset>
<noframes><body>

</body></noframes>
</html>

Thank you.

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20

  Return to Index