bonjour,
En m'inspirant de ce qui se trouve ici :
http://articles.e-t172.net/round/
J'ai réussi à faire ca :
http://img349.imageshack.us/img349/710/capturexb0.jpg
voici le code css
et le code html
Ce que je voudrais obtenir est ca :
http://img408.imageshack.us/img408/7749/jeveuxke4.jpg
Merci d'avance pour vos conseils
Modifié par Mense (01 Dec 2006 - 17:46)
En m'inspirant de ce qui se trouve ici :
http://articles.e-t172.net/round/
J'ai réussi à faire ca :
http://img349.imageshack.us/img349/710/capturexb0.jpg
voici le code css
.relsample {top: 20px; left: 50px; width: 240px; position: relative;}
.relsample .top_left, .relsample .top_right, .relsample .bottom_left, .relsample .bottom_right
{ height: 30px; width: 30px; background-repeat: no-repeat; position: absolute; }
.relsample .top_left
{ top: 0px; left: 0px; background-image: url("hautGauche.png"); z-index: 0;}
.relsample .top_right
{ top: 0px; right: 0px; background-image: url("corner_top_right.gif"); z-index:
5;background-color:e6e6ff;
border-top:2px solid #000099;border-right:2px solid #000099;}
.relsample .bottom_left
{ bottom: 0px; left: 0px; background-image: url("corner_bottom_left.gif"); z-index: 6;
background-color: e6e6ff;
border-left:2px solid #000099; border-bottom:2px solid #000099;}
.relsample .bottom_right
{ bottom: 0px; right: 0px; background-image: url("basDroit.png"); z-index: 7;
}
.relsample .content { top: 0px; left: 0px; position: relative; padding: 10px; z-index: 8; }/*ne
surtout pas mettre de background car ca recouvre tout*/
.relsample .fondVertical { padding: 10px; z-index: 0;
margin: 0px 30px 0px 30px;
border-top:2px solid #000099; border-bottom:2px solid #000099; background:green;}
.relsample .fondHorizontal { padding: 10px; z-index: 0;
margin: 30px 0px 30px 0px;
border-left:2px solid #000099; border-right:2px solid #000099; background:red;}
et le code html
<div class="relsample">
<div class="top_left"></div>
<div class="top_right"></div>
<div class="content">Ceci est <br>un exemple </div>
<div class="bottom_left"></div>
<div class="bottom_right"></div>
</div>
Ce que je voudrais obtenir est ca :
http://img408.imageshack.us/img408/7749/jeveuxke4.jpg
Merci d'avance pour vos conseils
Modifié par Mense (01 Dec 2006 - 17:46)