Ir para conteúdo

POWERED BY:

Arquivado

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

tiujhou

[Resolvido] Scroll imenso no FIrefox

Recommended Posts

Eh o seguinte, estou fazendo um site ... onde estou usando jquey ... quando fui olhar no firefox ... ele esta com um scroll horizontal enorme ... Estaum pernsei que fosse o jquery ... Mais quando deixei apenas o style.css ... ele continuou com esse scroll imenso ...

 

Tipo meu css eh o seguinte: esse errro soh esta acontecendo no firefox . .... flws ateh +++

 

* {
margin:0px;
padding: 0px;
}

body{
background:#000;
}

#box{
width:1000px;
margin:0px auto;
}

#header {
background: url(imagens/bg_topo.png) no-repeat;
height:180px;
width:1000px;
}

#logo{
margin: 35px 0 0 15px;
float: left;
}

#pesquisa{
float:right;
margin: 15px 0 0;
width: 225px;
   height: 36px;
}

#pesquisa .campo{
float: left;
background: #E52A59;
border:0px;
width:164px;
padding:9px 5px;
font-family:Verdana, Geneva, sans-serif;
font-size:15px;
color:#555;
font-weight:bold;
outline:none;	

}



#pesquisa .btn_pesquisa{
float:right;
background: url(imagens/lupa.png) no-repeat #E52A59;
border:0px;
height: 36px;
width:40px;
margin-left: 10px;
text-indent:9999px;
}



#slide{
background: url(imagens/bg_slide.png) no-repeat;
height:410px;
width:1000px;

}

#sociais{
height:60px;
width:1000px;
}

#sociais p {
color:#FFF;
float:right;
font-size: 13px;
font-family:Verdana, Geneva, sans-serif;
font-weight:bolder;
margin-top:21px;
margin-right:5px;
}

#footer{
height:105px;
background:url(imagens/bg_footer.png) no-repeat;
width:1000px;

}

Compartilhar este post


Link para o post
Compartilhar em outros sites

Encontrei o erro que estava gerando um enorme scroll é pq text-indent: estava 9999 e o certo era text-indent: -9999px ;

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.