Page 1 of 1

firefox and IE cannot dettect stylesheet after upgrade

Posted: Wed Dec 19, 2012 10:33 am
by piphansdk
Hello. I tryid to fix this by upgrade to the latest version, today but i didn't fix my problem.

When i try to access my website through safari or chrome, it all works fine, but using IE 8 or firefox, causes some problems, et loades the content, but i dont think it styles, Firefox tell my on each element, that they are not styled. Any ideas? the template is set to cms_stylesheet

Re: firefox and IE cannot dettect stylesheet after upgrade

Posted: Wed Dec 19, 2012 11:07 am
by Rolf
You tried clear cache in admin?
Do you have a link to the site

Rolf

Re: firefox and IE cannot dettect stylesheet after upgrade

Posted: Wed Dec 19, 2012 11:16 am
by piphansdk
yes, i have tried to clear the cache, but it did not work.

http://www.humlebaekbadminton.dk

Re: firefox and IE cannot dettect stylesheet after upgrade

Posted: Wed Dec 19, 2012 12:45 pm
by tilde
In your stylesheet you have a problem with this:
#bottomfade{
background-image: url(/uploads/theme/fading.png");
background-color: #599100;
height: 30px;
width: 70%;
position: absolute;
}

Remove the " at the end and it will go into place.

Søren