I'm familiar with using "sandbag" DIV tags to wrap text around an image (see However, with a new site I'm building, I'm running into a problem and wanted to see if any CSS experts may have an answer.
I'm trying to do the sandbagging trick, but the DIVs need to be at the bottom of the frame instead of the top (how they are laid out as default). Click here to see what I'm trying to do:
The green DIV is showing up in the location I would like it, but the text doesn't wrap around it. Instead, it takes up blank space at the top of the document where the DIV sits initially until it reads the CSS of "position:relative; bottom:-300px".
You can see there's a curve near the bottom of the design, and I'm just trying to include some empty DIVs in the template to wrap around that part of the background image. Anyone have an idea how this might be accomplished? Thanks in advance to anyone who can offer advice...
I'm trying to do the sandbagging trick, but the DIVs need to be at the bottom of the frame instead of the top (how they are laid out as default). Click here to see what I'm trying to do:
The green DIV is showing up in the location I would like it, but the text doesn't wrap around it. Instead, it takes up blank space at the top of the document where the DIV sits initially until it reads the CSS of "position:relative; bottom:-300px".
You can see there's a curve near the bottom of the design, and I'm just trying to include some empty DIVs in the template to wrap around that part of the background image. Anyone have an idea how this might be accomplished? Thanks in advance to anyone who can offer advice...