Posted by Els on 11/08/07 17:02
VUNETdotUS wrote:
> My div has a width 100px. My images has the same width. Image is a
> background curve for the bottom of the div container. How do I
> position it perfectly attached to the bottom right/left corners in IE
> when left:0px;bottom:0px produce no perfect result (I see the space at
> the bottom)
By using background images as background images?
element#id{
background:url(image.jpg) no-repeat bottom left;
}
Always perfectly attached, no whitespace, and easy to swap by a
different image for all pages at once in the case of a redesign later.
--
Els http://locusmeus.com/
[Back to original message]
|