miouchette
{ Membre }
Messages : 7
| Bonjour j'ai un petit soucis avec mon forum, pour moi qui est sous mozilla, l'affichage et nikel mais quand j'ouvre mon fofo avec IE Les coins arrondies ne s'affichent pas correctement # L'adresse de votre forum. http://forum.ibelongtomuse.net/index.htm # Explications du problème. problème d affichage sous IE # Le navigateur utilisé. Moi j'utilise Mozilla # La version du forum. phpbb2 # Une capture d'écran. Sous IE - Spoiler:
Voici mon CSS - Spoiler:
/*Supprimer La marge en Haut du forum*/
table.bodylinewidth { position: relative; top: -9px; }
/*QUI EST EN LIGNE*/
.statistiques{ border:0px; background-image: url(""); opacity: .9; background-repeat: no-repeat; background-position: center; height: 380px; }
.groupes{ background-color:#ffffff;border: 1px #D0D0D0 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:center; text-decoration: none !important; background-image:url(https://2img.net/h/oi31.tinypic.com/mugck1.jpg); }
/*LES LIENS*/
.float_left { float: left; }
a { text-decoration: none; }
a:hover { background-color: #636A85; }
a:hover { text-transform: uppercase; } a { text-decoration: none; }
a.forumlink, a.forumvisited, a.forumactive { text-decoration: none; white-space: nowrap; text-align: center; background-color: ; }
a:hover { cursor:crosshair; }
/*ARRONDIR LES BORDURES*/
textarea, .textarea.post, input.post { -moz-border-radius:10px; }
.bodyline { -moz-border-radius:10px; }
.forumline{ background-color: #212121; -moz-border-radius: 10px ; border: 3px #212121 solid; }
/*BARRE DE NAVIGATION*/
a.mainmenu { background-color: #A6ABBD; padding: 3px; -moz-border-radius: 5px; }
a.mainmenu:hover { background-color: #636A85; }
#userlinks { background-color: transparent; }
.verde { background-color: #636A85; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; padding-top : 5px; padding-left : 5px; padding-right: 5px; padding-bottom: 5px; }
.vignettes {-moz-border-radius:7px; background-color: #A6ABBD; padding-right:10px; padding-left:10px; padding-bottom: 3px; padding-top:3px;}
/*CONTOUR AVATAR*/
.postdetails.poster-profile a img { -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border: 5px solid #636A85;}
Merci d'avance | | |
|
Imari
{ Membre hyper-actif }
Messages : 1538
| Bonjour ^^
C'est normal que ça ne s'affiche pas car IE n'accepte pas le CSS3, et il n'y a rien à faire ^^ | | |
|
miouchette
{ Membre }
Messages : 7
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| |