![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
You'd think my name was Murphy, or something. I've read that to hide style sheets from NS 4, you do certain things. That's great. But what if you need to hide NS 4 style sheet from new browsers? I was trying to do a style sheet for NS 4, and it was horrible but better than nothing, but IE 6 saw it and the page didn't render properly in IE 6. It was not seeing the imported style sheet at all. This is what I had in the HTML: link type="text/css" rel="stylesheet" media="screen" href="ns4111403granat.css" / style type="text/css" @import url(111403granat.css); /style |
#3
| |||
| |||
|
|
I've read that to hide style sheets from NS 4, you do certain things. That's great. But what if you need to hide NS 4 style sheet from new browsers? |
#4
| |||
| |||
|
|
"Bonnie Granat" <bgranat (AT) granatedit (DOT) com> wrote in message news:3fc9bc67 (AT) andromeda (DOT) 5sc.net... You'd think my name was Murphy, or something. I've read that to hide style sheets from NS 4, you do certain things. That's great. But what if you need to hide NS 4 style sheet from new browsers? I was trying to do a style sheet for NS 4, and it was horrible but better than nothing, but IE 6 saw it and the page didn't render properly in IE 6. It was not seeing the imported style sheet at all. This is what I had in the HTML: link type="text/css" rel="stylesheet" media="screen" href="ns4111403granat.css" / style type="text/css" @import url(111403granat.css); /style If there is anything in the NS4 style sheet you don't want the others to see then respecify that in the 'other' style stheet. For example, say you want a red background in for NS but white for the others: In ns4.css: body {background: red} In other.css: body {background: white} The 'other' browsers will see both but the second specification takes precidence. Cheers Richard. |
#5
| |||
| |||
|
|
You'd think my name was Murphy, or something. I've read that to hide style sheets from NS 4, you do certain things. That's great. But what if you need to hide NS 4 style sheet from new browsers? I was trying to do a style sheet for NS 4, and it was horrible but better than nothing, but IE 6 saw it and the page didn't render properly in IE 6. It was not seeing the imported style sheet at all. This is what I had in the HTML: link type="text/css" rel="stylesheet" media="screen" href="ns4111403granat.css" / style type="text/css" @import url(111403granat.css); /style This is the page: http://www.granatedit.com/testresume.html. -- Bonnie Granat http://www.granatedit.com |
#6
| |||
| |||
|
|
"Bonnie Granat" <bgranat (AT) granatedit (DOT) com> wrote in message news:3fc9bc67 (AT) andromeda (DOT) 5sc.net... You'd think my name was Murphy, or something. I've read that to hide style sheets from NS 4, you do certain things. That's great. But what if you need to hide NS 4 style sheet from new browsers? I was trying to do a style sheet for NS 4, and it was horrible but better than nothing, but IE 6 saw it and the page didn't render properly in IE 6. It was not seeing the imported style sheet at all. This is what I had in the HTML: link type="text/css" rel="stylesheet" media="screen" href="ns4111403granat.css" / style type="text/css" @import url(111403granat.css); /style This is the page: http://www.granatedit.com/testresume.html. -- Bonnie Granat http://www.granatedit.com You're still torturing yourself Bonnie! Is anyone still using ns4 likely to be in your target audience? |
#7
| |||
| |||
|
|
You'd think my name was Murphy, or something. I've read that to hide style sheets from NS 4, you do certain things. That's great. But what if you need to hide NS 4 style sheet from new browsers? I was trying to do a style sheet for NS 4, and it was horrible but better than nothing, but IE 6 saw it and the page didn't render properly in IE 6. It was not seeing the imported style sheet at all. This is what I had in the HTML: link type="text/css" rel="stylesheet" media="screen" href="ns4111403granat.css" / style type="text/css" @import url(111403granat.css); /style This is the page: http://www.granatedit.com/testresume.html. -- Bonnie Granat http://www.granatedit.com |
#8
| |||
| |||
|
|
That slash at the end of the link line might mess it up?..... link type="text/css" rel="stylesheet" media="screen" href="ns4111403granat.css" style type="text/css" @import url(111403granat.css); /style |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
I've read that to hide style sheets from NS 4, you do certain things. That's great. But what if you need to hide NS 4 style sheet from new browsers? I was trying to do a style sheet for NS 4, and it was horrible but better than nothing, but IE 6 saw it and the page didn't render properly in IE 6. It was not seeing the imported style sheet at all. This is the page: http://www.granatedit.com/testresume.html. |
![]() |
| Thread Tools | |
| Display Modes | |
| |