websano Postado Abril 12, 2007 Denunciar Share Postado Abril 12, 2007 Pessoal estou usando um style de borda cinza de 1px com padding de 2px e fundo branco Estou usando.chamada_cinema {background-color: #fff;border: 1px solid #ccc;padding: 2px;width: 150px;height: 115px;}No iE funciona, mas no Firefox dá um erro, a altura fica comprometidaÉ uma telinha que exibe chamadas do caderno de cinema do meu site:http://www.drd.com.br/novosite/_filmes_list.aspGostaria que me ajudasse pra que desse certo também no FirefoxAbraço!Pessoal já resolvi o problema, uma colega lá do Imasters me deu uma dica de acrescentardisplay:table;Então deu certinho :) Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 CSML sistemas Postado Abril 16, 2007 Denunciar Share Postado Abril 16, 2007 Fonte: http://developer.mozilla.org/en/docs/Migra...orer_to_MozillaCSS overflow differencesCSS added the notion of overflow, which allows you to define how to handle overflow; for example, when the contents of a div with a specified height are taller than that height. The CSS standard defines that if no overflow behavior is set in this case, the div contents will overflow. However, Internet Explorer does not comply with this and will expand the div beyond its set height in order to hold the contents. Below is an example that shows this difference:<div style="height: 100px; border: 1px solid black;"> <div style="height: 150px; border: 1px solid red; margin: 10px;"> a </div></div>As you can see in Figure 4, Mozilla acts like the W3C standard specifies. The W3C standard says that, in this case, the inner div overflows to the bottom since the inner content is taller than its parent. If you prefer the Internet Explorer behavior, simply do not specify a height on the outer element. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
websano
Pessoal estou usando um style de borda cinza de 1px com padding de 2px e fundo branco
Estou usando
.chamada_cinema {
background-color: #fff;
border: 1px solid #ccc;
padding: 2px;
width: 150px;
height: 115px;
}
No iE funciona, mas no Firefox dá um erro, a altura fica comprometida
É uma telinha que exibe chamadas do caderno de cinema do meu site:
http://www.drd.com.br/novosite/_filmes_list.asp
Gostaria que me ajudasse pra que desse certo também no Firefox
Abraço!
Pessoal já resolvi o problema, uma colega lá do Imasters me deu uma dica de acrescentar
display:table;
Então deu certinho :)
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.