3 replies [Last post]
kr_designs
Offline
newbie
PA, USA
Last seen: 19 years 27 weeks ago
PA, USA
Timezone: GMT-5
Joined: 2003-12-02
Posts: 8
Points: 0

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.

dbowne
Offline
Enthusiast
Washinton DC
Last seen: 20 years 2 weeks ago
Washinton DC
Joined: 2003-05-22
Posts: 53
Points: 0

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.

dbowne

kr_designs
Offline
newbie
PA, USA
Last seen: 19 years 27 weeks ago
PA, USA
Timezone: GMT-5
Joined: 2003-12-02
Posts: 8
Points: 0

@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.

dJomp
dJomp's picture
Offline
Enthusiast
Last seen: 7 years 18 weeks ago
Joined: 2003-03-23
Posts: 422
Points: 0

@import not working like I want!

Should it not be import_url (note the underscore)?

You know you're a geek when you try to shoo a fly away from the monitor with your cursor.