Topic: Stylesheet won't load off a CD (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 10-15-2003 21:21
I've got a project I'm doing for work that's going to be distributed via CD. When the page loads from a CD the stylesheet isn't getting read for some reason. I'm using a relative url when I link the stylesheet, should I switch that to an absolute URL or am I going to have to use an embedded stylesheet? |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 10-16-2003 03:01
dude, let's see some of that code... |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 10-16-2003 03:03
Nope, just a <link blah blah /> type situation... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-16-2003 03:42
I've never heard of anyone having this problem, but then I don't remember hearing of anyone putting their web page on a CD. |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 10-16-2003 03:48
It works in every browser I've tried it in, even IE 4.0, it works perfectly. It's just a simple: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-16-2003 04:07
Oh, ok, so it's in the same directory. |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 10-16-2003 05:39
It works just fine when run locally off my harddrive or off my company's network. It won't load from the CD on IE 4.0 which is what we need it to run on because of how the drives are built for the systems the CD is designed for. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-16-2003 07:57
Oh... sounds like an IE 4 bug in that case, especially if it works fine in IE 5+. You might have to use an inline style sheet =\ |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 10-16-2003 15:16
That's kind of what I figured. |