Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

MetalDragonX

Erro no IE!

Recommended Posts

To tentando terminar uma pagina aqui que estou desenvolvendo... mais to com problemas no IE.

 

aqui vão os cod:

 

HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link href="estilo/css.css" rel="stylesheet" type="text/css" media="screen" /><title>CaririCompras</title></head><body><div id="site"><div id="topo">	<div class="logo"></div>	<div class="left"></div>	<div class="topo">	<form action="login.php" form method="post" target="_parent" class="login">	Usuário:	<input name="us" type="text" class="texto" id="us2" size="20" maxlength="20" />	Senha:	<input name="se" type="password" class="texto" id="se3" size="14" maxlength="12" />	<input type="submit" class="ok" value="ok" />	</form>	<a href="" target="">Cadastrar-se!</a>	<a href="" target="">Esqueceu da senha?</a></div>	<div class="right"></div></div><div id="menu">	<div class="compras"></div>	<div class="link">	<ul>		<li><a href="" title="">Informática</a></li>		<li><a href="" title="">Instrumentos Musicais</a></li>		<li><a href="" title="">Eletrodomésticos</a></li>		<li><a href="" title="">Veículos</a></li>		<li><a href="" title="">Filmes e Músicas</a></li>		<li><a href="" title="">Celuláres</a></li>		<li><a href="" title="">Animais</a></li>		<li><a href="" title="">Adulto</a></li>	</ul>	</div>	<div class="end"></div></div><div id="conteudo"></div><div id="rodape">	<div class="limite">		<address>			©2006 CaririCompras.com.br - Todos os Direitos Reservados.		</address>	</div></div></div></body></html>

CSS:

*, body, html {	margin:0;	padding:0;	list-style:none;	text-decoration:none;	border:none;	vertical-align:middle;	background:#FFF;}#site {	width:778px;	margin:0 auto;	display:table;	background:#FFF;}#topo {	width:100%;	height:120px;	float:left;}#topo .logo {	width:192px;	height:119px;	float:left;	background:url(../images/logo.jpg) center no-repeat;}#topo .right {	width:12px;	height:52px;	float:right;	background:url(../images/lado_left.jpg) no-repeat center;}#topo .left {	width:13px;	height:52px;	float:right;	background:url(../images/lado-Right.jpg) center no-repeat;}#topo .topo {	float:right;	height:52px;	_width:350px;	vertical-align:top;	color:#3C27BF;	text-align:center;	background:url(../images/bg_topo.jpg) left repeat-x;}#topo a {	text-decoration:none;	color:#3C27BF;	font:bold 12px Arial, Helvetica, sans-serif;	background:#12D752;}#topo a:hover {	text-decoration:underline;}#topo .login { padding:5px; height:20px; font:bold 11px Arial, Helvetica, sans-serif; background:#A8FF00; }#topo .texto { color:#000; border:1px solid #D0D0D0; height:14px; font-size:11px; background:#FFF; }#topo .ok { padding-bottom:1px; _padding-bottom:0px; width:26px; color:#000; height:16px; background:#FFF; border:1px solid #D0D0D0; font-size:9px; }#menu {	margin:10px 0px;	float:left;	color:#006666;	font:11px Arial, Verdana, Tahoma, Helvetica, sans-serif;}#menu .compras {	width:152px;	height:33px;	background:url(../images/compras.jpg) center no-repeat;}#menu .link {	background:#A8FF00;	width:150px;	border-left:1px solid #3C27BF;	border-right:1px solid #3C27BF;}#menu .link li a {	text-align:left;	display:block;	width:142px;	padding:4px;	font:12px Arial, Verdana, Tahoma, Helvetica, sans-serif;	color:#000;	background:#A8FF00;}#menu .link li a:hover {	background:#12D752;	color:#000;}#menu .end {	width:152px;	height:12px;	background:url(../images/end_compras.jpg) center no-repeat;}#conteudo {	width:624px;	float:right;}#rodape {	width:100%;	float:left;	padding:15px 0;	line-height:0;	background:#A8FF00;	border-top:1px solid #3C27BF;}#rodape .limite {	width:758px;	margin:0 auto;	text-align:center;}#rodape .limite address {	color:#000;	background:#A8FF00;	font:70% Arial, Verdana, Tahoma, Helvetica, sans-serif;}

o css ta com um erro no menu.

ta dando uma borda no topo e abaixo de 1px.

 

to tentando retirar ele mais n da certo.

 

vlw

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.