Jump to content

Safari and IE Display problem (not Firefox) ... plus new information


Recommended Posts

http://shop.resonancefm.com seems not to display the page correctly when I use Safari (v3.2.1) OR Internet Explorer v 7 ... but Firefox is ok. I am not sure why... is there anything I should check for - any suggestions? I have not read about any problems with Safari...or IE (apart from version 6.0)
please help!

FURTHER INFORMATION:
I installed Firebug lite into the page (header.tpl) and found that the CSS which should be located in /themes/prestashop/css/global.css did not show any CSS code in the viewing window. I think its not able to locate the CSS file but Firefox manages to find it....

code snippet from header.tpl:

{if isset($css_files)}
{foreach from=$css_files key=css_uri item=media}
<link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
{/foreach}
{/if}


surely this should work?
Link to comment
Share on other sites

×
×
  • Create New...