hello,
i have layout issues with css in firefox. in safari it works totally well, but i cannot find out why firefox adds some frames around images which are not supposed to be there:
http://www.konstantin-schmoelzer.com/product.html (safari:good, firefox: bad)
.css_
.html_.product_menu_item {
background-color: #fefffe;
padding: 7px;
margin: 1px;
border: 1px solid #cacaca;
float: left;
}
.product_menu_item:hover {
padding: 7px;
margin: 1px;
border: 1px solid #cacaca;
background-color: #cacaca;
float: left;
}
.product_menu_item_text {
color: #fefffe;
padding: 15px;
background-color: rgba(145,145,145,0.5);
text-transform: uppercase;
margin-top: -42px;
position: relative;
}
did i do a programming mistake?<div class="product_menu_item">
<a href="product_sedescohorresco.html"><img src="images/product_menu_sedescohorresco.jpg" width="300" height="300" /></a>
<div class="product_menu_item_text">
Sedes Cohorresco
</div>
</div>
thank you very much.



Reply With Quote



Bookmarks