Mercurial > defr > DualBlog
view css/Lite_nv.css @ 74:d9490757a111
Aide pour IE: Classes explicites et pas de syntaxe XHTML.
Le selecteur [id^='Gest'], bien que pratique, n'est pas supporter par IE6. En
conséquence, j'ai ajouté une classe Gestion sur l'ensemble des div concernés
et j'ai remplacé cela par un très classique div.Gestion.
D'autre part, visiblement, le <label /> faisait plus que troubler IE, qui ne
comprenait par conséquent pas bien ou ce dernier ce finissait. Le problème a
été réglé en décompactant la balise.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Mon, 31 Mar 2008 14:53:49 +0200 |
parents | 629389204276 |
children |
line wrap: on
line source
/* Dual Blog v10 : OS Edition Lite Version */ #Link, #Link li, dl, dt, dd {display:block; margin:0px;list-style-type:none;} body {margin:20px;padding:0px;font-family:Tahoma, Verdana, Arial, serif;font-size:11px;} p {margin:0px;padding:0px;} #Main {margin:10px;border:1px black solid;direction:rtl;margin-top:0px;} #Adresse {display:none;} #Link {height:70px;position:absolute;background:white url('Res_OliveVerde/Gimp.jpg') no-repeat; overflow:auto;margin:0px;padding:2px;padding-left:6px;padding-right:6px; z-index:100;display:none;top:40px;left:265px;} /* Style sur la colonne de gauche ^^; */ #SideBar {width:230px;margin:3px;position:absolute;right:30px;top:70px;} #SideBar dt, #SideBar dd { margin:0px auto; padding:4px 10px; direction:ltr; } #SideBar dt {height:17px;width:180px;background:#DDDDDD;border:black 1px solid; border-bottom:dotted 1px; font-weight:bold;color:#575233;margin-top:12px;} #SideBar dt:hover {background:#F3F3F3;} #SideBar dd {background:#F3F3F3;color:#000000;width:180px;border:1px black solid; text-align:left;padding-bottom:4px;border-top:none;} /* Style sur la partie principale du blog : les posts */ #Posts {margin-right:234px;direction:ltr;border-right:1px black dashed;padding-top:0px;} .PostContent {margin:10px;margin-top:25px;padding:10px;text-align:justify; border:1px black solid;background:url('Res_OliveVerde/Gimp_grayscale.jpg') bottom right no-repeat;} .PostContent h2 { margin:-19px auto 5px; padding:0px 10px; border:1px black dashed;background:#F3F3F3;} /* Style appliqués sur les span */ .i {font-style:italic;color:#333399;} .b {font-weight:bold;} /* Styles sur les liens */ a {color:#333399;} a:hover {color:#000000;} #Link a {text-decoration:none;margin-left:8px;border-bottom:1px black dotted;} /* Style sur le tagboard ^^ */ #TagBoard {width:180px;height:472px;border:none;margin:0px;padding:0px; margin-left:auto;margin-right:auto;} a img {padding:10px;margin:0px 10px 10px;border:1px #999 solid;background:#EEE;}