Forum Moderators: not2easy
Any suggestions?
I have a div that is a background image
this is a little a confusing .
Could you use something like this:
#parentdiv {
background:url(../myimage.gif) no-repeat center bottom;
}
where the main div has an id of parentdiv.
to apply the background directly to the parent div, and not worry about absolute positioning at all?