xodramm
{ Membre }
Messages : 254
| Voilà sur tous mes forums si on va sur "firefox" les coins sont arrondis mais moi qui fonctionne sur saffari (mon firefox me hais) les coins ne sont pas arrondis. Mais je vois qu'ici avec saffari les coins sont arrondis. Ma question est comment on fait ??? | | |
|
Winny
{ Membre }
Messages : 32
| Il faut que tu ajoute dans ton code, en plus de moz-border-radius, webkit-border-radius avec les même paramètres. Tu pourras voir les arrondis sur Firefox, Saffari et Google Chrome (si je ne me trompe pas) | | |
|
Orange
RocketMan
Messages : 3086
| |
xodramm
{ Membre }
Messages : 254
| |
Thalie
{ Membre actif }
Messages : 317
| Ça dépend quels coins tu veux. Mais en générale on mets ces codes là dans le css: - Code:
-
.bodyline{ -moz-border-radius:VALEURpx; -webkit-border-radius:VALEURpx;}
div,table{ -moz-border-radius:VALEURpx; -webkit-border-radius:VALEURpx;} Le -moz-border-radius étant pour firefox et le -webkit-border-radius pour safarie et cie | | |
|
xodramm
{ Membre }
Messages : 254
| Bah ça ne fonctionne pas ..... voici donc les codes css que j'ai histoire de peut-être comprendre ce qui ne va pas. - Code:
-
/*-------Page xodramm----------- */ .titre { font-family: impact, serif; font-size: 18px; text-transform: uppercase; background-color: #220809; color: #220809; text-align: center; bordercolor: #220809; }
.code { background : #220809; -moz-border-radius:6px; border: #396566 dotted 1px; color:#4A2223; padding:4px; text-align:justify; }
.quote, .spoiler { background : #4A2223; -moz-border-radius:6px; border: #220809 solid 1px; color:#220809; padding:4px; text-align:justify; }
.pa1 { font-size: 14px; line-height: normal; }
.pa2 { margin: auto; text-align: center; width: 100%; }
.zoe { border-bottom:1px dashed #876B77; }
.barre1{ background-color:#transparent;border: 1px #transparent solid; -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:left; text-decoration: none !important; height:auto}
.statistiques{ border:0px; background-image: url("http://moe.mabul.org/up/moe/2010/01/08/img-083428n66a2.png"); background-repeat: no-repeat; background-position: leftt; height:400px;}
.groupes{ background-color:transparent;border: 1px #transparent 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; height:auto}
textarea, .textarea.post, input.post { -moz-border-radius:10px; }
.bodyline { -moz-border-radius:10px; }
.forumline{ background-color: #COULEUR; -moz-border-radius: 10px ; border: 3px #COULEUR solid; }
table.bodylinewidth { position: relative; top: -9px; }
a:hover{ letter-spacing : 2px; }
tr.post span.gensmall { display: none; }
.bodyline{ -moz-border-radius:VALEURpx; -webkit-border-radius:VALEURpx;}
div,table{ -moz-border-radius:VALEURpx; -webkit-border-radius:VALEURpx;} | | |
|
Thalie
{ Membre actif }
Messages : 317
| à la place de valeur, faut que tu mette un nombre, genre 10. | | |
|
xodramm
{ Membre }
Messages : 254
| Youpi ca marche !!!! merci | | |
|
Basil Hawkins
{ Membre hyper-actif }
Messages : 2912
| Bien, je classe alors | | |
|