Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Giovani

Box com cantos arredondados

Recommended Posts

Ai vai o codigo completo:

 

html

<div class="box">	<div class="box11"><div class="box12"></div></div>	<div class="box21">		<div class="box22">		<p>conteudo</p>		</div>	</div>	<div class="box31"><div class="box32"></div></div></div>
layout.css

/* BOX */.box { width: 100%; position: relative; }.box, .box11, .box21, .box31 { clear: both; }div.box11 { margin: 0px; background: transparent url('../img/box/box11.png') no-repeat top right; }div.box21 { margin: 0px; background: transparent url('../img/box/box21.png') repeat-y right; }div.box31 { margin: 0px; background: transparent url('../img/box/box31.png') no-repeat bottom right; }div.box12 { margin: 0 10 0 0; background: transparent url('../img/box/box12.png') repeat-y top left; }div.box22 { margin: 0 10 0 0; padding-left: 10px; background: transparent url('../img/box/box22.png') repeat-y; }div.box32 { margin: 0 10 0 0; background: transparent url('../img/box/box32.png') repeat-y bottom left; }div.box11, div.box12, div.box31, div.box32 { height: 10px; }/*  */
hack-ie.css

/* BOX */div.box11 { background: transparent url('../img/box/box11.gif') no-repeat top right; }div.box21 { background: transparent url('../img/box/box21.gif') repeat-y right; }div.box31 { background: transparent url('../img/box/box31.gif') no-repeat bottom right; }div.box12 { background: transparent url('../img/box/box12.gif') repeat-y top left; }div.box22 { background: transparent url('../img/box/box22.gif') repeat-y; height: 100%; }div.box32 { background: transparent url('../img/box/box32.gif') repeat-y bottom left; }/*  */
se alguem descobri algum defeito posta ai.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Problema consegui resolver, so tirei o texto inicial com o link e etc devido a estar aparecendo no google quando o pessoall buscava o site, ai me complico!

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.