Hi guys i have this image links in this site http://www.grupohormadi.com
i have the main content and a linklist wrapped and a kind of sidebar floated beside that wrapper, inside i have image buttons like this:
and stilted like this:Code:<h3><a id="sbr_estaciones_btn" href="estaciones.php">estaciones de servicio</a></h3>
Well the thing is that this drops the float of the sidebar on IE6 and moves it down, when i take down the "display:block;" the float works again, but the buttons disappear, is there a fix, cheat or something to make it work? or should i change the buttons method?Code:a#sbr_estaciones_btn { display:block; margin-top:8px; margin-left:11px; width:189px; height:30px; background:url(imgs/sbr_h2_estaciones_over.png) no-repeat; } a#sbr_estaciones_btn:link, a#sbr_estaciones_btn:visited { background:url(imgs/sbr_h2_estaciones.png) no-repeat; } a#sbr_estaciones_btn:hover, a#sbr_estaciones_btn:focus { margin-top:8px; margin-left:11px; background:url(imgs/sbr_h2_estaciones_over.png) no-repeat; }




Bookmarks