Hi,
Firefox seems to ignore the link text within div, here is a sample,
HTML Code:
<div>
<div id="inner1></div>
<a href="#" ><img src=... >link text</a>
<div id="inner2"></div>
</div>
The div height is only upto end of the image, its not considering link text in its height. Though, it works fine in IE
Please help.
|