|
Nikos
{ Membre }
Messages : 118
| Bonjour, Pour faire simple je vais commencer par montrer de quoi je parle: - Spoiler:
Voilà j'ai installé cette barre dans mon footer à l'aide du tutoriel qui consistait à mettre une barre hitskinienne sur son forum. J'ai donc remplacé certaines valeurs pour qu'elle rentre dans le bas du forum. Seul problème: la barre ne fait pas toute la largeur du forum, y'a un vide à gauche et à droite. Voici mon code: - Code:
-
<table style="position: relative; left: 0px; bottom: 0px; right: 0px; background-image: url('http://img690.imageshack.us/img690/290/footki.jpg'); background-repeat: repeat-x; z-index:1000; width: 100%; height: 150px; margin-bottom: -15px;" ><tr><td><div class="links"><strong>{ADMIN_LINK}</strong><a href="http://egravity.1fr1.net/"><strong>eGravity</strong></a> |{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT} <!-- BEGIN switch_view_stats --> | <a name="bottom" href="/{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a> <!-- END switch_view_stats --> <!-- BEGIN switch_view_donation --> | <a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a> <!-- END switch_view_donation --> <!-- BEGIN switch_view_contact --> | <a name="bottom" href="/{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a> <!-- END switch_view_contact --> {U_ABUSE} {U_BLOG}<br></div> </td></tr></table> En espérant que quelqu'un trouve une solution à mon problème. Amicalement, Nikos. | | |
|
| |
Taz
{ Membre }
Messages : 18
| Hey Nikos ! Si j'ai bien compris ce que tu veux faire, ton code était tout simplement placer au mauvaise endroit. Il était encore dans la structure du forum ce qui fait qu'il ne prenait pas toute la page. Donc le code que tu affiché dans ton post tu le colle juste après ceci ;
- Code:
-
{PROTECT_FOOTER} </td> </tr> </table> Et ça devrait fonctionné, chez moi ça marche. (: | | |
|
| |
Nikos
{ Membre }
Messages : 118
| T'es dans quel template là? :/ Il est déjà tout en bas mon code - Code:
-
<!-- BEGIN html_validation --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <table> <tr> <td> <div> <div> <table> <tbody> <tr> <td> <!-- END html_validation --> <td valign="top" width="{C3SIZE}"> <div id="{ID_RIGHT}"> <!-- BEGIN giefmod_index2 --> {giefmod_index2.MODVAR} <!-- BEGIN saut --> <div style="height: {SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index2 --> </div> </td> </tr> </tbody> </table> </div> </div> <!-- close div id="page-body" --> {PROTECT_FOOTER} </td> </tr> </table> <br>
<!-- BEGIN switch_facebook_login --> <div id="fb-root"></div> <script type="text/javascript"> //<![CDATA[ FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true}); //]]> </script> <!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP --> <script type="text/javascript"> //<![CDATA[ FB.Event.subscribe('auth.logout', function(response) { if ($('a#logout')) { var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '') { document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir; } } });
$(document).ready( function() { $('a#logout').click( function() { FB.logout(); } ); } ); //]]> </script> <!-- END switch_facebook_logout_TMP -->
<script src="http://files.o-side.com/upload/julian/jquery.js" type="text/javascript"></script> <script src="http://files.o-side.com/upload/julian/s3Slider.js" type="text/javascript"></script>
<script type="text/javascript"> //<![CDATA[ fa_endpage(); //]]> </script> <table style="position: relative; left: 0px; bottom: 0px; right: 0px; background-image: url('http://img690.imageshack.us/img690/290/footki.jpg'); background-repeat: repeat-x; z-index:1000; width: 100%; height: 150px; margin-bottom: -15px;" ><tr><td><div class="links"><strong>{ADMIN_LINK}</strong><a href="http://egravity.1fr1.net/"><strong>eGravity</strong></a> |{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT} <!-- BEGIN switch_view_stats --> | <a name="bottom" href="/{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a> <!-- END switch_view_stats --> <!-- BEGIN switch_view_donation --> | <a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a> <!-- END switch_view_donation --> <!-- BEGIN switch_view_contact --> | <a name="bottom" href="/{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a> <!-- END switch_view_contact --> {U_ABUSE} {U_BLOG}<br></div> </td></tr></table> </body> </html> | | |
|
| |
Taz
{ Membre }
Messages : 18
| Dans overall_footer. Mais je vois, on a pas le même truc. Moi normalement ça donnait ceci : http://codeteste.forumotion.com
Maintenant je ne sais pas si c'est le résultat que tu souhaites avoir. T'as déjà modifier ce code pour autre chose auparavant ? | | |
|
| |
Nikos
{ Membre }
Messages : 118
| Même en supprimant mon template et en le remodifiant uniquement avec la table que j'avais codée ça me fait la même chose, j'ai pas le morceau de code que tu m'as montré ... | | |
|
| |
Taz
{ Membre }
Messages : 18
| Ton forum est bien en phpVBB2 ? Si oui, remplace ton Template par ça ; - Code:
-
<!-- BEGIN html_validation --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <table> <tr> <td> <div> <div> <table> <tbody> <tr> <td> <!-- END html_validation --> </td> <td valign="top" width="{C3SIZE}"> <div id="{ID_RIGHT}"> <!-- BEGIN giefmod_index2 --> {giefmod_index2.MODVAR} <!-- BEGIN saut --> <div style="height: {SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index2 --> </div> </td> </tr> </tbody> </table> </div> </div> <!-- close div id="page-body" --> <div id="page-footer"> <div align="center"> <div class="gen"> <strong>{ADMIN_LINK}</strong>{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT} <!-- BEGIN switch_view_stats --> | <a name="bottom" href="{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a> <!-- END switch_view_stats --> <!-- BEGIN switch_view_donation --> | <a name="bottom" href="{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a> <!-- END switch_view_donation --> <!-- BEGIN switch_view_contact --> | <a name="bottom" href="{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a> <!-- END switch_view_contact --> {U_ABUSE} {U_BLOG} </div> </div> </div> {PROTECT_FOOTER} </td> </tr> </table> <table style="position: relative; left: 0px; bottom: 0px; right: 0px; background-image: url('http://img690.imageshack.us/img690/290/footki.jpg'); background-repeat: repeat-x; z-index:1000; width: 100%; height: 150px; margin-bottom: -15px;" ><tr><td><div class="links"><strong>{ADMIN_LINK}</strong><a href="http://egravity.1fr1.net/"><strong>eGravity</strong></a> |{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT} <!-- BEGIN switch_view_stats --> | <a name="bottom" href="/{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a> <!-- END switch_view_stats --> <!-- BEGIN switch_view_donation --> | <a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a> <!-- END switch_view_donation --> <!-- BEGIN switch_view_contact --> | <a name="bottom" href="/{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a> <!-- END switch_view_contact --> {U_ABUSE} {U_BLOG}<br></div> </td></tr></table> <!-- BEGIN switch_facebook_login --> <div id="fb-root"></div> <script type="text/javascript"> //<![CDATA[ FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true}); //]]> </script> <!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP --> <script type="text/javascript"> //<![CDATA[ FB.Event.subscribe('auth.logout', function(response) { if ($('a#logout')) { var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '') { document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir; } } });
$(document).ready( function() { $('a#logout').click( function() { FB.logout(); } ); }); //]]> </script> <!-- END switch_facebook_logout_TMP -->
<script type="text/javascript"> //<![CDATA[ fa_endpage(); //]]> </script> </body> </html> | | |
|
| |
Nikos
{ Membre }
Messages : 118
| Oula, ça doit venir d'autre chose vu que ça change rien :/ | | |
|
| |
Taz
{ Membre }
Messages : 18
| J'peux voir ton forum ? Parce qu'avec la screen j'ai pas très bien compris. | | |
|
| |
Nikos
{ Membre }
Messages : 118
| http://test-nikos-2.forumactif.com/ | | |
|
| |
Taz
{ Membre }
Messages : 18
| - Code:
-
<!-- BEGIN html_validation --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <table> <tr> <td> <div> <div> <table> <tbody> <tr> <td> <!-- END html_validation --> <td valign="top" width="{C3SIZE}"> <div id="{ID_RIGHT}"> <!-- BEGIN giefmod_index2 --> {giefmod_index2.MODVAR} <!-- BEGIN saut --> <div style="height: {SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index2 --> </div> </td> </tr> </tbody> </table> </div> </div> <!-- close div id="page-body" --> {PROTECT_FOOTER} </td> </tr> </table> <table style="position: relative; left: 0px; bottom: 0px; right: 0px; background-image: url('http://img690.imageshack.us/img690/290/footki.jpg'); background-repeat: repeat-x; z-index:1000; width: 100%; height: 150px; margin-bottom: -15px;" ><tr><td><div class="links"><strong>{ADMIN_LINK}</strong><a href="http://egravity.1fr1.net/"><strong>eGravity</strong></a> |{U_VERSION_RTL}{U_CREATE_A_FORUM}{U_VERSION} {U_SUPPORT} <!-- BEGIN switch_view_stats --> | <a name="bottom" href="/{switch_view_stats.S_STATS}" class="copyright" rel="nofollow">{switch_view_stats.L_STATS}</a> <!-- END switch_view_stats --> <!-- BEGIN switch_view_donation --> | <a name="bottom" href="/{switch_view_donation.U_DONATION}" class="copyright" rel="nofollow">{switch_view_donation.L_MAKE_DONATION}</a> <!-- END switch_view_donation --> <!-- BEGIN switch_view_contact --> | <a name="bottom" href="/{switch_view_contact.U_CONTACT}" class="copyright" rel="nofollow">{switch_view_contact.L_CONTACT}</a> <!-- END switch_view_contact --> {U_ABUSE} {U_BLOG}<br></div> </td></tr></table>
<!-- BEGIN switch_facebook_login --> <div id="fb-root"></div> <script type="text/javascript"> //<![CDATA[ FB.init({appId: '{switch_facebook_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true}); //]]> </script> <!-- END switch_facebook_login -->
<!-- BEGIN switch_facebook_logout_TMP --> <script type="text/javascript"> //<![CDATA[ FB.Event.subscribe('auth.logout', function(response) { if ($('a#logout')) { var lien_redir = $('a#logout').attr('href');
if ($('a#logout').attr('href') && $('a#logout').attr('href') != '') { document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir; } } });
$(document).ready( function() { $('a#logout').click( function() { FB.logout(); } ); } ); //]]> </script> <!-- END switch_facebook_logout_TMP -->
<script src="http://files.o-side.com/upload/julian/jquery.js" type="text/javascript"></script> <script src="http://files.o-side.com/upload/julian/s3Slider.js" type="text/javascript"></script>
<script type="text/javascript"> //<![CDATA[ fa_endpage(); //]]> </script>
</body> </html> Et ceci ? On va y arriver. xD | | |
|
| |
Nikos
{ Membre }
Messages : 118
| Toujours pas ... x) Je comprends vraiment pas pourquoi chez toi ça marche et pas chez moi ! o.O | | |
|
| |
Taz
{ Membre }
Messages : 18
| Bin oui c'est ça qui me turlupine... Dit moi, t'as mis un code pour le fond de ton forum ? Parce que je pense que ça vient de ça. Si tu as mis un padding ou quoi qu'est-ce. | | |
|
| |
Nikos
{ Membre }
Messages : 118
| J'ai essayé d'enlever tous mes CSS voir si ça venais de là, aucun changement. J'ai essayé de virer les autres templates que j'avais modifié, aucun changement.
Je vois vraiment pas d'où viens ce problème, c'est vraiment étrange ... | | |
|
| |
[Five]
{ Membre }
Messages : 12
| Hello... Peut être cela vient des marges de la balise body ? Essaye d'ajouter : - Code:
-
body { margin: 0; padding: 0; } | | |
|
| |
Nikos
{ Membre }
Messages : 118
| Yes ça marche !!! Merci Five Et merci à toi Taz d'avoir essayé ! (: | | |
|
| |
Taz
{ Membre }
Messages : 18
| Ouais j'me disais bien que ça venait du fond. Merci pour le code Five (: | | |
|
| |
[Five]
{ Membre }
Messages : 12
| Mais de rien. J'utilise souvent ce code d'ailleurs, pour faire mes header/footer justement. | | |
|
| |
Contenu sponsorisé
| |
| |
|