Forum Moderators: travelin cat
I had: <link rel="stylesheet" type="text/css" href="/css/stylesheet.css">
He changed to: <link rel="stylesheet" type="text/css" href="css/stylesheet.css">
I read that the MAC version of IE5 and IE5.1? have only partial support for CSS1 and CSS2, but the preceeding slash is, to my knowledge, correct.
Can anyone explain more about this?
I too am using root-relative href-attributes in my <link rel="stylesheet" ...> and am having no problems getting them to load in IE 5.2 under MacOS X ; neither when accessing them as through localhost when testing nor in the public production on the proper web-server.
But I do agree with Nick_W : CSS support under IE on Mac is definitely buggy :-( ; I'm happy to see Safari on the shelf, and Safari will just have to iron out some bugs, and it'll be quite ready to supplant IE.
Thank you, yes.
But as an edu resource, I've had issues with FP users (and others) pulling the site down to desktop. This calls every last file in the domain at once! Twice now, schools have been pulling the site down and using PowerPoint (or whatever) for classroom viewing. The relative paths in the <head> help to significantly reduce this bandwidth abuse.