| Une autre petite question x)) | |
|
Auteur | Message |
---|
Invité Invité | Sujet: Une autre petite question x)) Sam 12 Nov - 15:18 | |
| BONJOUUUUUUUUR ou BONSOOOOOOOOOOOIR Alors, il n'y a pas longtemps de ça j'ai ajouté un code pour que la barre d'accueil etc. soit en haut de la page, mais le problème est que maintenant elle est en décalé à gauche je ne sais pas pour quoi x)) comment je dois faire pour la centrer ?? voir le lien: - Code:
-
http://bloodsuckers-rpg.forumgratuit.org Si besoin je vous poste le code du templates: - Code:
-
<!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" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <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" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <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" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login -->
<!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- 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 = true, logInBackgroundClass = false; <!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup");
$("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- 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 --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> </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} <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td> <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td class="bodyline"> <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> <!-- END switch_logo_left --> <td align="center" width="100%" valign="middle"> <!-- BEGIN switch_logo_center --> <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a> <br /> <!-- END switch_logo_center --> <div class="maintitle">{MAIN_SITENAME}</div> <br /> <span class="gen">{SITE_DESCRIPTION}<br /> </span> </td> <!-- BEGIN switch_logo_right --> <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>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"> <tr> </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 --> Merci beaucouuuup d'avance :DD ♥♥♥ |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:28 | |
| Regarde déjà dans PA -> Affichage -> Entête et navigation et regarde que c'est bien coché centré dans "Position du menu" si ça ne marche pas: au niveau de ton: - Code:
-
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td> Mais ça: - Code:
-
<table id="nav_barr" style="margin-top: -10px;" cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"> <tr> <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td> </tr> </table> Et ensuite dans ton css: - Code:
-
#nav_barr { position: fixed; /*--- Cette ligne permet de toujours afficher la barre ---*/ width:900px; /*--- pour régler la largeur de la barre ---*/ background-color: #Couleur; /*--- On donne une couleur au fond ---*/ border:1px #Couleur solid; /*--- On ajoute une bordure ---*/ margin-left:-450px; /* pour centrer: largeur divisée par -2 */ left:50%; -moz-border-radius:0px 0px 10px 10px; /* pour mozilla */ -webkit-border-radius: 0px 0px 10px 10px; /* pour chrome et safari */ border-radius:0px 0px 10px 10px; /* réglage des arrondis */ } Voilà :). |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:29 | |
| d'accord meeerci beaucoup :DD je vais voir tout de suite :D |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:33 | |
| |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:34 | |
| aloors Oui ça a marché ;) mais comment je fais pour qu'il y ait un espace entre ça et le cadre du forum ?? |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:37 | |
| Hmm ..; Attend je test sur mon forum et je te dis ça :). |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:37 | |
| |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:47 | |
| Alors je vois pas comment faire >< Mais essaye avec ce code css: - Code:
-
#nav_barr { position: absolute; top: 0px; width: 100%; background-color: #000000; border-bottom: 3px solid #a17a55; margin-top: -2px; } |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:48 | |
| d'accord je te dis si ça marche ;) :DD ♥ meeeerci beaucouuuuuup d'avance :DD |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:50 | |
| Ouaip, bon ej vois que ça fait un truc bizarre :p enlève le margin-top.
Et tu as laisser l'autre css que je t'avais donné ? ou tu la remplacer par celui que je t'ai redonné ? |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:53 | |
| regarde le code css c'est trop bizarre x)): - Code:
-
a.mainmenu{ border-top: 3px solid #FFFFFF; }
body { background-repeat: no-repeat; }
/* ********** ASCENSEUR ********** */ .hole{ -moz-box-shadow:#120017 0px 0px 12px; -webkit-box-shadow:#120017 0px 0px 12px; background-color: #f2e7c8;}
.ascenseur { position: fixed; /*--- Cette ligne permet de toujours afficher l'ascenseur à l'écran ---*/ bottom: 5px; /*--- On le place à 50 px du haut de l'écran ---*/ right: 0px; /*--- On le place à 0px de la gauche de l'écran ---*/ }
b{border-bottom:none; text-shadow: #000000 1px 1px 2px; }
body { cursor: crosshair } a:hover { cursor:ne-resize; }
/* ********** BANDEAU ********** */
.bandeau { -moz-border-radius: 7px 7px 7px 7px; background-color: #transparent; border-bottom: 1px solid #5ba258; color: #479f99; font-family: sans-serif; font-size: 14px; font-weight: lighter; letter-spacing: 1px; display:block; text-align: center; text-decoration: shadow !important; text-shadow: black 1px 1px 2px; }
.bandeau:hover { -moz-border-radius: 7px 7px 7px 7px; background-color: #transparent; border-bottom: 1px solid #; color: #5ba258; font-family: sans-serif; font-size: 14px; font-weight: lighter; letter-spacing: 1px; display:block; text-align: center; text-decoration: shadow !important; text-shadow: black 1px 1px 2px; letter-spacing : 3px; }
/* ********** OPACITÉ ********** */
.blabla { filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5; }
.blabla:hover { filter:alpha(opacity=100); -moz-opacity:1;opacity: 1; }
.stripes { color: #FFFFFF; border-bottom: 1px dotted #9ca183; border-left: 1px dotted #9ca183; background-image: url(http://s3.noelshack.com/old/up/second-4ccc28a754.png); -moz-border-radius-topright: 20px; padding-left: 20px; -moz-border-radius-topleft: 20px; padding-right: 20px; }
b{border-bottom:none; text-shadow: #000000 1px 1px 2px; }
body { cursor: crosshair } a:hover { cursor:ne-resize; }
/* DECO PA */
.top{ border: 2px solid #7d7d9d; padding-bottom: 1px; padding-top: 1px; padding-left: 1px; padding-right: 1px; height: 35px; width: 35px; -moz-border-radius-bottomleft:9px; -moz-border-radius-bottomright:9px; -moz-border-radius-topleft:9px; -moz-border-radius-topright:9px;}
.top:hover{ border: 2px solid #b393a8;}
.topi{ border: 2px solid #7d7d9d; padding-bottom: 1px; padding-top: 1px; padding-left: 1px; padding-right: 1px; height: 101px; width: 51px; -moz-border-radius-bottomleft:9px; -moz-border-radius-bottomright:9px; -moz-border-radius-topleft:9px; -moz-border-radius-topright:9px;}
.topi:hover{ border: 2px solid #b393a8;}
.titles{ height: 7px; background-color: #transparent; border-bottom: 5px solid #FFFFFF; font-family: Times New Roman; text-shadow: #000000 1px 1px 2px; color: #FFFFFF; text-align: left; font-size: 14px; margin-left : 6px; margin-right : 6px;}
.contours{ background-color: #F0E2BF; color: #FAEFE2; border-bottom: 1px dotted #FFFFFF; }
textarea, .textarea.post, input.post { -moz-border-radius:4px; }
a { font-variant: small-caps; text-decoration: none!important; }
a:hover { text-decoration: none!important; }
/* TITRES DES CATEGORIE */
a.forumlink:link, a.forumlink:visited { -moz-border-radius: 7px 7px 7px 7px; background-color: #transparent; border-bottom: 1px solid #479f9F; color: #479f99; font-family: sans-serif; font-size: 14px; font-weight: lighter; letter-spacing: 1px; display:block; text-align: left; text-decoration: shadow !important; text-shadow: black 1px 1px 2px; }
a.forumlink:hover{ letter-spacing: 2px;}
/* CADRE DU FORUM */
/* ********** J AI FAIM... ********** */
.coulour font-weight: lighter; display:block; text-align: center; text-decoration: none !important; }
.coulour:hover { color: #000000; } /* ********** CATEGORIE ********** */
.descripti{ width:500px; margin-left: 0px;
}
.def { background-color: #transparent; border-bottom: 2px solid #427999; border-right: 5px solid #427999; border-left: 5px solid #427999; padding-top : 3px ; padding-bottom : 3px ; width: 500px; margin-left: 0px; text-align: center; }
.descrip{ font-family: Georgia; text-align: justify; width: 500px; border-top: 0px dotted #FFFFFF; border-bottom: 0px dotted #FFFFFF; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomright: 10px; background-color:#CCCCCC; }
.descrip:hover{ color:#2d2d2d !important; }
.coulour:hover { color:#2d2d2d !important; }
.pop{ width: 160px; height: 80px; margin-left: 0px; margin-right: 0px; margin-top: 20px; margin-bottom: 20px; }
.popi
{ background-color: #transparent; font-family: Georgia; font-size: 18px; padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-radius:10px 10px 0px 0px; background-color:#CCCCCC;
}
.popii{ font-family: Georgia; font-size: 18px; padding-top: 5px; padding-bottom: 5px; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; background-color:#CCCCCC; }
/* ********** PROFIL ********** */
.profil_contour{ width:500px; font-family: Georgia; text-align:left; padding-top: 8px; padding-bottom: 6px; padding-right: 6px; padding-left: 8px; -moz-border-radius-bottomleft:10px; -moz-border-radius-topright:10px; background-color:#CCCCCC; }
.profil_contour{ -moz-border-radius-bottomleft:0px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:0px; }
.rightpart { font-size : 12px ; *grandeur du texte border-left : 9px dotted ##000000 ; *séparation du tableau de gauche et du tableau de droite par une ligne, peu être changé en DOTTED, SOLID, DOUBLE, etc padding-left : 10px } *veuillez ne pas toucher à cette partie
.groups{ background-color:#47657F ; *peut-être un fond de couleur ? border: 1px color #7F9F76 ; *contour du QEEL -moz-border-radius : 10px 10px 10px 10px; *pour arrondir les bords height:40px; *pas touche padding-right:12px; *pas touche padding-left:14px; *pas touche padding-bottom:3px; *pas touche font-size:14px *grandeur du texte; font-weight: bold; *texte en gras text-align:center; *texte aligné au milieu font-color : #020C1C ; *couleur du texte text-decoration: none !important; *pas touche }
.bodyline{ border: #A35429 9px solid; -moz-border-radius-bottomleft:20px; -moz-border-radius-bottomright:20px; -moz-border-radius-topleft:20px; -moz-border-radius-topright:20px; }
/* Panneau d'accueil */
#panneau { position: relative; top: 0px; left: 0px; height: 500px; background-image:url("img pa"); border-style: solid; border-width: 1px; border-color: red; }
#bienvenue { position: absolute; height: 44px; width: 728px; top: 7px; left: 10px; text-aling: center; margin-top: 10px; text-transform: uppercase; }
#text { font-size:200%; text-shadow: 1px 1px 1px #000; }
#staff { position: absolute; height: 330px; width: 240px; top: 68px; left: 16px; text-align: left; }
#liens { position: absolute; height: 330px; width: 118px; top: 95px; left: 263px; }
#textlien { font-size:150%; }
#contexte { position: absolute; height: 279px; width: 342px; top: 60px; left: 392px; margin-top: 3px; text-align: justify; overflow: auto; }
#partenaire { position: absolute; height: 434px; width: 133px; top: 34px; left: 764px; text-align: center; }
#credit { position: absolute; height: 89px; width: 237px; top: 401px; left: 73px; overflow: auto; }
#news { position: absolute; height: 140px; width: 341px; top: 352px; left: 393px; overflow: auto; text-align: justify; margin-left: 3px; }
/* Fin panneau d'accueil */
/* Pas de surlignement de texte */
a {text-decoration: none;} a:link {text-decoration: none;} a:hover {text-decoration: none!important;} a.forumlink {text-decoration: none;} a.forumlink:hover {text-decoration: none!important;} a.topiclink {text-decoration: none; } a.topiclink:hover {text-decoration: none!important; }
/* Fin */
/* Infobulle Staff */
.infobulle{position: relative;z-index: 0;} .infobulle:hover{background-color: transparent;z-index: 50;} .infobulle span { position: absolute; background-color: #979e5a; padding: 5px; left: -1000px; visibility: hidden; color: #FFFFFF;} .infobulle span img{border: 1px;padding: 5px;} .infobulle:hover span { visibility: visible; top: 70px; left: 35px; width: 150px ; color:#FFFFFF; border: 3px outset #ede0d7; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;}
/* Fin infobulle staff */
#nav_barr { position: fixed; /*--- Cette ligne permet de toujours afficher la barre ---*/ width:900px; /*--- pour régler la largeur de la barre ---*/ background-color: #Couleur; /*--- On donne une couleur au fond ---*/ border:1px #Couleur solid; /*--- On ajoute une bordure ---*/ margin-left:-450px; /* pour centrer: largeur divisée par -2 */ left:50%; -moz-border-radius:0px 0px 10px 10px; /* pour mozilla */ -webkit-border-radius: 0px 0px 10px 10px; /* pour chrome et safari */ border-radius:0px 0px 10px 10px; /* réglage des arrondis */ }
#nav_barr { position: absolute; top: 0px; width: 100%; background-color: #000000; border-bottom: 3px solid #a17a55; margin-top: -2px; }
et regarde le lien : - Code:
-
http://bloodsuckers-rpg.forumgratuit.org j'ai laissé x)) |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 16:57 | |
| Okok, fallait pas ajouter une deuxième fois nav_barr :p. Voilà, essaye comme ça, tu remplace les deux nav_barr par ça: - Code:
-
#nav_barr { position: fixed; /*--- Cette ligne permet de toujours afficher la barre ---*/ width:900px; /*--- pour régler la largeur de la barre ---*/ background-color: #000000; border-bottom: 3px solid #a17a55; margin-left:-450px; /* pour centrer: largeur divisée par -2 */ left:50%; -moz-border-radius:0px 0px 10px 10px; /* pour mozilla */ -webkit-border-radius: 0px 0px 10px 10px; /* pour chrome et safari */ border-radius:0px 0px 10px 10px; /* réglage des arrondis */ } |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 17:01 | |
| Ohhhhhhh supeeeeeeeeeer j'aime beaucouuup meerci :D j'ai encore une toute petite chose xDD "je sais je suis un peu chiante x))" mais comment on fait juste pour enlever le blanc au dessus x)) ?? |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 17:04 | |
| Je me posais la même question x). Regarde si dans affichage -> Entête et navigation, c'est pas encore coché "Afficher seulement des images dans la barre des liens :" Ou ajoute: - Code:
-
border-top: 3px solid #a17a55; Dans le css juste en dessous de vorder radius et avant le }. |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 17:10 | |
| xDD ça marche pas j'ai regardé aussi dans le truc c'est la bonne case qui est coché x)) |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 17:12 | |
| Je vais regarder, je te dis quoi dès que je trouve ><. |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 17:13 | |
| |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 18:36 | |
| Voilà j'ai trouvé normalement :D Enlève ça dans ton css: - Code:
-
a.mainmenu{ border-top: 3px solid #FFFFFF; } |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 20:49 | |
| Ha ça à marché MEEEEERCI beauuuucoup :D ♥ pour touuut :D ♥ |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 20:51 | |
| De rien :D Je suis là pour ça ^^. |
|
| |
Invité Invité | Sujet: Re: Une autre petite question x)) Sam 12 Nov - 21:49 | |
| |
|
| |
Contenu sponsorisé | Sujet: Re: Une autre petite question x)) | |
| |
|
| |
| Une autre petite question x)) | |
|