Hi,
I have a site who works great on all recent browsers except IE9.
In IE 9 the CSS file is simply not loaded!!!
When I look to the source code, the path is empty :
<link rel="stylesheet" href="/" type="text/css" />
In firefox for example the path is ok :
<link rel="stylesheet" href="/cache/gk/ee84871b5e65a5c87b91205.css" type="text/css" />
(I use CSS cache and compression from template options)
What should I do ????
Regards,
Ryo