By: eamon
Date: 2010-06-07
Time: 15:36
|
Incompatibility of my site in Safari and GOOGLE CHROMEHello everyone
I created my website with the template engine TinyButStrong it works well on IE and MOZILLA, and there is a display problem on SAFARI and GOOGLE CHROME. Here's the site link www.valenci.fr Thank you in advance Eamon eamon250d@hotmail.com |
By: Skrol29
Date: 2010-06-07
Time: 16:41
|
Re: Incompatibility of my site in Safari and GOOGLE CHROMEHi Eamon,
TBS just produce the code source of your HTML page independently of the target, this mean independently of the navigator. The problem certainly comes from your JavaScript or CSS or HTML code source. On Google Chrome, the content can be displayed if you dis-activate JavaScript (options/Content parameters/JavaScript/). That is a clue for your bug. I've also noticed that your home page has a strange piece of code "<?php include('Menu2.php'); ?>". It probably comes from the template but templates do not process PHP tags. |
By: eamon
Date: 2010-06-09
Time: 17:08
|
Re: Incompatibility of my site in Safari and GOOGLE CHROMEHello everyone
I managed to check and correct errors in my index page, and my stylesheet, and I removed <? Php include ('Menu2.php');?> but the problem still exists As soon as I open my site on Google Chrome or Safari, the lower part of my web site starts loading the site, and then become invisible Here are the new cord on my website http://commcinelle.fr/test http://commcinelle.fr/test/styles/main.css I am listening to you Thank you |