Site em tableless não funciona no Firefox
Olá pessoal!!
Estou tentando fazer meu primeiro site em tableless e estou conseguindo com a ajuda de vocês, muito obrigado!
O problema é que o site só funciona no IE, apresentando problemas no FF. Testei no IE 7 e no FF 2.
O endereço para vocês olharem é: http://www.einfall.com.br/lab/
O código XHTML é:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
E o código do CSS é:
@charset "utf-8";/ CSS Document /body { background:#8fa6bc; text-align:center; font:80% verdana,arial,helvetica,sans-serif; margin:0px; } #logo { width:765px; height:126px; border: 5px solid #FFF; text-align:center; } #principal { width:775px; background:#8fa6bc; margin:0 auto; } #azul { width:765px; height:5px; background:#006699; border-left:5px solid #FFF; border-right:5px solid #FFF; }#chamada { width:765px; height:25px; background:#8fa6bc; border:5px solid #FFF; } #menu, #menu_baixo { width:765px; border-left:5px solid #FFF; border-right:5px solid #FFF; } #menu_botao, #menu_baixo_botao{ float:left; }
Discussão (2)
Carregando comentários...