Disposição
Então estou fazendo assim nas divs:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
e no CSS:
#geralinterna { width:770px; margin:0 auto } /margin: 0 auto, somente para alinhar o layout ao centro/#ccinterna { width:770px; float:right; } /Englobador/#topointerna { width:770px; height:69px; background:url('interna_r1_c1.gif') left top no-repeat; }#parceriainterna { width:222px; height:194px; background:url('interna_r3_c1.gif') left top no-repeat; float:left; }#materiainterna { float:right; width:548px; height:70px; background:url('interna_r3_c2.gif') left top no-repeat; }#conteudointerna { width:538px; background:#767340; float:right; padding-right: 10px; }#rodapeinterna { float: left; width:222px; height:54px; background:url('interna_r7_c1.gif') left top no-repeat; }#rodapeinternaright { clear:both; width:548px; height:54px; background:url('interna_r7_c2.gif') left bottom no-repeat; }#parceriainterna1 { width:222px; height:320px; float: left; background:url('default_r5_c1.gif') left top repeat; }#menuvertical { background: #FFFFFF; width:161px; margin-right: 0px; height:153px; margin-left: 20px; }
O problema: bem no FF o reodapé fica abaixo do conteudointerna mas na verdade deveria ficar abaixo no menu vertical, no IE ele desconfigura totalmente.
Abaixo uma figura como deveria ficar:
[Imagem
Discussão (3)
Carregando comentários...