Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
http://hotquerencia.com.br/index.php?pg=ev...=1&cidade=1
O meu problema esta onde exibe os thumbs. ele fica mais deslogado para direita do firefox e do Chorme.
Segue anexo o trecho da CSS onde ta os thumbs.
/ FRAME FOTOS thumbs/
#thumbs { background-color:#FFF; width:235px; padding:0px; float:left; height:295px; }
#thumbs h2 a { display:inline; left:85px; }
#thumbs a { display:block; }
@media all and (min-width:0px) { head~body #thumbs a { display:inline; } } / hack p/ opera+safari /
#thumbs ul { overflow:scroll; width:240px; overflow-x:hidden; height:295px; margin-top:0px; padding-top:0px; margin-right:0px; }
#thumbs ul li { display:block; float:left; margin-bottom:0px; }
#thumbs ul li img {margin-right:0px; float:left; width:57px; height:55px; border:0px; }
/ Correções para o IE6 /
* #thumbs h2{ width:0px; }
* #thumbs { width:182px; padding-right:0px; border:0px solid #00F; }
* #thumbs ul { border:0px solid #000; width:195px; margin:0px 0px 5px 0px; }
/ Correções para o FF3 /
#thumbs ul li { width:190px; *width:auto; }
Carregando comentários...