Probleme pour mon site internet avec safari..

alexandrecool Messages postés 19 Statut Membre -  
alexandrecool Messages postés 19 Statut Membre -
Bonjour à tous,

J'ai un probleme avec mon site sous safari et chrome les resolutions ne sont pas identiques et certaines design n'y sont pas??

Qui pourrait me conseiller? mon site: www.defendshee-fr.com

Merci..
Configuration: Windows Vista Internet Explorer 7.0

1 réponse

  1. alexandrecool Messages postés 19 Statut Membre
     
    En ce qui concerne la résolution voila ce qui a été fait:

    <SCRIPT LANGUAGE="JavaScript">

    <!-- Begin
    function redirectPage() {
    var url640x480 = "http://www.defendshee-fr.com/640x480";
    var url800x600 = "http://www.defendshee-fr.com/800x600";
    var url1024x768 = "http://www.defendshee-fr.com/1024x768";
    if ((screen.width == 640) && (screen.height == 480))
    window.location.href= url640x480;
    else if ((screen.width == 800) && (screen.height == 600))
    window.location.href= url800x600;
    else if ((screen.width == 1024) && (screen.height == 768))
    window.location.href= url1024x768;
    else window.location.href= url640x480;
    }
    // End -->
    </script>

    <center>
    <form>
    <input type=button value="Enter!" onClick="redirectPage()">
    </form>
    </center>

    Est ce que quelqu'un peut me dire si j'ai "merder" ou pas?
    OU si il y a une erreur ou est elle?

    Merci à tous..

    Alexandre cool..
    0