Un thème qu'avec des div, ça fonctionne ? Un thème qu'avec des div, ça fonctionne ?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Un thème qu'avec des div, ça fonctionne ?

Started by solodown, January 30, 2009, 11:53:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

solodown

Bonjour

je suis en train de faire un thème, voici ce que j'ai entre body
<body>
{CUSTOM_HEADER}
<div id="page">

<!-- Haut de page -->
<div id="header">
<a href="index.php"><img src="themes/classic/images/site_logo.png" border="0" alt="" /></a><br />
<h1>{GAL_NAME}</h1>
<h3>{GAL_DESCRIPTION}</h3><br />
</div>
<!-- Fin Haut de page -->

<!-- Menu de page -->
<br /> {SYS_MENU} <br /> {SUB_MENU} <br />
<br /><span style="float:right">{LOGIN_FORM}</span><br />
<br />{LANGUAGE_SELECT_FLAGS}<br />
<br />{THEME_SELECT_LIST}<br />
<br />{LANGUAGE_SELECT_LIST}
<!-- Fin Menu de page -->

<!-- corps de page -->
<div id="corps">
{ADMIN_MENU}
{GALLERY}
</div>

<div id="footer">
{CUSTOM_FOOTER}{VANITY}
</div>

</div>
</body>


J'ai mis en fond blanc et une bordure noire sur le div page pour essayer

ça enveloppe pas tout, que le header, Pourquoi ?

merci beaucoup

François Keller

difficile à dire comme ça, il faudrait l'ensemble du theme pour voir. Essayez avec le plugin webdevelopper pour firefox pour voir comment les div's sont pris en charge et quelles sont les classes utilisées. Il y a peut être des interférences...
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

solodown