| Petits problèmes assez urgents à régler svp | |
|
|
Paparazziie
{ Membre }
Messages : 79
| Bonjour tout le monde, Je suis à la recherche d'un code qui me permettrait de mettre un contour à mes messages comme ceci : - Spoiler:
Ensuite je voudrais arriver à centrer la description de mes forums pour pas qu'elle ne soit collée aux stats comme ici : - Spoiler:
Enfin, mon header de fond est à gauche : - Spoiler:
Je voudrais pouvoir le mettre au centre. Merci d'avance à ceux qui auront la gentillesse de me répondre (surtout pour ma dernière question) |
Dernière édition par Paparazziie le Dim 19 Sep 2010, 04:46, édité 1 fois | |
|
| |
Chucky
{ Membre }
Messages : 47
| Pour la dernière question tu vas dans Panneau d'administration >> Affichage >> En tête et Navigation et tu coche Position du Logo > Centre.
Pour la description des forum, normalement c'est dans le CSS, serait-il possible de l'avoir?
Et pour la première question, tu recherche a mettre ce qu'il y a en bleu ou ce qu'il y a en jaune?r | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| D'abord merci d'avoir répondu. Pour ta première réponse : J'ai déjà essayer et ça ne marche pas. Même si je le met à droite, le header reste à gauche. Pour la description des forums : voila mon code css : - Spoiler:
- Code:
-
.my_modified_table{ width: 90%; margin-left: 5%; margin-right: 5%; margin-top: 5px !important;
font-family: Verdana; }
.my_forum_name{ display:none;
} .my_img{ width: 10%; margin-left: 50px; padding-right:20px;
} .my_disc{ width: 70%; text-align:center; font-size: 13px; -moz-border-radius: 15px 15px 3px 3px ; border-bottom: 2px #a5c4d6 solid; border-top: 5px #a5c4d6 solid; border-right: 2px #a5c4d6 solid; border-left: 2px #a5c4d6 solid; background : url('http://i207.photobucket.com/albums/bb41/joanca1/nuage_020.jpg');
} .my_stats{
width: 20%; text-align:center; font-size: 10px; -moz-border-radius: 15px 15px 3px 3px ; border-top: 5px solid #a5c4d6; border-bottom: 2px solid #a5c4d6; border-right: 2px solid #a5c4d6; border-left: 2px solid #a5c4d6; marging-left:20px; background : url('http://i207.photobucket.com/albums/bb41/joanca1/nuage_020.jpg');
}
.myfoo_title{ text-align:center; width: 100%; -moz-border-radius: 15px 15px 3px 3px ; border-top: 5px solid #647fad; border-bottom: 2px solid #647fad; border-right: 2px solid #647fad; border-left: 2px solid #647fad; background : #a5c4d6;
} .my_title{ text-align:center; font-size: 14px; color: #24FF00; font-family: Arial; }
.my_cat_body{ border-top: 5px solid #647fad; border-bottom: 2px solid #647fad; border-right: 2px solid #647fad; border-left: 2px solid #647fad; -moz-border-radius: 15px 15px 3px 3px; margin-top:20px;
background-position:center top;
}
.my_cat ul{ margin:15px; padding: 0; width: 800px !important; } .my_cat li{ margin-left: 2px;
} .my_cat_style{ border-top: 5px #647fad solid; border-bottom:2px #647fad solid; border-left: 2px #647fad solid; border-right: 2px #647fad solid; -moz-border-radius: 15px 15px 3px 3px;
color: #647fad; font-size:13px; text-align:center ; padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px; marging-top:15px; marging-left:30px; display:inline; width: 200px; font-family: Arial ; font-weight: bold; background : #a5c4d6;
} .my_cat a{ text-decoration: none !important; color: #000; }
Et pour ma première question je cherche à mettre ce qu'il y a en bleu | | |
|
| |
Chucky
{ Membre }
Messages : 47
| Pour la bordure, tu dois mettre dans le css: - Code:
-
.forumline { border-top: 0px #COULEUR solid; border-bottom: 0px #COULEUR solid; border-left: 0px #COULEUR solid; border-right: 0px #COULEUR solid; } Alors pour les description des forums: - Code:
-
.my_modified_table{ width: 90%; margin-left: 5%; margin-right: 5%; margin-top: 5px !important;
font-family: Verdana; }
.my_forum_name{ display:none;
} .my_img{ width: 10%; margin-left: 50px; padding-right:20px;
} .my_disc{ width: 70%; text-align:center; margin: auto; font-size: 13px; -moz-border-radius: 15px 15px 3px 3px ; border-bottom: 2px #a5c4d6 solid; border-top: 5px #a5c4d6 solid; border-right: 2px #a5c4d6 solid; border-left: 2px #a5c4d6 solid; background : url('http://i207.photobucket.com/albums/bb41/joanca1/nuage_020.jpg');
} .my_stats{
width: 20%; text-align:center; font-size: 10px; -moz-border-radius: 15px 15px 3px 3px ; border-top: 5px solid #a5c4d6; border-bottom: 2px solid #a5c4d6; border-right: 2px solid #a5c4d6; border-left: 2px solid #a5c4d6; marging-left:20px; background : url('http://i207.photobucket.com/albums/bb41/joanca1/nuage_020.jpg');
}
.myfoo_title{ text-align:center; width: 100%; -moz-border-radius: 15px 15px 3px 3px ; border-top: 5px solid #647fad; border-bottom: 2px solid #647fad; border-right: 2px solid #647fad; border-left: 2px solid #647fad; background : #a5c4d6;
} .my_title{ text-align:center; font-size: 14px; color: #24FF00; font-family: Arial; }
.my_cat_body{ border-top: 5px solid #647fad; border-bottom: 2px solid #647fad; border-right: 2px solid #647fad; border-left: 2px solid #647fad; -moz-border-radius: 15px 15px 3px 3px; margin-top:20px;
background-position:center top;
}
.my_cat ul{ margin:15px; padding: 0; width: 800px !important; } .my_cat li{ margin-left: 2px;
} .my_cat_style{ border-top: 5px #647fad solid; border-bottom:2px #647fad solid; border-left: 2px #647fad solid; border-right: 2px #647fad solid; -moz-border-radius: 15px 15px 3px 3px;
color: #647fad; font-size:13px; text-align:center ; padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px; marging-top:15px; marging-left:30px; display:inline; width: 200px; font-family: Arial ; font-weight: bold; background : #a5c4d6;
} .my_cat a{ text-decoration: none !important; color: #000; }
Pour ce qui est du logo, tu es sous quel explorateur? Car je me suis permis d'aller voir le forum et pour moi, sous firefox, le logo s'affiche bien au centre. | | |
|
| |
Sui
{ Membre actif }
Messages : 346
| Pour le logo - Code:
-
body { background-image: url('URL DE TON IMAGE'); background-position: top center; background-repeat: no-repeat; }
| | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| Chucky >> Merci pour le code de la bordure. En revanche ton code pour la descriptions des catégories ne marche pas. Le logo s'affiche au centre lorsque l'écran de l'utilisateur fait minimum la taille du header. Mais mon écran à moi est plus petit que le header. Pourtant sur plein de forum, l'header est plus grand que mon écran et tout va bien mais ça ne va pas. J'utilise Mozilla.
Sui >> Merci pour ta réponse mais ça ne marche pas non plus. | | |
|
| |
Chucky
{ Membre }
Messages : 47
| Essaye de diminuer la valeur WIDTH pour les descriptions. - Code:
-
.my_disc{ width: 70%; text-align:center; margin: auto; font-size: 13px; -moz-border-radius: 15px 15px 3px 3px ; border-bottom: 2px #a5c4d6 solid; border-top: 5px #a5c4d6 solid; border-right: 2px #a5c4d6 solid; border-left: 2px #a5c4d6 solid; background : url('http://i207.photobucket.com/albums/bb41/joanca1/nuage_020.jpg'); { | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour Paparazzie !
Je me permets de poster pour te demander d'utiliser, à l'avenir, un titre explicite à ton sujet plutôt que "urgent" qui rebiffe plus qu'autre chose. Utilise aussi la fonction rechercher la prochaine fois, car toutes les réponses à tes questions ont déjà été données sur le forum.
Merci de ta compréhension. | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| Chucky >> ça ne marche pas non plus
Kaiji : je suis désolé, ça ne se reproduira plus mais malheureusement j'ai chercher pendant pas mal de temps mais je n'ai trouver aucune réponse. | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| Non, mon problème n'est toujours pas résolu | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Au final, quels problèmes te restent-il à résoudre? Bisous~ | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| |
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Est-ce que je pourrais avoir l'adresse du forum s'il-te-plaît? Bisous~ | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| - Paparazziie a écrit:
Le logo s'affiche au centre lorsque l'écran de l'utilisateur fait minimum la taille du header. Mais mon écran à moi est plus petit que le header et il s'affiche à gauche. Pourtant sur plein de forum, l'header est plus grand que mon écran et tout va bien mais là ça ne va pas. Voici l'adresse : http://rorotest.forum-actif.net/ | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Ah oui, alors j'ai regardée les solutions que les autres t'ont apportés, et je dois dire que je sèche à part cela. As-tu essayée de tester le code de *réfléchis* je ne sais plus du tout, il faudrait que tu fasses une recherche. Ça montre comment mettre une grande bannière et un fond en même temps. Peut-être que ça réglerai le problème?
Pour la séparation entre les deux colonnes, tu peu peut-être faire comme tu as fait avec l'image new, old et lock. Je vois que tu as appliquée une class qui mettait une marge entre la description et l'image ^w^
Bisous~ | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| J'ai deja essayé et ça n'a pas marcher ! Enfin, ça c'est pas trop grave. Ce qui me dérange le plus, c'est le header. Moi je pense plutôt à un problème au niveau des templates ais comme j'y connais rien du tout, je galère mais je vais essayer de chercher le code dont tu me parle. | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Ce n'est pas un code, mais un tutoriel. Je te fais signe si je le retrouve. Sinon, est-ce que tu as modifié un de tes templates?
Et pour la description et les stats, si tu veux vraiment supprimer l'espace, tu pourrais carrément supprimer la colonne et mettre son contenu autre part ._. enfin je dis ça moi, mais je ne dis rien ._. xD
Bisous~ | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| C'est une posiblité !
oui j'ai modifier mes templates | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Alors quand tu me dis que c'est une possibilité, tu me parles de quoi xD? Et si je pouvais savoir quels templates tu as modifiés et pourquoi s'il-te-plaît?
Bisous~ | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| La possibilité dont je te parle c'est de déplacer le contenu de la colonne autre part.
J'ai modifié des templates pour l'affichage des profils, le qeel, l'affichage des catégories en onglets et j'ai du modifier ces templates : index_box, index_body, overall_header et viewtopic_body | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Alors, eh bien on va le déplacer le contenu de cette colonne, alors il me faudrait ton template index_box et que tu me dises l'endroit où tu veux mettre le contenu. Ensuite, il faudrait aussi que tu me donnes ton template overall_header_new et que tu me dises pourquoi tu l'as modifiée, parce que ça vient peut-être de là.
Par contre, je ne pourrais pas m'en occuper tout de suite, j'ai cours et je dois dire que je travaille déjà, même si je n'ai pas trop de devoirs ._.
Bisous~ | | |
|
| |
Kimi Sâto
{ Membre actif }
Messages : 335
| Désolée du double-post, mais voilà le tutoriel pour la bannière dont je parlais: IciPeut-être que cela réglerai le problème, on ne sait jamais. Parce que c'est vrai que c'est bizarre que les codes que Sui t'as donnée ne marche pas... Bisous~ | | |
|
| |
Paparazziie
{ Membre }
Messages : 79
| Merci pour le tuto d'Orange mais il ne marche pas chez moi. Alors voila le template overall_header pour commencer : - Spoiler:
- Code:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <!-- BEGIN meta_emulate_ie7 --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <!-- END meta_emulate_ie7 --> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING};" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> {META_FAVICO} {META} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> <!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login --> <!-- BEGIN switch_ticker --> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) { case 'top' : slid_vert = true; break;
case 'left': break;
case 'bottom': slid_vert = true; auto_dir = 'prev'; break;
case 'right': auto_dir = 'prev'; break;
default: slid_vert = true; }
$(document).ready(function() { var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) { $('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */ $('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des �l�ments */ var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); var height_max = h_perso;
/* Calcul de la hauteur maximale du contenur en fonction des �l�ments et de la hauteur personnalis�e dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des �l�ments et des images trop larges */ $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } });
/* Redimensionnement et centrage du conteneur en mode vertical */ if (slid_vert) { $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); }
/* Initialisation du caroussel */ $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new -->
<script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); pm.focus(); <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); report.focus(); <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> });
<!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false; <!-- END switch_login_popup --> //]]> </script>
{GREETING_POPUP} <!-- BEGIN hitskin_preview --> <style type="text/css"> #hitskin_preview { margin: 0; padding: 0; position: fixed; top: 0; left: 0; width: 100%; height: 65px; background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px; color: #fff; } * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */ position: absolute; top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop); z-index: 2; background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px; } * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */ background: #fff url(foo) fixed; } #hitskin_preview h1 { float: left; margin: 3px 0 0 0; padding: 0 0 0 10px; font: italic normal 25px Arial,sans serif; color: #fff; } #hitskin_preview h1 img { vertical-align: middle; } #hitskin_preview em { color: #7CBA2C; font-weight: bold; } #hitskin_preview a { color: #fff; } #hitskin_preview a:hover { text-decoration: underline; }
#hitskin_preview .content { text-align: right; } #hitskin_preview .content p { margin: 4px 1em 0px 1em; font-size: 13px; line-height: 1.8em; color: #fff; font-weight: bold; } #hitskin_preview .content p span { font-weight: normal; font-size: 0.8em; } body { margin-top: 40px !important; } {hitskin_preview.HITSKIN_RTL_CSS} </style> <!-- END hitskin_preview -->
<!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; }
</style> <!-- END switch_ticker_new --> <script type="text/javascript" src="http://www.yourjavascript.com/0374901133/script.js" ></script> </head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup --> <div id="login_popup"> <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0"> <tr height="25"> <td class="catLeft"> <span class="genmed module-title">{SITENAME}</span> </td> </tr> <tr height="{LOGIN_POPUP_MSG_HEIGHT}"> <td class="row1" align="left" valign="top"> <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="mainoption" value="{L_LOGIN}" /> <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> <span class="genmed">{LOGIN_POPUP_MSG}</span> </td> </tr> </table> </div> <!-- END switch_login_popup -->
<a name="top"></a> {JAVASCRIPT} <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <!-- BEGIN switch_logo_left --> <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"> <div class="maintitle">{MAIN_SITENAME}</div> <br /> <span class="gen">{SITE_DESCRIPTION}<br /> </span> </td> <!-- END switch_logo_left -->
<!-- BEGIN switch_logo_center --> <td align="center" width="100%" valign="middle"> <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br /> <div class="maintitle">{MAIN_SITENAME}</div> <br /> <span class="gen">{SITE_DESCRIPTION}</span> </td> <!-- END switch_logo_center -->
<!-- BEGIN switch_logo_right --> <td align="center" width="100%" valign="middle"> <div class="maintitle">{MAIN_SITENAME}</div> <br /> <span class="gen">{SITE_DESCRIPTION}<br /> </span> </td> <td> <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a> </td> <!-- END switch_logo_right --> </tr> </table> <tr> <td class="bodyline">
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"> <tr> <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td> </tr> </table>
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td {CLASS_TABLE_TYPE} align="left" class="row1"> <div id="fa_ticker_container"> <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;"> <!-- BEGIN ticker_row --> <li>{switch_ticker.ticker_row.ELEMENT}</li> <!-- END ticker_row --> </ul> </div> </td> </tr> </table> </div> <!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td {CLASS_TABLE_TYPE} align="left" class="row1"> <div id="fa_ticker_container"> <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;"> <div class="fa_ticker_content"> <!-- BEGIN ticker_row --> <div>{switch_ticker.ticker_row.ELEMENT}</div> <!-- END ticker_row --> </div> </div> </div> </td> </tr> </table> </div> <!-- END switch_ticker -->
<div id="page-body"> <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}> <table cellpadding="0" cellspacing="0" width="100%" class="three-col"> <tbody> <tr> <td valign="top" width="{C1SIZE}"> <div id="{ID_LEFT}"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </div> </td> <td valign="top" width="100%"> <!-- BEGIN html_validation --> </td> </tr> </tbody> </table> </div> </div> </td> </tr> </table> </body> </html> <!-- END html_validation -->
Et pour le contenu de la colonne, je sais pas où mettre tout ça. T'aurais pas une idée ? | | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| Pour ton header, tu peux essayer de mettre ceci dans ton css : - Code:
-
i-logo { background-img:url('URL_DE_TON_HEADER'); background-position:center; background-repeat:no-repeat; } Et pour tes stats, tu peux essayer ceci : - Code:
-
.my_stats{ margin-left:20px; /*à modifier selon la largeur désirée*/ width: 20%; text-align:center; font-size: 10px; -moz-border-radius: 15px 15px 3px 3px ; border-top: 5px solid #a5c4d6; border-bottom: 2px solid #a5c4d6; border-right: 2px solid #a5c4d6; border-left: 2px solid #a5c4d6; marging-left:20px; background : url('http://i207.photobucket.com/albums/bb41/joanca1/nuage_020.jpg'); } | | |
|
| |
Contenu sponsorisé
| |
| |
| Petits problèmes assez urgents à régler svp | |
|