Forum ZitePLUS

La communauté des utilisateurs du CMS ZitePLUS

Vous n'êtes pas identifié(e).

#1 25/04/2008 07:54:10

gilanfo
Membre
Inscription : 19/04/2008
Messages : 15

probleme sous mozilla

J'ai deux soucis :
Sous mozilla mes pages sont décalées, j'ai modifié le css en mettant des valeurs négatives, cela fonctionne sous ie pas sous firexox, avez vous déjà rencontré ce genre de problème?
Comment intégrer du flash dans les pages?
Merci pour vos réponses mon site de test est ici : http://www.bollywood-bien-etre.com/rien/

Hors ligne

#2 25/04/2008 08:49:35

rebel
Membre
Inscription : 31/01/2008
Messages : 62
Site Web

Re : probleme sous mozilla

si tu parle de ton pied de page ?

        <div id="bot">Habillage graphique <a href="http://www.gilanfo-creation.com" target="_blank">Gilanfo création </a>, motorisé par <a href="http://zite.prositif.com" target="_blank">ZITE CMS</a></div>

    </div>
    <table width="300" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><div align="right"><span class="Style6">Site optimisé  pour</span></div></td>
        <td><span class="Style4"><img src="deco/IE-logo.gif" width="20" height="21" /></span></td>
        <td><div align="center"><span class="Style8">Résolution 1024/768 Px </span></div></td>

      </tr>
    </table>
    <br />
</body>
</html>


-------->
mais ta table avant le </div> car la présentement du sort du frame bot ( footer )
-------->

<div id="bot">Habillage graphique <a href="http://www.gilanfo-creation.com" target="_blank">Gilanfo création </a>, motorisé par <a href="http://zite.prositif.com" target="_blank">ZITE CMS</a>
<hr />
    <table width="300" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><div align="right"><span class="Style6">Site optimisé  pour</span></div></td>
        <td><span class="Style4"><img src="deco/IE-logo.gif" width="20" height="21" /></span></td>
        <td><div align="center"><span class="Style8">Résolution 1024/768 Px </span></div></td>
      </tr>
    </table>
</div>
    </div>
</body>
</html>

Dernière modification par rebel (25/04/2008 08:52:56)

Hors ligne

#3 25/04/2008 09:00:52

rebel
Membre
Inscription : 31/01/2008
Messages : 62
Site Web

Re : probleme sous mozilla

Mais pour faire les choses correctement voici qu'es-que moi je te propos

1-crée une page que tu laissera en mode caché ( rouge )
nomme la exemple ''bot2'' ( source titre )
après entre ton code.

<p align="center"><span class="Style6">Site optimisé  pour </span><span class="Style4"><img src="deco/IE-logo.gif" width="20" height="21" /></span><span class="Style8"> Résolution 1024/768 Px </span>
</p>

-------------------------------------------
2-dans ton fichier style.css

ajoute exemple
-------------------------------------------
#bot2 {
    width: 100%;
    height: 40px;
    background-color: #E4E4E4;
    padding-top: 0px;
    margin:0;
    color: #000000
}

-------------------------------------------

3-Ensuite pour chargé cette module après la module bot
dans template.php
-------------------------------------------
<div id="bot2">
<?php echo $zite->get_content(bot2, true) ?>
</div>

---résulta
<div id="bot">Habillage graphique <a href="http://www.gilanfo-creation.com" target="_blank">Gilanfo création </a>, motorisé par <a href="http://zite.prositif.com" target="_blank">ZITE CMS</a>
</div>
<div id="bot2">
<?php echo $zite->get_content(bot2, true) ?>
</div>
    </div>
-------------------------------------------

Dernière modification par rebel (25/04/2008 09:04:56)

Hors ligne

Pied de page des forums