Accueil > Forum > > > > [AIDE]Problémes de CSS avec un template ???
[AIDE]Problémes de CSS avec un template ???
dimanche 4 février 2007 à 21:24:03 |
[AIDE]Problémes de CSS avec un template ???

masta64
|
Bonjour à tous, je débute en php et pour débuter facilement on m'as conseiller Joomla !!! Donc je l'ai installer depuis une semaine et depuis deux jours j'ai tenter de m'attaquer à faire un template perso (que je maitrise presque totalement en html) mais la je bloque sur une chose, voila je vous explique, je souhaiterais assigner une image de 787x1 pixels en background qui se repeterais en y (voir le screenshot ci dessous avec la partie manquante de l'images background que je voudrais assigner) !!! J'ai essayer enormement de chose mais j'avoue que je bloque, pourriez vous m'aidez svp et m'indiquer quelle fonction ou quel code utiliser (je suppose qu'il faudrait lui assigner une ID et le parametrer dans le CSS ??? ) !!! Je vous joint le code du CSS et celui de ma page PHP si vous voulez l'étudier et à la rigueur corriger mes erreurs qui doivent etre nombreuses ;) débutant oblige !!!  Code CSS /* CSS Document */
html { background: #000000; height: 0%; }
body { height: 100%; margin-bottom: 1px; }
.clr { clear: both; }
.outline { border: 1px solid #ffffff; width: 1000px; background: #000000; padding: 2px;
}
#buttons_outer { width: 635px; margin-bottom: 2px; margin-right: 2px; float: left;
}
#buttons_inner { border: 1px solid #ffffff; height: 21px !important; height: 23px; }
#pathway_text { overflow: hidden; display: block; height: 25px; line-height: 25px !important; line-height: 22px; padding-left: 4px; border: 1px solid #ffffff; margin-bottom: 2px; }
#pathway_text img { margin-left: 5px; margin-right: 5px; margin-top: 6px; }
#buttons { float: left; margin: 0px; padding: 0px; width: auto; }
ul#mainlevel-nav { list-style: none; padding: 0; margin: 0; font-size: 0.8em; }
ul#mainlevel-nav li { background-image: none; padding-left: 0px; padding-right: 0px; float: left; margin: 0; font-size: 11px; line-height: 21px; white-space: nowrap; border-right: 1px solid #ffffff; }
ul#mainlevel-nav li a { display: block; padding-left: 15px; padding-right: 15px; text-decoration: none; color: #333333; background: transparent; }
#buttons>ul#mainlevel-nav li a { width: auto; }
ul#mainlevel-nav li a:hover { color: #fff; background: #c64934; }
#search_outer { float: right; width: 165px; }
#search_inner { border: 1px solid #ffffff; padding: 0px; height: 21px !important; height: 23px; overflow: hidden; }
#search_inner form { padding: 0; margin: 0; }
#search_inner .inputbox { border: 0px; padding: 3px 3px 3px 5px; font-family: arial, helvetica, sans-serif; font-size: 11px; color: #c64934; }
#header_outer { text-align: left; border: 0px; margin: 0px; }
#header { float: center; padding: 0px; margin-left: 195px; width: 820px; height: 272px; background: url(../images/headerN.jpg) no-repeat; }
#top_outer{ float: left; margin-left: 15px; margin-top: -250px; width: 165px; float: right; }
#top_inner { border: 1px; padding: 2px; height: 300px !important; height: 150px; overflow: hidden; float: none !important; float: right; }
#left_outer { float: left; margin-left: -px; margin-top: 202px; width: 165px; }
#left_inner { border: 1px solid #ffffff; padding: 2px; float: none !important; float: left; }
#content_outer { padding: 0px; margin-top: -2px; margin-left: 46px; /** border: 1px solid #ffffff; **/ float: left; width: 635px; }
#content_inner{ float: none !important; float: left; padding: ; padding-top: 2px; margin: 0; }
table.content_table { width: 720px; padding: 0px; margin: 0px; }
table.content_table td { width: 770px; padding: 0px; margin: 0px; }
#banner_inner { float: center; padding: 0px; height: 60px; }
#right_outer { margin-left: 15px; margin-top: 80px; width: 165px; }
#right_inner { float: none !important; float: left; border: 1px ; padding: 2px; }
.user1_inner { border: 1px solid #ffffff; float: none !important; float: left; margin: 0px; padding: 2px; }
.user2_inner { border: 1px solid #ffffff; float: none !important; float: left; margin: 0px; padding: 2px; }
table td.body_outer { padding: 2px; border: 1px solid #ffffff; }
.maintitle { color: #ffffff; font-size: 40px; padding-left: 15px; padding-top: 20px; }
.error { font-style: italic; text-transform: uppercase; padding: 5px; color: #cccccc; font-size: 14px; font-weight: bold; }
/** old stuff **/
.back_button { float: left; text-align: center; font-size: 11px; font-weight: bold; border: 3px double #ffffff; width: auto; background: url(../images/button_bg.png) repeat-x; padding: 0px 10px; line-height: 20px; margin: 1px; }
.pagenav { text-align: center; font-size: 11px; font-weight: bold; border: 3px double #ffffff; width: auto; background: url(../images/button_bg.png) repeat-x; padding: 0px 10px; line-height: 20px; margin: 1px; }
.pagenavbar { margin-right: 10px; float: right; }
#footer { text-align: center; padding: 3px; background-image: url(../images/main_bottom.jpg); }
ul { margin: 0; padding: 0; list-style: none; }
li { line-height: 15px; padding-left: 15px; padding-top: 0px; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-position: 0px 2px; }
td { text-align: left; font-size: 11px; }
body { margin: 15px; height: 100%; padding: 0px; font-family: Arial, Helvetica, Sans Serif; line-height: 120%; font-size: 11px; color: #333333; background: #ffffff; }
/* Joomla core stuff */ a:link, a:visited { color: #c64934; text-decoration: none; font-weight: bold; }
a:hover { color: #900; text-decoration: none; font-weight: bold; }
table.contentpaneopen { width: 100%; padding: 0px; border-collapse: collapse; border-spacing: 0px; margin: 0px; }
table.contentpaneopen td { padding-right: 5px; }
table.contentpaneopen td.componentheading { padding-left: 4px; }
table.contentpane { width: 100%; padding: 0px; border-collapse: collapse; border-spacing: 0px; margin: 0px; }
table.contentpane td { margin: 0px; padding: 0px; }
table.contentpane td.componentheading { padding-left: 4px; }
table.contentpaneopen fieldset { border: 0px; border-bottom: 1px solid #eee;
}
.button { color: #c64934; font-family: Arial, Hevlvetica, sans-serif; text-align: center; font-size: 11px; font-weight: bold; border: 3px double #ffffff; width: auto; background: url(../images/button_bg.png) repeat-x; padding: 0px 5px; line-height: 18px !important; line-height: 16px; height: 26px !important; height: 24px; margin: 1px; }
.inputbox { padding: 2px; border:solid 1px #ffffff; background-color: #ffffff; }
.componentheading { background: url(../images/subhead_bg.png) repeat-x; color: #666666; text-align: left; padding-top: 4px; padding-left: 4px; height: 21px; font-weight: bold; font-size: 10px; text-transform: uppercase;
}
.contentcolumn { padding-right: 5px; }
.contentheading { height: 30px;
color: #c64934; font-weight: bold; font-size: 14px; white-space: nowrap; }
.contentpagetitle { font-size: 13px; font-weight: bold; color: #cccccc; text-align:left; }
table.searchinto { width: 100%; }
table.searchintro td { font-weight: bold; }
table.moduletable { width: 100%; margin-bottom: 5px; padding: 0px; border-spacing: 0px; border-collapse: collapse; }
div.moduletable { padding: 0; margin-bottom: 2px; }
table.moduletable th, div.moduletable h3 { background: url(../images/subhead_bg.png) repeat-x; color: #666666; text-align: left; padding-left: 4px; height: 21px; line-height: 21px; font-weight: bold; font-size: 10px; text-transform: uppercase; margin: 0 0 2px 0; }
table.moduletable td { font-size: 11px; padding: 0px; margin: 0px; font-weight: normal; }
table.pollstableborder td { padding: 2px; }
.sectiontableheader { font-weight: bold; background: #f0f0f0; padding: 4px; }
.sectiontablefooter {
}
.sectiontableentry1 { background-color : #ffffff; }
.sectiontableentry2 { background-color : #f9f9f9; }
.small { color: #999999; font-size: 11px; }
.createdate { height: 15px; padding-bottom: 10px; color: #999999; font-size: 11px; }
.modifydate { height: 15px; padding-top: 10px; color: #999999; font-size: 11px; }
table.contenttoc { border: 1px solid #cccccc; padding: 2px; margin-left: 2px; margin-bottom: 2px; }
table.contenttoc td { padding: 2px; }
table.contenttoc th { background: url(../images/subhead_bg.png) repeat-x; color: #666666; text-align: left; padding-top: 2px; padding-left: 4px; height: 21px; font-weight: bold; font-size: 10px; text-transform: uppercase; }
a.mainlevel:link, a.mainlevel:visited { display: block; background: url(../images/menu_bg.png) no-repeat; vertical-align: middle; font-size: 11px; font-weight: bold; color: #ccc; text-align: left; padding-top: 5px; padding-left: 18px; height: 20px !important; height: 25px; width: 100%; text-decoration: none; }
a.mainlevel:hover { background-position: 0px -25px; text-decoration: none; color: #fff; }
a.mainlevel#active_menu { color:#fff; font-weight: bold; }
a.mainlevel#active_menu:hover { color: #fff; }
a.sublevel:link, a.sublevel:visited { padding-left: 1px; vertical-align: middle; font-size: 11px; font-weight: bold; color: #c64934; text-align: left; }
a.sublevel:hover { color: #900; text-decoration: none; }
a.sublevel#active_menu { color: #333; }
.highlight { background-color: Yellow; color: Blue; padding: 0; } .code { background-color: #ddd; border: 1px solid #bbb; }
form { /* removes space below form elements */ margin: 0; padding: 0; }
div.mosimage { border: 1px solid #ccc; }
.mosimage { border: 1px solid #cccccc; margin: 5px }
.mosimage_caption { margin-top: 2px; background: #efefef; padding: 1px 2px; color: #666; font-size: 10px; border-top: 1px solid #cccccc; }
span.article_seperator { display: block; height: 1.5em; }
/* Code */
.noRepeat { background-repeat: no-repeat; }
.noRepeatx { background-repeat: repeat-y; }
__________________________________________________________________________________________________________________________________
code PHP
<!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"><head><title>MastaBullzWorld - Accueil</title>
<meta name="description" content=""> <meta name="keywords" content=""> <meta name="Generator" content=" - Copyright (C) 2005 - 2006 Open Source. All rights reserved."> <meta name="robots" content="index, follow"> <link rel="shortcut icon" href="/images/favicon.ico"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="/templates/rhuk/css/template_css.css" rel="stylesheet" type="text/css"><base href="/index.php"></head><body>
<div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="1200"> <tbody><tr> <td class="outline"> <div id="buttons_outer"> <div id="buttons_inner"> <div id="buttons"> <ul id="mainlevel-nav"><li><a href="/index.php" class="mainlevel-nav">Accueil</a></li><li> <a href="http://MyPC/sitejoomla/index.php?option=com_contact&Itemid=3" class="mainlevel-nav">Contact</a></li> </div> </div> <div id="search_outer"> <div id="search_inner"> <form action="index.php?option=com_search&Itemid=5" method="get"> <div class="search"> <input name="searchword" id="mod_search_searchword" maxlength="20" alt="search" class="inputbox" size="20" value="Rechercher..." onblur="if(this.value=='') this.value='Rechercher...';" onfocus="if(this.value=='Rechercher...') this.value='';" type="text"> </div>
<input name="option" value="com_search" type="hidden"> <input name="Itemid" value="5" type="hidden"> </form> </div> </div> <div class="clr"></div> <div id="header_outer"> <div id="header"> </div> <div id="top_outer"> <div id="top_inner"> <div class="moduletable"> <h3> Flash info </h3> <table class="contentpaneopen"> <tbody><tr> <td colspan="2" valign="top"> Faites l'expérience de la liberté'!. Il n'a jamais été aussi facile de créer soi-même un site dynamique. Gérez tout le contenu de votre site depuis une interface d'administration. </td> </tr> </tbody></table>
<span class="article_seperator"> </span>
</div> </div> </div> </div> <div id="left_outer"> <div id="left_inner"> <div class="moduletable"> <h3> Menu principal </h3> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_frontpage&Itemid=1" class="mainlevel" id="active_menu">Accueil</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=5&Itemid=6" class="mainlevel">Licence Joomla!</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_content&task=section&id=1&Itemid=2" class="mainlevel">News</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_content&task=blogsection&id=0&Itemid=9" class="mainlevel">Blog</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_weblinks&Itemid=23" class="mainlevel">Liens</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_contact&Itemid=3" class="mainlevel">Nous contacter</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_search&Itemid=5" class="mainlevel">Rechercher</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_newsfeeds&Itemid=7" class="mainlevel">Flux RSS</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_content&task=category&sectionid=3&id=7&Itemid=25" class="mainlevel">FAQs</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/index.php?option=com_wrapper&Itemid=8" class="mainlevel">Wrapper</a></td></tr> </tbody></table> </div> <div class="moduletable"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr align="left"><td><a href="http://www.joomla.org" class="mainlevel">Site officiel Joomla!</a></td></tr> <tr align="left"><td><a href="http://forum.joomla.org" class="mainlevel">Forum officiel Joomla!</a></td></tr> <tr align="left"><td><a href="http://www.opensourcematters.org" class="mainlevel">OpenSourceMatters</a></td></tr> <tr align="left"><td><a href="http://www.joomla.fr" class="mainlevel">Portail Joomla.fr</a></td></tr> <tr align="left"><td><a href="http://MyPC/sitejoomla/administrator/" class="mainlevel">Administration du site</a></td></tr> </tbody></table> </div> <div class="moduletable"> <h3> Identification </h3> <form action="http://MyPC/sitejoomla/index.php" method="post" name="login"> <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td> <label for="mod_login_username"> Nom d'utilisateur </label> <br> <input name="username" id="mod_login_username" class="inputbox" alt="username" size="10" type="text"> <br> <label for="mod_login_password"> Mot de passe </label> <br> <input id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" type="password"> <br> <input name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" type="checkbox"> <label for="mod_login_remember"> Se souvenir de moi </label> <br> <input name="Submit" class="button" value="Se connecter" type="submit"> </td> </tr> <tr> <td> <a href="http://MyPC/sitejoomla/index.php?option=com_registration&task=lostPassword"> Mot de passe oublié ?</a> </td> </tr> <tr> <td> Pas encore de compte ? <a href="http://MyPC/sitejoomla/index.php?option=com_registration&task=register"> Enregistrez-vous</a> </td> </tr> </tbody></table> <input name="option" value="login" type="hidden"> <input name="op2" value="login" type="hidden"> <input name="lang" value="french" type="hidden"> <input name="return" value="http://MyPC/sitejoomla/index.php" type="hidden"> <input name="message" value="0" type="hidden"> <input name="force_session" value="1" type="hidden"> <input name="j56cd1df43045e875e035bf4223d1330d" value="1" type="hidden"> </form> </div> <div class="moduletable"> <h3> Syndication </h3> <div class="syndicate"> <div align="center"> <a href="http://MyPC/sitejoomla/index.php?option=com_rss&feed=RSS0.91&no_html=1"> <img src="http://MyPC/sitejoomla/images/M_images/rss091.gif" alt="RSS 0.91" name="RSS091" align="middle" border="0"></a> </div> <div align="center"> <a href="http://MyPC/sitejoomla/index.php?option=com_rss&feed=RSS1.0&no_html=1"> <img src="http://MyPC/sitejoomla/images/M_images/rss10.gif" alt="RSS 1.0" name="RSS10" align="middle" border="0"></a> </div> <div align="center"> <a href="http://MyPC/sitejoomla/index.php?option=com_rss&feed=RSS2.0&no_html=1"> <img src="http://MyPC/sitejoomla/images/M_images/rss20.gif" alt="RSS 2.0" name="RSS20" align="middle" border="0"></a> </div> <div align="center"> <a href="http://MyPC/sitejoomla/index.php?option=com_rss&feed=ATOM0.3&no_html=1"> <img src="http://MyPC/sitejoomla/images/M_images/atom03.gif" alt="ATOM 0.3" name="ATOM03" align="middle" border="0"></a> </div> <div align="center"> <a href="http://MyPC/sitejoomla/index.php?option=com_rss&feed=OPML&no_html=1"> <img src="http://MyPC/sitejoomla/images/M_images/opml.png" alt="OPML" name="OPML" align="middle" border="0"></a> </div> </div> </div> </div> </div> <div id="content_outer" align="center"> <div id="content_inner"> <table class="content_table" align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td> <div id="banner_inner"> <img src="http://MyPC/sitejoomla/templates/rhuk_solarflare_ii/images/main_body.jpg" alt="" title="body" border="0" height="255" width="787"><br> </div> </td> </tr> </tbody></table> <table class="content_table" border="0" cellpadding="0" cellspacing="33" width="100%"> <tbody><tr valign="top"> <td width="100%"> <table class="content_table" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr valign="top"> <td width="50%"> <div class="user1_inner"> <div class="moduletable"> <h3> Derniers articles </h3> <ul class="latestnews"> <li class="latestnews"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=3&Itemid=9" class="latestnews"> Newsflash 2</a> </li> <li class="latestnews"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=4&Itemid=9" class="latestnews"> Newsflash 3</a> </li> <li class="latestnews"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=2&Itemid=9" class="latestnews"> Newsflash 1</a> </li> <li class="latestnews"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=9&Itemid=2" class="latestnews"> Exemple Article 4</a> </li> <li class="latestnews"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=7&Itemid=2" class="latestnews"> Exemple Article 2</a> </li> </ul> </div> </div> </td> <td width="2"> <img src="http://MyPC/sitejoomla/templates/rhuk_solarflare_ii/images/spacer.png" alt="" title="spacer" border="0" height="10" width="2"> </td> <td width="50%"> <div class="user2_inner"> <div class="moduletable"> <h3> Articles les plus lus </h3> <ul class="mostread"> <li class="mostread"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=11&Itemid=9" class="mostread"> Exemple FAQ Item 2</a> </li> <li class="mostread"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=10&Itemid=9" class="mostread"> Exemple FAQ Item 1</a> </li> <li class="mostread"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=9&Itemid=2" class="mostread"> Exemple Article 4</a> </li> <li class="mostread"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=6&Itemid=2" class="mostread"> Exemple Article 1</a> </li> <li class="mostread"> <a href="http://MyPC/sitejoomla/index.php?option=com_content&task=view&id=7&Itemid=2" class="mostread"> Exemple Article 2</a> </li> </ul> </div> </div> </td> </tr> <tr> <td colspan="3"> <img src="http://MyPC/sitejoomla/templates/rhuk_solarflare_ii/images/spacer.png" alt="" title="spacer" border="0" height="2" width="100"><br> </td> </tr> <tr> <td colspan="3"> <div id="pathway_text"> <span class="pathway">Accueil </span> </div> </td> </tr> <tr> <td colspan="3" class="body_outer"> <table class="blog" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><div> <table class="contentpaneopen"> <tbody><tr> <td class="contentheading" width="100%"> Bienvenue sur Joomla! </td> </tr> </tbody></table> <table class="contentpaneopen"> <tbody><tr> <td colspan="2" align="left" valign="top" width="70%"> <span class="small"> Écrit par Webmaster </span> </td> </tr> <tr> <td colspan="2" class="createdate" valign="top"> 12-06-2004 </td> </tr> <tr> <td colspan="2" valign="top"> <p> </p><div style="text-align: center;"><strong><img src="images/Imgmasta/50cents.jpg" alt=" " height="213" width="500"></strong></div><p> </p><p>Ceci est un petit test !!! <img src="mambots/editors/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif" alt="Foot in mouth" title="Foot in mouth" border="0"><img src="/images/Imgmasta/50cents.jpg" alt=" "></p><p> </p> </td> </tr> <tr> <td colspan="2" class="modifydate" align="left"> Dernière mise à jour : ( 31-01-2007 ) </td> </tr> <tr> <td colspan="2" align="left"> <a href="/index.php?option=com_content&task=view&id=1&Itemid=1" class="readon"> Lire la suite...</a> </td> </tr> </tbody></table>
<span class="article_seperator"> </span>
</div></td></tr><tr><td valign="top"><table cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td valign="top" width="50%"> <table class="contentpaneopen"> <tbody><tr> <td class="contentheading" width="100%"> Newsflash 1 </td> </tr> </tbody></table> <table class="contentpaneopen"> <tbody><tr> <td colspan="2" align="left" valign="top" width="70%"> <span class="small"> Écrit par Administrator </span> </td> </tr> <tr> <td colspan="2" class="createdate" valign="top"> 09-08-2004 </td> </tr> <tr> <td colspan="2" valign="top"> </td> </tr> </tbody></table>
<span class="article_seperator"> </span>
</td><td valign="top" width="50%"> <table class="contentpaneopen"> <tbody><tr> <td class="contentheading" width="100%"> Newsflash 2 </td> </tr> </tbody></table> <table class="contentpaneopen"> <tbody><tr> <td colspan="2" align="left" valign="top" width="70%"> <span class="small"> Écrit par Administrator </span> </td> </tr> <tr> <td colspan="2" class="createdate" valign="top"> 09-08-2004 </td> </tr> <tr> <td colspan="2" valign="top"> </td> </tr> </tbody></table>
<span class="article_seperator"> </span>
</td></tr></tbody></table></td></tr><tr><td valign="top"><div class="blog_more"> <div> <strong> Suite... </strong> </div> <ul> <li> <a class="blogsection" href="/index.php?option=com_content&task=view&id=4&Itemid=1"> Newsflash 3</a> </li> </ul> </div></td></tr></tbody></table> </td> </tr> </tbody></table>
</td> <td> <div id="right_outer"> <div id="right_inner"> <div class="moduletable"> <h3> Sondage </h3> <script language="javascript" type="text/javascript"> <!-- function submitbutton_Poll1() { var form = document.pollxtd1; var radio = form.voteid; var radioLength = radio.length; var check = 0;
if ( 'z' != 'z' ) { alert('Vous avez déja voté pour ce sondage aujourd`hui.'); return; } for(var i = 0; i < radioLength; i++) { if(radio[i].checked) { form.submit(); check = 1; } } if (check == 0) { alert('Vous n`avez rien sélectionné, veuillez recommencer'); } } //--> </script> <form name="pollxtd1" method="post" action="/index.php?option=com_poll"> <table class="poll" align="center" border="0" cellpadding="1" cellspacing="0" width="95%"> <thead> <tr> <td style="font-weight: bold;"> Cette installation Joomla! fut .... </td> </tr> </thead> <tbody><tr> <td align="center"> <table class="pollstableborder" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="sectiontableentry2" valign="top"> <input name="voteid" id="voteid1" value="1" alt="1" type="radio"> </td> <td class="sectiontableentry2" valign="top"> <label for="voteid1"> Super simple </label> </td> </tr> <tr> <td class="sectiontableentry1" valign="top"> <input name="voteid" id="voteid2" value="2" alt="2" type="radio"> </td> <td class="sectiontableentry1" valign="top"> <label for="voteid2"> Assez facile </label> </td> </tr> <tr> <td class="sectiontableentry2" valign="top"> <input name="voteid" id="voteid3" value="3" alt="3" type="radio"> </td> <td class="sectiontableentry2" valign="top"> <label for="voteid3"> Pas évidente mais ça a marché </label> </td> </tr> <tr> <td class="sectiontableentry1" valign="top"> <input name="voteid" id="voteid4" value="4" alt="4" type="radio"> </td> <td class="sectiontableentry1" valign="top"> <label for="voteid4"> J'ai dû installé d'autres trucs sur mon serveur </label> </td> </tr> <tr> <td class="sectiontableentry2" valign="top"> <input name="voteid" id="voteid5" value="5" alt="5" type="radio"> </td> <td class="sectiontableentry2" valign="top"> <label for="voteid5"> Aucune idée, c'est un ami qui l'a faite </label> </td> </tr> <tr> <td class="sectiontableentry1" valign="top"> <input name="voteid" id="voteid6" value="6" alt="6" type="radio"> </td> <td class="sectiontableentry1" valign="top"> <label for="voteid6"> Mon chien est parti avec le README ... </label> </td> </tr> </tbody></table> </td> </tr> <tr> <td> <div align="center"> <input onclick="submitbutton_Poll1();" name="task_button" class="button" value="Voter" type="button"> <input name="option" class="button" value="Résultats" onclick="document.location.href='http://MyPC/sitejoomla/index.php?option=com_poll&task=results&id=14';" type="button"> </div> </td> </tr> </tbody></table>
<input name="id" value="14" type="hidden"> <input name="task" value="vote" type="hidden"> <input name="j6308458028adfd473293ccfe28f815b6" value="1" type="hidden"> </form> </div> <div class="moduletable"> <h3> Qui est en ligne </h3> Il y a actuellement 1 invité en ligne </div> </div> </div> </td> </tr> </tbody></table> </div> </div> </td> </tr> </tbody></table> </div> <div align="center"> © 2007 MastaBullzWorld</div>
</body></html>
___________________________________________________________________________________________________________________________________
<--- Masta Bullz Man ----> Underground Web 
|
|
lundi 5 février 2007 à 01:24:47 |
Re : [AIDE]Problémes de CSS avec un template ???

vilhjalms
|
Saell og blesuð
Bah sur le body du css : background-image:url(chemnin_de_l_image);
Vilhjálms
Sigurðsdóttir aka Frëyjá
|
|
lundi 5 février 2007 à 04:17:13 |
Re : [AIDE]Problémes de CSS avec un template ???

masta64
|
Non, désolé, deja essayé, ca ne marche pas non plus !!! Merci quand meme <--- Masta Bullz Man ----> Underground Web 
|
|
Cette discussion est classée dans : font, left, margin, 0px, padding
Répondre à ce message
Sujets en rapport avec ce message
Compatibilité avec firefox et google chrome [ par rahhalmahassen ]
Bonjour, J'ai un probléme d'affichage du contenue de [url=http://www.juridique-enligne.com/avocat-gratuit/aide-juridique]ma page web[/url].En effet,el
Probleme Css: Décalage des liens dans un tableau [ par djawadshow ]
Bonjour je n'arrive a reglé se petit probleme d'affichage, en faite dans ma colone libelle les lien qui se trouve dans ces ligne ne sont pas aligné a
Pas de couleur de fond sur IE : background [ par kataVB ]
boujour tout le mondemon problème est le suivant : sur internet explorer je ne vois pas la couleur de fond ( c'est blanc) alors que sur Firefox n'y a
feuilles de style et Mac [ par c_hippo ]
Bonjour,J'ai une page qui marche très bien sous Windows (IE 6.0) mais qui fonctionne plus très bien sous Mac (IE 5.0) !En fait j'ai un bloc 'profile'
controle dans bdd !! [ par kodiask ]
voilà j'ai créer un espace membre simple, sur la page il y a 2 champs $mail et $mdp lorsque l'on clic sur entrer cela nous envoi sur la page d'enre
probléme placement collone droite css [ par speedylol ]
bonjour voic le probléme que j'ai le positionement de la colone droite n'est pas bonne , je vois mon erreur car je debut en css voici le code ci contr
[CSS]Problème menu déroulant [ par spawnrad ]
Bonjour, Je suis de niveau débutant en programmation et je rencontre un très grand problème au niveau de la programmation de mon menu déroulant. V
Pb reception mail html [ par kidpigeyre ]
Mon problème est le suivant j'envoi un mail au format html depuis ma boutique e-commerce zencart. rien ne manque aux sources d'ailleur en voici l'exem
pb affichage site [ par sbool ]
Bonjour tout le monde, c'est la première fois que je vois ca:Je travaille en 1200 * 1024 et lorsque je teste mon site dans une resolution inférieure,
Contenu de Bdd et affichage avec retour a la ligne [ par DjChat ]
Bonjour a tous, je gere un affichage dynamique qui est stoqué dans une Bdd en varchar qui est du texte, pour le positionner je l'ai mi dans des div qu
Livres en rapport
|
Derniers Blogs
GESTION D'EXCEPTION AVEC LES TASKSGESTION D'EXCEPTION AVEC LES TASKS par richardc
Nous avons vu dans un précédent article comment utiliser Task pour effectuer des opérations dans un autre thread.
Malheureusement, comme tout le monde n'est pas parfait, il se peut que cette exécution se passe mal et qu'une exception se produise.
La...
Cliquez pour lire la suite de l'article par richardc DéMARRONS AVEC LES TASKSDéMARRONS AVEC LES TASKS par richardc
Que vous le vouliez ou non, le développement multi-tâche est maintenant une obligation pour toute nouvelle application. Il est donc vital d'en comprendre les mécanismes et de s'y mettre le plus tôt possible.
En attendant le .NET Framework 4.5 avec le...
Cliquez pour lire la suite de l'article par richardc SLIDE & DéMO TECHDAYS 2012 - FAST & FURIOUS XAML APPSSLIDE & DéMO TECHDAYS 2012 - FAST & FURIOUS XAML APPS par Vko
Retrouvez les slides et les démo de ma session Fast & Furious XAML Apps. A ceux qui se posent la question : "est-ce que le code de la DataGrid est disponible?", je vous répondrais "pas encore". Je vais mettre en place un projet codeplex pour part...
Cliquez pour lire la suite de l'article par Vko XNA IS DEAD!XNA IS DEAD! par richardc
Depuis la semaine dernière (et grâce aux TechDays 2012), je me penche activement sur la nouvelle version de Windows, aka Windows 8. Vous me direz, il était temps puisque la première preview date de Septembre dernier.
OK. Remarquez, on n'en est qu'aux...
Cliquez pour lire la suite de l'article par richardc TECHDAYS PARIS 2012 : WINDOWS SERVER "8" QUOI DE 9 !TECHDAYS PARIS 2012 : WINDOWS SERVER "8" QUOI DE 9 ! par ROMELARD Fabrice
Speakers: Fabrice Meillon et Stanislas Quastana Cette session est basée entièrement sur celle donnée lors de la BUILD cet hiver. Il n'y a pas d'ajout d'information en rapport avec cet évènement passé. Windows 8 Server sera intégralem...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Forum
CHAMPS TIMECHAMPS TIME par vargas
Cliquez pour lire la suite par vargas
Logiciels
DocTranslate (V3.1.0.0)DOCTRANSLATE (V3.1.0.0)DocTranslate est un traducteur de document Microsoft Word, PowerPoint et Excel. Il permet d'autom... Cliquez pour télécharger DocTranslate Tribler (2012)TRIBLER (2012)Tribler est un client pair à pair (P2P/Peer-to-Peer) open source avec la capacité de regarder des... Cliquez pour télécharger Tribler OneSwarm (2012)ONESWARM (2012)Le peer-to-peer qui protège votre vie privée, c'est OneSwarm.
Ce logiciel de peer-to-peer crypté... Cliquez pour télécharger OneSwarm PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System
|