Sent by Garry Heaton on 19 March 2003 23:11
I've had to recently edit a rather amateurish site:
www.elirecords.co.uk
The pages I had to edit were:
www.elirecords.co.uk/index.html
www.elirecords.co.uk/Levellers5.html
www.elirecords.co.uk/Notsensibles.html
www.elirecords.co.uk/Mrs Cakehead.html
I was asked to make them validate as XHTML 1.0 Transitional but not to
change the layout or any visual content, which I did but I now find the
style-sheets:
css/eli.css
css/standard.css
... are not loading in Mozilla 1x (Win32 and Linux). Everything is fine
in IE6 and Opera 7 (Win32) but no styles in Mozilla. The style-sheet
even loads fine in Mozilla 1.2 offline on my Apache server running on
the LAN but not from the website's hosting location.
The links to the stylesheets are straightforward relative URLs:
<link href="css/eli.css" type="text/css" rel="stylesheet" />
<style type="text/css" media="all">
<!--
@import url("css/standard.css");
-->
</style>
Very puzzling.
Garry Heaton