Alisteroid | Bonjour, J'ai un petit problème de mise en forme (je vous invite à copier coller le code dans un fichier et de tester chez vous en local) Sous cette forme, le bloc qui est dessous de la ligne "Liste des installations", ne devrait pas être plus large (normalement il y a d'autres onglet que "Liste des installations", mais cela ne change pas le pb) La solution que j'ai donc trouvé est de remplacer
Code :
<div class="liste_onglet" style="width: 100%;">
| par
Code :
<div class="liste_onglet">
|
Le problème est que sous IE6 ça fout tout en l'air mes onglets (ils se retrouvent dans le bloc du dessous, bref c'est pas facile à expliquer mais vous comprendrez vite ) Je suis conscient que ça fait un paquet de code, mais avec firebug ça devrait aller pour trouver d'ou vient le pb. J'en chie depuis plusieurs heures, donc si une ame charitable pouvait m'aider Code :
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <style>
- /* ------------------------------------- reset CSS ------------------------------------- */
- body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
- margin:0;
- padding:0;
- }
- table {
- border-collapse:collapse;
- border-spacing:0;
- }
- fieldset,img {
- border:0;
- }
- address,caption,cite,code,dfn,em,strong,th,var {
- font-style:normal;
- font-weight:normal;
- }
- ol,ul {
- list-style:none;
- }
- caption,th {
- text-align:left;
- }
- h1,h2,h3,h4,h5,h6 {
- font-size:100%;
- font-weight:normal;
- }
- q:before,q:after {
- content:'';
- }
- abbr,acronym { border:0;
- }
- /*------------------------------------------------------------------*/
- body, input, select, table{
- font-size: 11px;
- color: #000000;
- font-family: Verdana,Arial,Helvetica,sans-serif
- }
- /* contenu */
- #content{
- background-color:#FFFFFF;
- margin-left: 260px;
- margin-right: 10px;
- padding-bottom:10px;
- }
- #chemin_fer{
- color: #3366CC;
- font-size: 14px;
- font-weight: bold;
- padding-bottom: 7px;
- padding-top: 2px;
- margin-bottom: 15px;
- }
- #liste{
- margin: auto;
- }
- #body{
- background-image:url(../images/menu.png);
- background-repeat:repeat-y;
- background-position:left;
- overflow: hidden;
- zoom:1;
- padding-left: 2px;
- padding-right: 2px;
- }
- /*================== tables============================= */
- th{
- font-weight: bold;
- text-align: center;
- white-space: nowrap;
- }
- tr.even {
- }
- tr.odd {
- background-color: #E8EEF7;
- }
- /*--------formulaire------------------------*/
- table.form {
- padding: 20px;
- margin: 0px;
- border-collapse: collapse;
- font-size: 11px;
- font-family: Verdana,Arial,Helvetica,sans-serif;
- border: #3366cc 1px solid;
- }
- div.liste_onglet table.form{
- margin: -5px !important;
- margin: 0px;
- border: none;
- }
- table.form th {
- padding: 2px;
- vertical-align: top;
- color: #3366cc;
- padding-top: 4px;
- text-align: right;
- }
- table th.title {
- /*border-top: #3366cc 1px solid;
- border-bottom: #3366cc 1px solid; */
- border: #3366cc 1px solid;
- border-bottom:none;
- font-weight: bold;
- vertical-align: top;
- color: #3366cc;
- padding: 2px;
- background-color: #e8eef7;
- text-align: center;
- }
- table.form tr td {
- padding: 2px;
- }
- /*--------liste------------------------*/
- table.clsAction {
- text-align: center;
- margin:0px auto;
- }
- table.clsAction tr.infos th {
- color: #3366cc;
- padding:2px;
- border: #3366cc 1px solid;
- background-color: #e8eef7;
- }
- table.clsAction tr.entete th {
- background-color: #3366cc;
- border: #3366cc 1px solid;
- padding:3px 10px 7px;
- color: #FFF;
- }
- table.clsAction td {
- font-size: 11px;
- border: #3366cc 1px solid;
- padding: 2px;
- }
- table.clsAction tr.ligne_actions td {
- padding: 2px;
- border: none;
- }
- table.button_bar{
- margin: 5px auto 0px;
- }
- table.cadre{
- margin:auto;
- }
- /*onglets*/
- div.onglets{
- overflow: hidden;
- margin-left:auto;
- margin-right:auto;
- }
- div.ongletTextDis, div.ongletTextEna{
- float: left;
- font-weight: bold;
- text-decoration: none;
- border: #3366cc 1px solid ;
- border-bottom:none;
- padding: 3px 5px;
- text-align: center;
- margin-right: 10px;
- }
- div.ongletTextDis {
- color: #3366cc;
- background-color: #e8eef7;
- }
- div.ongletTextDis a{
- text-decoration: none;
- }
- div.ongletTextEna {
- color: #ffffff;
- background-color: #3366cc;
- }
- div.liste_onglet{
- border: 1px solid #3366cc;
- padding: 20px;
- padding-left: -1px;
- margin-left:auto;
- margin-right:auto;
- overflow: auto;
- }
- /**/
- .center{
- text-align:center;
- }
- .left{
- text-align:left;
- }
- .right{
- text-align:right;
- }
- </style>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
- <title>
- FFT
- </title>
- </head>
- <body>
- <div id="body">
- <div id="menu">
-
- </div>
- <div id="content">
- <div id="chemin_fer">
- Configuration - <a href=
- "installationListe.do">Installations</a>
- </div>
- <div id="liste" style="width:90%">
- <div class="onglets" style="width:100%">
- <div class="ongletTextEna" style="width:100%">
- Liste des installations
- </div>
- </div>
- <div class="liste_onglet" style="width:100%">
- <table class="cadre" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <th class="title">
- 6 éléments
- </th>
- </tr>
- <tr>
- <td>
- <form method="post" action="installationSuppression.do">
- <table cellpadding="0" cellspacing="0" width="100%" class="clsAction">
- <tr class="entete">
- <th>
-
- </th>
- <th>
-
- </th>
- <th>
- Adresse
- </th>
- <th width="300">
- Ville
- </th>
- <th>
-
- </th>
- </tr>
- <tr class="even">
- <td>
- <a href="installationModificationEntree.do?id=1"><img src="images/details.gif" alt="Modifier" /></a>
- </td>
- <td>
- <a href="installationUpdatePrincipale.do?id_installation=1">N</a> - Y
- </td>
- <td>
- adresse_1 adresse_2
- </td>
- <td>
- ville code_
- </td>
- <td>
- <input type="checkbox" name="tab" value="1" />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|
Message édité par Alisteroid le 19-01-2009 à 17:40:10
|