Jair Humberto 2 Denunciar post Postado Julho 10, 2007 Olá Pessoal, alguém tem uma solução pra esse grande problema? olhem no firefox XHTML <!DOCTYPE html PUBLIC "-//W3C//DTD Xhtml 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/dtd/xhtml1-transitional.dtd"><html> <head> <title>teste</title> <link rel="stylesheet" rev="stylesheet" href="style.css" type="text/css"/> </head> <body> <div id="geral"> <div id="direita"> </div> <div id="esquerda"> </div> </div> </body></html> o css está abaixo: BODY{ background:green;}#geral{ margin:auto; width:900px; min-height:250px; height:auto !important; border:1px solid lime;}#direita{ width:450px; min-height:250px; float:left; background: #7CA529;}#esquerda{ width:450px; min-height:300px; background: #445A17; float:left;} a div que está maior deveria esticar a div geral o que nao acontece nem usando min-height! porque a div geral não estica? Agradeço desde já Compartilhar este post Link para o post Compartilhar em outros sites
Guilherme Rambo 4 Denunciar post Postado Julho 10, 2007 #geral { margin:auto; width:900px; min-height:250px; height:auto !important; border:1px solid lime; display:table;} []'s Compartilhar este post Link para o post Compartilhar em outros sites
Jair Humberto 2 Denunciar post Postado Julho 10, 2007 legal!! valeu INSIDE nao sabia dessa do display:table , vou estudar a respeito. muito obrigado. http://forum.imasters.com.br/public/style_emoticons/default/clap.gif Compartilhar este post Link para o post Compartilhar em outros sites