Comunidad de diseño web y desarrollo en internet online

Aplicar width height a un article

Citar            
MensajeEscrito el 22 Abr 2012 08:28 pm
Hay una cosa que no entiendo, si doy un tamaño con width height a un <article> no pasa nada. Pero si pongo el <article> como float, o cambio la etiqueta <article> por <div>, sí que toma el tamaño que pongo. ¿Sabéis por qué?

Código HTML :

<article style="width:200px; height:200px; background-color:#EB3633">1</article><!--Ignora width height-->

<div style="width:200px; height:200px; background-color:#00426B">2</div><!--Hace caso a width height-->

<article style="float:left; width:200px; height:200px; background-color:#EB3633">3</article><!--Hace caso a width height-->

Por walden

Claber

120 de clabLevel



 

safari
Citar            
MensajeEscrito el 24 Abr 2012 09:25 pm
Debes dar a article, display:block

Código :

article {display: block}


Un saludo.

Por Abducted

Claber

489 de clabLevel

3 tutoriales

Genero:Masculino  

Mentalidad Renovada

chrome
Citar            
MensajeEscrito el 27 Abr 2012 09:30 am
El maldito display se me está resistiendo, todavía no le he pillado el truco.

Muchas gracias Abducted

Por walden

Claber

120 de clabLevel



 

safari
Citar            
MensajeEscrito el 27 Abr 2012 07:57 pm
Vale..., es que pensaba que <article> era una etiqueta block, como <p>, pero he comprobado que es incline, y <section> también.

Por walden

Claber

120 de clabLevel



 

safari

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.