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
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
css ie et firefox !! [ par gaucyril ]
Bonjour, j'ai un petit probleme de compatibilité avec internet explorer et firefoxJ'esssaye de faire une liste avec un fond transparent et le bord du
Livres en rapport
|
Derniers Blogs
UNE JOLIE-HORLOGE ET PAS QU'UN PEU !UNE JOLIE-HORLOGE ET PAS QU'UN PEU ! par neodante
Pour les possesseurs d'iPhone, ça y est Bijin Tokei - qui se traduit littéralement en Français par " Jolie Horloge " - est arrivé et GRATUITEMENT s'il vous plaît ! Après la version Tokyo, Hokkaido, night club, racing, Gal, "pour les mademoiselles'", . voi...
Cliquez pour lire la suite de l'article par neodante TECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICESTECHDAYS PARIS 2010 : CONNECTEZ VOS DONNéES à SHAREPOINT 2010 AVEC LES BUSINESS CONNECTIVITY SERVICES par ROMELARD Fabrice
Animé par: Gaetan Bouveret et Julien Chomarat Business Connectivity Services (BCS) est dans SharePoint 2010 la version 2 de Business Data Catalog (BDC dans SharePoint 2007). Il s'agit de la solution permettant de visualiser des données provenan...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice [DIVERS] SUIVRE VOS SéRIES PRéFéRéS SUR LA TOILE[DIVERS] SUIVRE VOS SéRIES PRéFéRéS SUR LA TOILE par orion
Comme de nombreux geek, je suis un grand amateur de série TV et je rate régulièrement des épisodes de mes séries préférés. Une solution s'offre à vous avec ce merveilleux site : Tv Gorge - www.tvgorge.com Moteur de recherche à l'appui, vous pouvez ...
Cliquez pour lire la suite de l'article par orion TECHDAYS PARIS 2010 : LA BI DANS SHAREPOINT 2010TECHDAYS PARIS 2010 : LA BI DANS SHAREPOINT 2010 par ROMELARD Fabrice
Animé par: Vincent Bellet et Baptiste Giraudier La BI dans SharePoint 2010, Les nouveaux services d'application dans SP2010 et SQL Server Reporting services 2008 R2. La BI dans SharePoint est généralisée pour tous afin de permettre à tous les coll...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice
Forum
HTML VERS PDFHTML VERS PDF par spike911
Cliquez pour lire la suite par spike911
Logiciels
DB-MAIN (9.1.0)DB-MAIN (9.1.0)DB-MAIN is a data-modeling and data-architecture tool. It is designed to help developers and anal... Cliquez pour télécharger DB-MAIN Xilisoft DPG Convertisseur (5.1.37.0120)XILISOFT DPG CONVERTISSEUR (5.1.37.0120)Xilisoft DPG Convertisseur offre aux fans de Nintendo DS une bonne solution leur permettant de dé... Cliquez pour télécharger Xilisoft DPG Convertisseur GraphicsGale (2.01.01)GRAPHICSGALE (2.01.01)GraphicsGale est un logiciel de PixelArt avec de nombreuse fonctionnalités permettant de réalisé ... Cliquez pour télécharger GraphicsGale Architecte 3D (Platinum 2010)ARCHITECTE 3D (PLATINUM 2010)Architecte 3D Platinium vous permet de concevoir facilement les plans votre future maison, de l'é... Cliquez pour télécharger Architecte 3D TeamViewer 5 (TeamViewer 5)TEAMVIEWER 5 (TEAMVIEWER 5)Dépanner un ami,expliquer une manipulation devient un jeu d'enfant.
Prise en main d'un autre ord... Cliquez pour télécharger TeamViewer 5
|