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 and CSS

Status
Not open for further replies.

durug

Technical User
Mar 22, 2002
335
CA
Does anybody knows why when I load a page in Netscape (index.asp) it redirect me automaticlly to the css file that I have included in my web page, and says page not found, or something like this?

Thanks,
Durug
 
Post the code in your page which specifies your css. And point us to the page if it is live and we can all have a go. Derren
[Mediocre talent - spread really thin]
 
The reason that this happens is that there is a CSS referenced in you page that can't be found (for one reason or another) Of course IE is smart enough to just ignore this and continue on, but NS burps a big Not Found error.
Ken Kasmar, MCSA, MCSE
Red Falcon Internetworking, Inc.
 
I found the problem. The reference to the CSS file is the first line of the document. If I move the link to the CSS file after the tag <body> it's working.

In IE I don't have any problem with this.
????

Thanks any way,
Durug
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top