Forum Moderators: not2easy
<div class="portal_item">
<p>
<a href="details.html">
<img src="myimage.gif" alt=" " width="285" height="157" border="0" class="portal_item_image" />
</a>
<span class="bold_turquiose">My span</span>
</p>
<ul>
<li>List Item</li>
</ul>
<div class="portal_menu">
...
</div>
</div><!--end portal_item-->
.portal_item_image {
border: 1px solid #999999;
float: right;
margin-left: 20px;
}
.portal_menu {
border: 1px solid #C7C7C7;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
height: 24px;
line-height: 24px;
padding-left: 10px;
padding-right: 10px;
}
but in firefox it adjust to the height of the text, with the floated image overflowing from the box.The "box" containing the image is the <p>ara, which computes to about 18px tall, so if the image wasn't overflowing the "box" only the top part of the image would be visible. So I wonder if you meant the bottom of the image is overlapping div.portal_menu.