fabcool serieux ? naaaan... | Bonjour à tous,
mon problème est le suivant en allant sur le site via IE sur http://www.alainguy.org/article.php3?id_article=10
le cadre le plus clair descend en bas jusqu'au bout du texte alors que sous firefox
le cadre ne descend que là ou j'ai spécifié en px donc à la moitié du texte.
j'ai tenté de mettre 100% mais je suis limité par la bordure gauche de rubrique
#container { /* sorry, we are using a container because ie badly support body tag*/
margin: 2px auto;
min-height: 100%;
width: 750px;
Autrement dit c'est moche et pas du tout bon pourtant je souhaite avoir le même résultat obtenu avec IE sous firefox.
Que faire ? merci d'avance
voici le script css original (la ligne 11 est je pense celle qui joue dans la mise en page globale)
Code :
- /* Main tags ------------------------------------*/
- html, body {
- margin: 0;
- padding:0;
- background:#D2B48C;/*#DEB887; /*#FFF8DC;/*#84CA66; /*#94CD7C; #75C254;*/
- font:x-small Arial, Verdana, sans-serif;
- text-align: center; /* IE5 doesnt support margin auto */
- }
- #container { /* sorry, we are using a container because ie badly support body tag*/
- margin: 2px auto;
- min-height: 750px;
- width: 750px;
- text-align: left;
- background:#F5DEB3; /*#FFEFD5;*/
- padding: 8px 8px 0 8px;
- font-size: 14px;
- line-height: 120%;
- }
- a {
- margin: 3px 0;
- color: #f60;
- }
- a:hover {
- color: #f30;
- }
- img { border: 0 }
- h3 span{
- display:none;
- }
- /* structure ------------------------------------*/
- #header {
- /*background: transparent url(../interface/banner_brest.png) no-repeat;*/
- width: 750px;
- height: 113px;
- }
- #headerprint {display:none;}
- #main {
- /*background: yellow;*/
- float: right;
- width: 73%;
- padding: 5px;
- text-align: justify;
- }
- #menu {
- /*background: blue;*/
- width: 21%;
- float: left;
- padding: 0;
- font-size: 12px;
- }
- #footer {
- clear: both;
- border: 0;
- border-top: 1px solid #ddd;
- color: #666;
- padding: 5px;
- margin: 20px 10% 0 10%;
- text-align: center;
- font-size: 11px;
- line-height: 90%;
- }
- #footerprint {display:none;}
- /* elements -------------------------------------- */
- #menumain {
- margin: 10px 0 0 0;
- background: transparent url(../interface/menu_pop_sommaire.png) no-repeat 3px 0;
- width: 170px;
- padding: 23px 5px 0 4px;
- line-height: 136%;
- }
- /* IE too buggy
- #menumain ul {
- display:inline;
- margin:0;
- padding:0;
- }
-
- #menumain ul li{
- list-style-type: none;
- margin:0;
- padding:0;
- border:1px solid white;
- background-image: url(../interface/menu_puce.png);
- background-repeat: no-repeat;
- background-position: 3% 52%;
- padding-left: 0;
- }
- */
- #menumain a {
- display: block;
- text-decoration: none;
- color: #224314;
- }
- #menumain a:hover {
- color: #96A68F;
- }
- /* icone bref, syndication ... */
- h3.breve, h3.rubrique, h3.web, h3.link, h3.keyword, h3.tools {
- margin: 0;
- padding: 0;
- min-width: 160px;
- height: 36px;
- }
- h3.breve { background: transparent url(../interface/menu_pop_breve.png) no-repeat bottom left;}
- h3.rubrique { background: transparent url(../interface/menu_pop_rubrique.png) no-repeat bottom left;}
- h3.web { background: transparent url(../interface/menu_pop_web.png) no-repeat bottom left;}
- h3.link { background: transparent url(../interface/menu_pop_link.png) no-repeat bottom left;}
- h3.keyword { background: transparent url(../interface/menu_pop_keyword.png) no-repeat bottom left;}
- h3.tools { background: transparent url(../interface/menu_pop_tool.png) no-repeat bottom left;
- margin-bottom: 3px;
- }
- .item {
- margin: 2px 0 8px 0;
- }
- .item a{
- text-decoration: none;
- color: #626262;
- }
- .date {
- margin: 0 4px 0 0;
- font-size: 90%;
- }
- /* footer -------------------------------------- */
- #footer a, #footer a:active, #footer a:link {
- color: #5c5c5c;
- text-decoration: none;
- margin: 0 3px;
- }
- #footer a:hover {color: #000;}
- #footerprint { display: none;}
- /* spip article typo -------------------------------------- */
- .surtitre {
- font-weight: bold;
- margin: 5px 0;
- }
- h1, h1 a {
- color: #009;
- font-size: 22px;
- margin: 9px 0 4px 0;
- padding: 0;
- text-decoration: none;
- line-height: 22px;
- }
- h1 a:hover {
- text-decoration: none;
- }
- h2 {
- font-size: 18px;
- font-weight: normal;
- margin: 5px 0;
- }
- h4 {
- font-size: 16px;
- margin: 18px 0 0 0;
- }
- h4 a {
- text-decoration: none
- }
- .date2 {
- color: #777;
- text-align: right;
- margin: 0 7px;
- font-size: 12px;
- }
- .logo {
- float:right;
- margin: 20px 0 0 10px;
- }
- .logo2 {
- float:left;
- margin: 20px 0 0 10px;
- }
- .auteur {
- text-align: right;
- margin: 3px 7px;
- }
- .soustitre {
- margin-top: 10px;
- font-style: italic;
- }
- .chapo {
- padding: 8px 30px 8px 60px;
- margin: 5px 0;
- line-height: 100%;
- }
- .texte {}
- .hyperlink {}
- .ps {
- border-top: 1px solid #ccc;
- margin-top: 5px;
- }
- .note {
- margin: 5px 0;
- font-size: 12px;
- }
- .doc-item { font-weight: bold;}
- .doc-legend { color: #666;}
- .doc-descro {}
- .metarub {
- color: #999;
- font-size: 12px;
- }
- .keywords {
- color: #999;
- font-size: 12px;
- }
- /* rubrique *************************************/
- .sousrubrique a {
- color: #009;
- text-decoration: none;
- font-weight: bold;
- font-size: 16px;
- }
- .preview a{
- color: #224314;
- text-decoration: none;
- }
- .preview a:hover{
- color: #778A6F;
- }
- .spacer {
- clear: both;
- }
- #pagination {
- font-size: 12px;
- margin: 15px 0 0 0;
- }
- #pagination a, #pagination a:hover{
- text-decoration: none;
- }
- /* misc elements *************************************/
- #path {
- margin: 0;
- padding: 6px 0;
- font-family:Courrier, Verdana, Arial, sans-serif;
- font-size: 12px;
- font-weight: bold;
- color: #aaa;
- line-height: 100%;
- }
- #path a {
- color: #666;
- text-decoration: none;
- }
- #path a:hover {
- color: black;
- text-decoration: none;
- }
- /* spip main class -------------------------------------- */
- b.spip {font-weight: bold;}
- p.spip {padding-left: 3px;}
- hr, hr.spip {
- display:block;
- height: 0;
- color: white;
- border-style:solid;
- border-color: #ccc;
- border-width:0px 0px 1px 0px;
- }
- .spip_encadrer {
- margin: 10px 30px 0 30px;
- font-size: 12px;
- padding: 0;
- }
- .spip_encadrer b{
- display: block;
- background: #eee;
- padding: 4px;
- font-weight: bold;
- border-bottom: 1px solid #ccc;
- border-top: 1px solid #ccc;
- }
- a.spip_in, a.spip_out {
- color: #f60;
- text-decoration: none;
- }
- a.spip_in:hover, a.spip_out:hover{
- color: red;
- text-decoration: none;
- }
- .spip-admin {
- position:absolute;
- display:inline;
- top: 2px;
- left:2px;
- }
- /* forum -------------------------------------- */
- #forumreply{
- background: #777;
- color: #fff;
- margin: 15px 0 0 0;
- padding: 1px 5px;
- border: 1px solid #000;
- }
- .forumbg {
- background: #eee;
- margin: 0;
- padding: 7px 10px;
- text-align: right;
- }
- .forum {
- margin: 0;
- padding: 10px;
- background: #eee;
- }
- .forumtitle {
- display: block;
- padding: 4px;
- font-weight: bold;
- background: #eee;
- }
- .forummeta {
- color: #666;
- padding-left: 20px;
- background: #eee;
- }
- .forumbody {
- color: black;
- padding: 4px;
- background: #eee;
- }
- .forumps {
- padding: 4px;
- background: #eee;
- color: #666;
- }
- .forumthread {
- padding-left:60px;
- background: #eee;
- }
- .forumblink {
- padding: 10px;
- margin-left: 20px;
- background: #eee;
- }
- /* plan site -------------------------------------------- */
- .plan ul {
- margin: 2px 0 0 20px;
- padding: 2px;
- }
- .plan li {
- line-height: 110%;
- list-style-type: none;
- padding: 2px;
- margin: 0;
- }
- ul li a.plan, ul li a.plan:hover{
- text-decoration: none;
- /*padding-left: 10px;*/
- color: #224314;
- }
- ul li a.plan:hover{
- color: #96A68F;
- }
- ul li a.planrubrique{
- text-decoration: none;
- font-weight: bold;
- color: #009;
- }
- ul li a.planrubrique:hover{
- text-decoration: none;
- }
-
- /* form elements -------------------------------------- */
- form {
- margin: 0;
- padding: 2px 0;
- }
- input, textarea, select {
- border: 1px solid #ccc;
- margin: 1px;
- padding: 1px;
- font-size: 11px;
- }
- input.buttonwhite {
- border: 1px solid #FFF;
- }
- .radiobut {
- border: 0px solid white;
- }
- /* rss elements -------------------------------------- */
- .rss {
- /*width: 45%;*/
- border: 1px solid #bbb;
- margin: 5px 0;
- font-size: 12px;
- padding: 0 4px 5px 12px;
- text-align: left;
- }
- .rss h1 a{
- color: #009;
- text-decoration: none;
- font-weight: bold;
- font-size: 16px;
- }
- .rss h1 a:hover{text-decoration: none;}
- /* misc elements -------------------------------------- */
- a.special {
- text-decoration:none;
- color:#009;
- }
- a.special:hover {
- text-decoration:none;
- color:#666;
- }
- .red { color: #f00;}
- .green {color: #0a0;}
- td { font-size: 11px}
|
edit: balise code Message édité par fabcool le 07-08-2005 à 13:33:19
|