Forum PHPBoost
bonjour tout monde
dido me cree un theme mais j ai deux problemes dans le theme
le 1er est que les images msg_top_r , msg_top_l et msg_top ne s'affiche pas comme vous pouvez le voir sur cette photo

le 2eme probleme est que les icones ne s'affiche pas
dido me cree un theme mais j ai deux problemes dans le theme
le 1er est que les images msg_top_r , msg_top_l et msg_top ne s'affiche pas comme vous pouvez le voir sur cette photo

le 2eme probleme est que les icones ne s'affiche pas
les images sont bien dans le dossier du theme et les liens dans les fichiers tpl et css corrects?
____________________
Toujours OSER, savoir parfois CEDER, mais jamais RENONCER!
Mes sites : http://www.leschinchillas.org / http://www.chateau-de-lastours.fr
Toujours OSER, savoir parfois CEDER, mais jamais RENONCER!
Mes sites : http://www.leschinchillas.org / http://www.chateau-de-lastours.fr
voila la fichie header TLP
[code=php]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" >
<head>
<title>{SITE_NAME} :: {TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="{SITE_DESCRIPTION}" />
<meta name="keywords" content="{SITE_KEYWORD}" />
<meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" />
<meta name="Robots" content="index, follow, all" />
<meta name="classification" content="tout public" />
<link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" />
{ALTERNATIVE_CSS}
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
<link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" />
<link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" />
<script type="text/javascript" src="../templates/{THEME}/images/global.js"></script>
<script type="text/javascript" src="../AtlasVideo/templates/reflection.js"></script>
</head>
<body>
<div id="header">
<img src="../templates/{THEME}/images/header_boost.jpg" alt="{SITE_NAME}" />
</div>
<div id="sub_header" align="center">
| <img src="/images/Menu/accueil.png" height="20" width="20 alt="Accueil">
<a href="../news/news.php" class="menu" title="Accueil">Accueil</a> |
<img src="/images/Menu/forum.png" height="20" width="20" alt="forum">
<a href="../forum/index.php" class="menu" title="Forums">Forums</a> |
<img src="/images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
<img src="../images/Menu/contact.png" height="20" width="20" alt="Contact">
<a href="../contact/contact.php" class="menu" title="Contact">Contact</a> |
</div>
# START compteur #
<div id="compteur">
<span class="text_strong">{L_VISIT}:</span> {compteur.COMPTEUR_TOTAL}
<br />
<span class="text_strong">{L_TODAY}:</span> {compteur.COMPTEUR_DAY}
</div>
# END compteur #
# START start_left #
<div id="left_menu">
# END start_left #
[/code]
et voila pour content css
[code=css]/* --------------------------------------
content.css
Contient les formulaires, les modules (et modules minis), et messages.
--------------------------------------*/
/* Entête des tableaux */
th{
padding:5px 6px;
color:#FFFFFF;
background:#1C618C;
border:1px solid #0A2D43;
border-bottom:1px solid #000000;
text-align:left;
font-size:0.75em;
text-transform:uppercase;
}
/* Formulaires
--------------------------------------*/
.fieldset_mini{
width:540px;
margin:auto;
margin-top:20px;
}
.fieldset_content{
width:95%;
margin:auto;
margin-top:20px;
}
input, textarea, optgroup, select, .xmlhttprequest_preview{
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:11px;
vertical-align:middle;
border-left:1px solid #6993AE;
border-top:1px solid #6993AE;
border-right:1px solid #2C5169;
border-bottom:1px solid #2C5169;
background-color:#DEF2FF;
color:#2E3B5F;
padding:1px 2px;
}
input:hover, textarea:hover{
border:1px solid #213D4F;
background-color:#EFF9FF;
}
input:focus, textarea:focus{
border:1px solid #42B6FF;
background-color:#DEF2FF;
}
fieldset textarea.post{
width:90%;
display:inline;
}
textarea{
display:block;
width:94%;
margin:auto;
}
input.text{
padding:2px;
}
input.submit{
border:1px solid #5B5A5A;
color:#061729;
padding:2px;
font-weight:bold;
background:#FFFFFF url('images/form/form.gif') repeat-x;
}
input.reset{
border:1px solid #5B5A5A;
color:#E10000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
padding:2px;
background:#FFFFFF url('images/form/form.gif') repeat-x;
}
input.reset:hover, input.submit:hover{
border:1px solid #22435F;
cursor
ointer;
color:#507CA2;
}
optgroup, select{
font-family:Verdana,Helvetica,Arial,sans-serif;
cursor
ointer;
vertical-align:middle;
width:auto;
}
optgroup{
font-weight:bold;
border:none;
border-bottom:1px solid #5B5A5A;
}
option{
padding:0px 3px;
}
legend{
padding:1px 0;
font-family:Tahoma,arial,Verdana,Sans-serif;
font-size:0.75em;
font-weight:bold;
color:#FFFFFF;
background-color:#40657C;
border:1px solid #2C5169;
padding:2px 8px;
margin-top:-0.4em;
position:relative;
text-transform:none;
line-height:1.2em;
top:0;
vertical-align:middle;
text-transform:uppercase;
}
legend{
top:-1.2em;
}
* html legend{
margin:0 0 -10px -7px;
line-height:1em;
font-size:.85em;
}
fieldset{
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:20px 0;
padding:6px;
border:1px solid #2C5169;
background-color:#739CB8;
position:relative;
}
fieldset.fieldset_submit{
margin-top:-10px;
padding-bottom:15px;
width:100%;
text-align:center;
background:none;
border:none;
}
fieldset.fieldset_submit legend{
display:none;
}
fieldset dl{
height:1%;
overflow:hidden;
margin-bottom:16px;
font-size:11px;
}
fieldset dl.overflow_visible{
overflow:visible;
}
html>body fieldset dl{
height:auto;
min-height:20px;
}
fieldset dt{
width:45%;
text-align:left;
padding-top:3px;
}
fieldset dd{
margin:0 0 0 45%;
padding:0 0 0 5px;
border:none;
vertical-align
;
font-size:11px;
}
dt{
float:left;
width:auto;
}
dt span{
padding:0 5px 0 0;
}
label{
cursor
ointer;
}
fieldset label{
font-size:11px;
text-align:left;
font-weight:bold;
color:#385262;
}
dd label{
white-space:nowrap;
margin:0 10px 0 0;
font-weight:normal;
color:#FFFFFF;
}
dt span{
font-size:10px;
color:#FFFFFF;
}
label img{
vertical-align:middle;
}
fieldset dl dd label:hover{
color:#214155;
}
/* Messages postés par les membres (messages privés, commentaires, etc...)
--------------------------------------*/
/* Classe du lien du pseudo des messages */
a.msg_link_pseudo{
color:#e8eaeb;
font-weight:bold;
}
a.msg_link_pseudo:hover {
color:#f2fbff;
font-weight:bold;
}
/* Conteneur des messages */
.msg_position{
width:96%;
margin:auto;
background:#528AAE url(images/border.gif) repeat-y left;
}
/* Case contenant l'ensemble du message */
.msg_container{
background:#739CB8 url(images/border.gif) repeat-y right;
margin-left:2px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
/* Barre supérieur des messages */
.msg_top_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_top_l.gif) no-repeat left;
float:left;
}
.msg_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_top_r.gif) no-repeat right;
float:right;
}
.msg_top{
height:23px;
background:#739CB8 url(images/msg_top.gif) repeat-x;
padding-top:6px;
padding-left:6px;
}
/* Pseudo du membre */
.msg_pseudo_mbr{
width:127px;
background:#295F8D;
padding:2px 4px;
float:left;
margin-right:0px !important;
margin-right:-3px;
margin-left:-127px !important;
margin-left:-64px;
margin-top:-4px;
}
/* Case au dessus du message, indique la date et les boutons d'administration */
.msg_top_row{
height:16px;
background:#295F8D;
font-size:10px;
color:#e8eaeb;
margin-right:2px;
border-top:1px solid #092139;
border-bottom:1px solid #092139;
padding-top:4px;
padding-left:127px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
}
/* Case des informations du membre */
.msg_info_mbr{
color:#FFFFFF;
background:#739CB8;
width:127px;
padding:4px;
float:left;
border-right:1px solid #092139;
font-size:10px;
}
/* Case contenant l'ensemble du message, infos membre + contenu */
.msg_contents_container{
margin-right:2px;
background:#528AAE;
}
/* Case du message */
.msg_contents{
background:#739CB8;
margin-left:135px;
padding:5px;
border-left:1px solid #092139;
}
/* Case du contents du message, évite que les images trop grandes déforme */
.msg_contents_overflow{
width:99%;
height:auto;
min-height:80px;
overflow:auto;
padding:10px 0px;
}
/* Signature du membre */
.msg_sign{
background:#739CB8 url(images/border.gif) repeat-y right;
max-height:130px;
overflow:hidden;
padding:4px;
font-size:11px;
margin-left:137px;
border-left:1px solid #092139;
}
/* Signature du membre, fixe la hauteur maximale */
.msg_sign_overflow{
height:auto !important;
height:80px;
width:99%;
max-height:80px;
max-width:99%;
overflow:hidden;
}
/* Barre inférieure des messages */
.msg_bottom_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_l.gif) no-repeat left;
float:left;
border-top:1px solid #092139;
}
.msg_bottom_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_r.gif) no-repeat right;
float:right;
border-top:1px solid #092139;
}
.msg_bottom{
height:23px;
background:#739CB8 url(images/msg_bottom.gif) repeat-x bottom;
padding-top:6px;
padding-left:6px;
border-top:1px solid #092139;
}
/* Modules
--------------------------------------*/
/* Conteneur des modules */
.module_position{
width:96%;
margin:auto;
background:#739CB8 url(images/border.gif) repeat-y left;
}
/* Barre supérieur des modules */
.module_top_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_top_l.gif) no-repeat left;
float:left;
}
.module_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_top_r.gif) no-repeat right;
float:right;
}
.module_top{
height:23px;
background:url(images/msg_top.gif) repeat-x;
padding-top:6px;
padding-left:6px;
font-size:12px;
font-weight:bold;
}
/* Contenu des modules */
.module_contents{
background:#739CB8 url(images/border.gif) repeat-y right;
padding:10px;
margin-left:2px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
/* Barre inférieure des modules */
.module_bottom_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_l.gif) no-repeat left;
float:left;
}
.module_bottom_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_r.gif) no-repeat right;
float:right;
}
.module_bottom{
height:23px;
background:url(images/msg_bottom.gif) repeat-x bottom;
padding-top:6px;
padding-left:6px;
font-size:12px;
}
/* Tableau global, utilisé dans les différents modules */
.module_table{
width:96%;
margin:auto;
border-spacing:0px;
border-collapse:collapse;
background-color:#739CB8;
}
/* Modules minis
--------------------------------------*/
/*Placement des mini modules */
.module_mini_container{
margin-bottom:20px;
}
.module_mini_table{
width:148px;
background:#739CB8 url("images/mini_block.gif") repeat-y;
border-bottom:1px solid #7C7D6A;
text-align:center;
padding:4px;
padding-top:5px;
}
.module_mini_top{
width:156px;
height:25px;
background:url("images/row1.png") no-repeat;
font-weight:bold;
color:#FFFFFF;
padding-left:5px;
padding-top:6px;
list-style-type:none;
}
/* Bordure inférieur des modules minis */
.module_mini_bottom{
margin-top:-1px;
height:18px;
width:156px;
background:url("images/module_bottom.jpg") no-repeat;
}
[/code]
voila
[code=php]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" >
<head>
<title>{SITE_NAME} :: {TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="{SITE_DESCRIPTION}" />
<meta name="keywords" content="{SITE_KEYWORD}" />
<meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" />
<meta name="Robots" content="index, follow, all" />
<meta name="classification" content="tout public" />
<link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" />
{ALTERNATIVE_CSS}
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
<link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" />
<link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" />
<script type="text/javascript" src="../templates/{THEME}/images/global.js"></script>
<script type="text/javascript" src="../AtlasVideo/templates/reflection.js"></script>
</head>
<body>
<div id="header">
<img src="../templates/{THEME}/images/header_boost.jpg" alt="{SITE_NAME}" />
</div>
<div id="sub_header" align="center">
| <img src="/images/Menu/accueil.png" height="20" width="20 alt="Accueil">
<a href="../news/news.php" class="menu" title="Accueil">Accueil</a> |
<img src="/images/Menu/forum.png" height="20" width="20" alt="forum">
<a href="../forum/index.php" class="menu" title="Forums">Forums</a> |
<img src="/images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
<img src="../images/Menu/contact.png" height="20" width="20" alt="Contact">
<a href="../contact/contact.php" class="menu" title="Contact">Contact</a> |
</div>
# START compteur #
<div id="compteur">
<span class="text_strong">{L_VISIT}:</span> {compteur.COMPTEUR_TOTAL}
<br />
<span class="text_strong">{L_TODAY}:</span> {compteur.COMPTEUR_DAY}
</div>
# END compteur #
# START start_left #
<div id="left_menu">
# END start_left #
[/code]
et voila pour content css
[code=css]/* --------------------------------------
content.css
Contient les formulaires, les modules (et modules minis), et messages.
--------------------------------------*/
/* Entête des tableaux */
th{
padding:5px 6px;
color:#FFFFFF;
background:#1C618C;
border:1px solid #0A2D43;
border-bottom:1px solid #000000;
text-align:left;
font-size:0.75em;
text-transform:uppercase;
}
/* Formulaires
--------------------------------------*/
.fieldset_mini{
width:540px;
margin:auto;
margin-top:20px;
}
.fieldset_content{
width:95%;
margin:auto;
margin-top:20px;
}
input, textarea, optgroup, select, .xmlhttprequest_preview{
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:11px;
vertical-align:middle;
border-left:1px solid #6993AE;
border-top:1px solid #6993AE;
border-right:1px solid #2C5169;
border-bottom:1px solid #2C5169;
background-color:#DEF2FF;
color:#2E3B5F;
padding:1px 2px;
}
input:hover, textarea:hover{
border:1px solid #213D4F;
background-color:#EFF9FF;
}
input:focus, textarea:focus{
border:1px solid #42B6FF;
background-color:#DEF2FF;
}
fieldset textarea.post{
width:90%;
display:inline;
}
textarea{
display:block;
width:94%;
margin:auto;
}
input.text{
padding:2px;
}
input.submit{
border:1px solid #5B5A5A;
color:#061729;
padding:2px;
font-weight:bold;
background:#FFFFFF url('images/form/form.gif') repeat-x;
}
input.reset{
border:1px solid #5B5A5A;
color:#E10000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
padding:2px;
background:#FFFFFF url('images/form/form.gif') repeat-x;
}
input.reset:hover, input.submit:hover{
border:1px solid #22435F;
cursor
ointer;color:#507CA2;
}
optgroup, select{
font-family:Verdana,Helvetica,Arial,sans-serif;
cursor
ointer;vertical-align:middle;
width:auto;
}
optgroup{
font-weight:bold;
border:none;
border-bottom:1px solid #5B5A5A;
}
option{
padding:0px 3px;
}
legend{
padding:1px 0;
font-family:Tahoma,arial,Verdana,Sans-serif;
font-size:0.75em;
font-weight:bold;
color:#FFFFFF;
background-color:#40657C;
border:1px solid #2C5169;
padding:2px 8px;
margin-top:-0.4em;
position:relative;
text-transform:none;
line-height:1.2em;
top:0;
vertical-align:middle;
text-transform:uppercase;
}
legend{
top:-1.2em;
}
* html legend{
margin:0 0 -10px -7px;
line-height:1em;
font-size:.85em;
}
fieldset{
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:20px 0;
padding:6px;
border:1px solid #2C5169;
background-color:#739CB8;
position:relative;
}
fieldset.fieldset_submit{
margin-top:-10px;
padding-bottom:15px;
width:100%;
text-align:center;
background:none;
border:none;
}
fieldset.fieldset_submit legend{
display:none;
}
fieldset dl{
height:1%;
overflow:hidden;
margin-bottom:16px;
font-size:11px;
}
fieldset dl.overflow_visible{
overflow:visible;
}
html>body fieldset dl{
height:auto;
min-height:20px;
}
fieldset dt{
width:45%;
text-align:left;
padding-top:3px;
}
fieldset dd{
margin:0 0 0 45%;
padding:0 0 0 5px;
border:none;
vertical-align
;font-size:11px;
}
dt{
float:left;
width:auto;
}
dt span{
padding:0 5px 0 0;
}
label{
cursor
ointer;}
fieldset label{
font-size:11px;
text-align:left;
font-weight:bold;
color:#385262;
}
dd label{
white-space:nowrap;
margin:0 10px 0 0;
font-weight:normal;
color:#FFFFFF;
}
dt span{
font-size:10px;
color:#FFFFFF;
}
label img{
vertical-align:middle;
}
fieldset dl dd label:hover{
color:#214155;
}
/* Messages postés par les membres (messages privés, commentaires, etc...)
--------------------------------------*/
/* Classe du lien du pseudo des messages */
a.msg_link_pseudo{
color:#e8eaeb;
font-weight:bold;
}
a.msg_link_pseudo:hover {
color:#f2fbff;
font-weight:bold;
}
/* Conteneur des messages */
.msg_position{
width:96%;
margin:auto;
background:#528AAE url(images/border.gif) repeat-y left;
}
/* Case contenant l'ensemble du message */
.msg_container{
background:#739CB8 url(images/border.gif) repeat-y right;
margin-left:2px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
/* Barre supérieur des messages */
.msg_top_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_top_l.gif) no-repeat left;
float:left;
}
.msg_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_top_r.gif) no-repeat right;
float:right;
}
.msg_top{
height:23px;
background:#739CB8 url(images/msg_top.gif) repeat-x;
padding-top:6px;
padding-left:6px;
}
/* Pseudo du membre */
.msg_pseudo_mbr{
width:127px;
background:#295F8D;
padding:2px 4px;
float:left;
margin-right:0px !important;
margin-right:-3px;
margin-left:-127px !important;
margin-left:-64px;
margin-top:-4px;
}
/* Case au dessus du message, indique la date et les boutons d'administration */
.msg_top_row{
height:16px;
background:#295F8D;
font-size:10px;
color:#e8eaeb;
margin-right:2px;
border-top:1px solid #092139;
border-bottom:1px solid #092139;
padding-top:4px;
padding-left:127px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
}
/* Case des informations du membre */
.msg_info_mbr{
color:#FFFFFF;
background:#739CB8;
width:127px;
padding:4px;
float:left;
border-right:1px solid #092139;
font-size:10px;
}
/* Case contenant l'ensemble du message, infos membre + contenu */
.msg_contents_container{
margin-right:2px;
background:#528AAE;
}
/* Case du message */
.msg_contents{
background:#739CB8;
margin-left:135px;
padding:5px;
border-left:1px solid #092139;
}
/* Case du contents du message, évite que les images trop grandes déforme */
.msg_contents_overflow{
width:99%;
height:auto;
min-height:80px;
overflow:auto;
padding:10px 0px;
}
/* Signature du membre */
.msg_sign{
background:#739CB8 url(images/border.gif) repeat-y right;
max-height:130px;
overflow:hidden;
padding:4px;
font-size:11px;
margin-left:137px;
border-left:1px solid #092139;
}
/* Signature du membre, fixe la hauteur maximale */
.msg_sign_overflow{
height:auto !important;
height:80px;
width:99%;
max-height:80px;
max-width:99%;
overflow:hidden;
}
/* Barre inférieure des messages */
.msg_bottom_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_l.gif) no-repeat left;
float:left;
border-top:1px solid #092139;
}
.msg_bottom_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_r.gif) no-repeat right;
float:right;
border-top:1px solid #092139;
}
.msg_bottom{
height:23px;
background:#739CB8 url(images/msg_bottom.gif) repeat-x bottom;
padding-top:6px;
padding-left:6px;
border-top:1px solid #092139;
}
/* Modules
--------------------------------------*/
/* Conteneur des modules */
.module_position{
width:96%;
margin:auto;
background:#739CB8 url(images/border.gif) repeat-y left;
}
/* Barre supérieur des modules */
.module_top_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_top_l.gif) no-repeat left;
float:left;
}
.module_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_top_r.gif) no-repeat right;
float:right;
}
.module_top{
height:23px;
background:url(images/msg_top.gif) repeat-x;
padding-top:6px;
padding-left:6px;
font-size:12px;
font-weight:bold;
}
/* Contenu des modules */
.module_contents{
background:#739CB8 url(images/border.gif) repeat-y right;
padding:10px;
margin-left:2px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
clear:both;
}
/* Barre inférieure des modules */
.module_bottom_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_l.gif) no-repeat left;
float:left;
}
.module_bottom_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_bottom_r.gif) no-repeat right;
float:right;
}
.module_bottom{
height:23px;
background:url(images/msg_bottom.gif) repeat-x bottom;
padding-top:6px;
padding-left:6px;
font-size:12px;
}
/* Tableau global, utilisé dans les différents modules */
.module_table{
width:96%;
margin:auto;
border-spacing:0px;
border-collapse:collapse;
background-color:#739CB8;
}
/* Modules minis
--------------------------------------*/
/*Placement des mini modules */
.module_mini_container{
margin-bottom:20px;
}
.module_mini_table{
width:148px;
background:#739CB8 url("images/mini_block.gif") repeat-y;
border-bottom:1px solid #7C7D6A;
text-align:center;
padding:4px;
padding-top:5px;
}
.module_mini_top{
width:156px;
height:25px;
background:url("images/row1.png") no-repeat;
font-weight:bold;
color:#FFFFFF;
padding-left:5px;
padding-top:6px;
list-style-type:none;
}
/* Bordure inférieur des modules minis */
.module_mini_bottom{
margin-top:-1px;
height:18px;
width:156px;
background:url("images/module_bottom.jpg") no-repeat;
}
[/code]
voila
et l'adresse de ton site?
[code=html]
<img src="/images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
==>
[code=html]
<img src="../images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
idem pour les autres.
Pour l'autre news.php c'est pareil regarde si le lien correspond bien à la bonne image.
[code=html]
<img src="/images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
==>
[code=html]
<img src="../images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
idem pour les autres.
Pour l'autre news.php c'est pareil regarde si le lien correspond bien à la bonne image.
____________________
Toujours OSER, savoir parfois CEDER, mais jamais RENONCER!
Mes sites : http://www.leschinchillas.org / http://www.chateau-de-lastours.fr
Toujours OSER, savoir parfois CEDER, mais jamais RENONCER!
Mes sites : http://www.leschinchillas.org / http://www.chateau-de-lastours.fr
lol lou68 .. t a que a lire le fichier LISEZ_MOI t as mal palcé les fichiers de ton theme c'est tout
pour le dossier :
AsfalouTinghir ===> tu le met dans /templates/
pour les fichiers ===> tu les met dans /links/
meme chose pour ===> news dans les /news/
Edite : pour les image de sub header ..c'est dans /image/Menu/ >> Menu.rar
Edité par dido Le 27/05/08 à 20h38
pour le dossier :
AsfalouTinghir ===> tu le met dans /templates/
pour les fichiers ===> tu les met dans /links/
meme chose pour ===> news dans les /news/
Edite : pour les image de sub header ..c'est dans /image/Menu/ >> Menu.rar
Edité par dido Le 27/05/08 à 20h38
Pour l'image superieur du module ton problème ce trouve dans le css:
Citation:
==>
Citation:
.module_top_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url("images/msg_top_l.gif") no-repeat left;
float:left;
}
.module_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url("images/msg_top_r.gif") no-repeat right;
float:right;
}
.module_top{
height:23px;
background:url("images/msg_top.gif") repeat-x;
padding-top:6px;
padding-left:6px;
font-size:12px;
font-weight:bold;
}
Tu a oublié les guillemés .
corriger moi si je me trompe
Citation:
.module_top_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_top_l.gif) no-repeat left;
float:left;
}
.module_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_top_r.gif) no-repeat right;
float:right;
}
.module_top{
height:23px;
background:url(images/msg_top.gif) repeat-x;
padding-top:6px;
padding-left:6px;
font-size:12px;
font-weight:bold;
}
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url(images/msg_top_l.gif) no-repeat left;
float:left;
}
.module_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url(images/msg_top_r.gif) no-repeat right;
float:right;
}
.module_top{
height:23px;
background:url(images/msg_top.gif) repeat-x;
padding-top:6px;
padding-left:6px;
font-size:12px;
font-weight:bold;
}
==>
Citation:
.module_top_l{
margin-right:0px !important;
margin-right:-3px;
width:8px;
height:29px;
background:url("images/msg_top_l.gif") no-repeat left;
float:left;
}
.module_top_r{
margin-left:0px !important;
margin-left:-3px;
width:8px;
height:29px;
background:url("images/msg_top_r.gif") no-repeat right;
float:right;
}
.module_top{
height:23px;
background:url("images/msg_top.gif") repeat-x;
padding-top:6px;
padding-left:6px;
font-size:12px;
font-weight:bold;
}
Tu a oublié les guillemés .
corriger moi si je me trompe
Ptithom:
j ai essaye ton code mais sa marche pas
Edité par lou98 Le 28/05/08 à 00h17
et l'adresse de ton site?
[code=html]
<img src="/images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
==>
[code=html]
<img src="../images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
idem pour les autres.
Pour l'autre news.php c'est pareil regarde si le lien correspond bien à la bonne image.
[code=html]
<img src="/images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
==>
[code=html]
<img src="../images/Menu/livredor.png" height="20" width="20 alt="livredor">
<a href="../guestbook/guestbook.php" class="menu" title="livre d'or">Livre D'or</a> |
[/code]
idem pour les autres.
Pour l'autre news.php c'est pareil regarde si le lien correspond bien à la bonne image.
j ai essaye ton code mais sa marche pas
Edité par lou98 Le 28/05/08 à 00h17
1 Utilisateur en ligne :: 0 Administrateur, 0 Modérateur, 0 Membre et 1 Visiteur
Utilisateur en ligne: Aucun membre connecté
Utilisateur en ligne: Aucun membre connecté
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie





PHPBoost

Support
Téléchargements
Développement
Communauté












