ok im not sure what the problmew is but its a little emergency i have recently started to change my page to fit with the w3c standard and i was testing everything was working ok in firefox... however a friend has just told me that the CSS is not loading in IE... check this page: http://xoog.net ... in IE a specific CSS file is not loading, in FF it loads fine heres my code: <link href="http://xoog.net/css/layout.css" rel="stylesheet" type="text/css" /> please take a look for me - i just cant figure it out?! :-s ... Opera isnt working in the same way, the css file is definetley there.
Maybe put this in the head? <link href="http://xoog.net/css/layout.css" rel="stylesheet" type="text/css" /> Your css file is not valid, so i would check that out also. I dont know much about this but maybe this helps... Edit: Found a possible solution. Put this in your htaccess: AddType text/css .css Code (markup):
yeah its in the head - its really confusing me at how it did work, yet now it doesnt - but still works fine in Firefox
I always use <link rel="stylesheet" type="text/css" href="yourfilepath"> Code (markup): give that a try
I don't think IE likes url's in the <head> try and use a relative path as mentioned above. .add type css won't make a difference as this will already be in the servers config file, httpd.conf. If it was missing no css would load i any browser.
IE ignores the server response header, and will 'sniff' the file content. It's supposed to be a "feature". It's a royal PITA. cheers, gary
I looked at this dark and early this morning, and found IE to be styled the same as Firefox. Figured you had fixed whatever ailed you. On closer inspection, the only particular difference is that a left column ad in Firefox is not opening. cheers, gary
yes i fixed the problem, for future reference (somebody else might find this useful), the problem is that i started some javascript with <!--, but i accidentally deleted the --> before </script> also at bacanze, remember to close your <link> tag with a /> at the end =)