Page 1 of 1

problem css internet explorer

Posted: Sun Aug 23, 2015 10:50 pm
by domivin
hy
when i use internet explorer, like

Code: Select all

http://lesboutiquesdefrance.com/gastronomie/vin-rouge
the css doesnt works

internet explorer works well only like

Code: Select all

http://lesboutiquesdefrance.com/gastronomie
So when I have 1 sub menu, its ok
And when I have 2 sub menu, doesnt works

thanks for help

Michel

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 12:06 am
by deepvision
It is most likely because there a code in the <head> section of your template which should not be there:

Code: Select all

<div id="fb-root"></div>
You should move it to the <body> section.

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 12:20 am
by domivin
hy
i move it
but its the same
when I go with 2 level category, with internet explorer the css doesnt works

Code: Select all

http://lesboutiquesdefrance.com/gastronomie/vin-rouge
Michel

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 12:27 am
by deepvision
It is still there

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 12:28 am
by deepvision
You can also move <BASE> tag just below the <HEAD> tag to avoid this problem.
But in either case you should move the facebook <div> out of there.

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 12:47 am
by domivin
hy

I move the <base> balise
I delete the facebook div

and its the same
doesnt works

Michel

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 12:57 am
by deepvision
You should refresh the page. It is now working for me

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 1:01 am
by domivin
hy
I delete the facebook code
its working well
where I can ad it ?

thanks
Michel

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 1:08 am
by deepvision
deepvision wrote:

Code: Select all

<div id="fb-root"></div>
You should move it to the <body> section.

Re: problem css internet explorer

Posted: Mon Aug 24, 2015 1:20 am
by domivin
thanks very much
its working well

thanks
Michel