This is the page:
http://www.design-a-website.com/chapin/index.htm
I created one style sheet for Netscape 4 and another for other browsers. I put this in my head:
<LINK REL="stylesheet" TYPE="text/css" HREF="netscape_ss.css">
<style type="text/css" media="all"> @import url(chapinsite.css);</style>
</head>
Problem is, Netscape 4.7 ignores the netscape_ss.css page...
Any ideas on what's wrong here?
I have other issues with this page as well, to be on a more appropriate thread.
Thanks in advance....
Karen R.
Cannot confirm NN4.7 issue
kr_designs,
I took at look at the link at 4:21 EST with NN4.7 on Windows 2000 and the stylesheet appears to be loading. The page loads but the positioning is broken.
@import not working like I want!
thanks...sorry I haven't been back; computer has been offline for several days.
okay, I guess it's back to the drawing board.
@import not working like I want!
Should it not be import_url (note the underscore)?