Posted by Els on 09/01/06 13:07
edgy wrote:
> In this div, I get a little horizontal line of the background colour after
> the last image. How can I make sure the image is the very last thing in the
> div?
[snip]
> <IMG SRC="circle_bottom.jpg">
> </div>
By giving the image display:block in CSS.
If this is happening only once in the entire site, you could set the
style inline:
<img src="circle_bottom.jpg" alt="" style="display:block;">
</div>
--
Els http://locusmeus.com/
Navigation:
[Reply to this message]
|