Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Netscape and frameset/frame wont display proberly


Message #1 by "Ivan" <ivan.posselt@n...> on Fri, 20 Oct 2000 07:33:49 +0100
Hello Imar.

IE accepts both yes|no and 1|0. Navigator uses yes|no. This according to
'DHTML the difinitive reference'.
So I dont think that's the problem.

Kind regards.

Ivan

-----Original Message-----
From: Imar Spaanjaars [mailto:Imar@S...]
Sent: Friday, October 20, 2000 13:41
To: HTML Code Clinic
Subject: [html_code_clinic] Re: Netscape and frameset/frame wont display
proberly


Weird.
It looks to me that this is a valid frameset. The only thing that might 
confuse Netscape is the Frameborder attribute.
You use: frameborder=no and as far as I know, only frameborder=0 and 
frameborder=1 are allowed.

Maybe this tricks Netscape into thinking it should draw some weird border 
on the frameset.

HtH

Imar



At 07:33 AM 10/20/2000 +0100, you wrote:
>Hello html_code_clinic.
>
>I have a problem with Netscape 4.04/4.08. Netscape wont diplay my frames
>proberly. In the code shown below, I have 3 frames. A topframe, a left
>frame ( where I put my navigation links) and a mainframe where the content
>is. Netscpape refuses to display the left frame with 135 px. The left
>frame does not move at all/resize  in the range of 130- 140 px. The
>frameset works fine in Explorer.
>
>Does anybody know a way to solve this problem ?
>
>Kind regards
>
>Ivan
>
><frameset rows="93,*" border="0" frameborder=no>
>   <frame name="topFrame" frameborder="0" src="top.htm" scrolling="auto">
>   <frameset cols="135,*" frameborder=no border=0>
>     <frame name="leftFrame" src="navigation.htm" scrolling="auto" 
> frameborder=no>
>     <frame name="mainFrame" src="midt.htm" scrolling="AUTO"
frameborder=no>
>   </frameset>
></frameset>
>

  Return to Index