Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape is ruining my website made with framesets, any ideas? 1

Status
Not open for further replies.

Lizzie

Technical User
Aug 1, 2000
62
GB
I am trying to do a quite complicated web page with frames which works fine in IE but in Netscape causes the middle section to shift to the left, eating into the left navigation frame. Why is it doing this? There is also a frame on the right, top and bottom. Any suggestions?
 
What version of netscape are you doing. You may want to do a search on the internet for compatibility issues with html in netscape as compared to ie. <p>Ladin<br><a href=mailto:matchu_14@hotmail.com>matchu_14@hotmail.com</a><br><a href= > </a><br>Tech support for 1 1/2 years, build computers, messed with C, HTML, Working on Flash, Role-Playing Game Junkie (Diablo2)
 
I'm having exactly the same problem - framset page looks gorgeous in IE and like a dogs breakfast on Netscape - Using Navigator 4.08

My Index page code is as follows:

<html>
<head>
<title>Index</title>
<meta name =&quot;keywords&quot; content=&quot;Auber, Oracle, Unix, Cedar, Cfacs, Cedardata&quot;>
</head>
<frameset rows = &quot;20%,*&quot; cols =20%,*&quot;>
<frame frameborder=0 scrolling=no src=&quot;Frame1.html&quot;>
<frame frameborder=0 marginwidth=3 scrolling=no src=&quot;Frame2.html&quot;>
<frame frameborder=0 scrolling=no src=&quot;Frame3.html&quot;>
<frame frameborder=0 marginwidth=20 src=&quot;Start_Page.html&quot; name=&quot;Frame4&quot;>
<no frames>
sorry this document can be viewed only with a frames capable browser.
</noframes>
</frameset>
</html>

Any Clues as to why netscape can't handle this gratefully received


Dan Auber
DanAuber@aol.com
 
1), Get the latest edition of Netscape.
2), Realise that Microsoft is pushing IE extensions that will only work in IE.


James P. Cottingham

All opinions are mine alone and do not necessarily reflect those of my employer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top