I'm not exactly sure how to explain this. Let's say I have a 250x250x div (that holds an ad), that I currently have at the top of the page.
What I want to do is have more flexibility so that I can change where in the page (vertically) it appears via css to test various locations. I've been trying to do this using various positioning options, but all I can get is the div to sit on top of the larger text block, rather than it floating and the large text block making room for it.
I don't want to move the code itself. I just want to be able to make it appear lower or higher on the page simply by altering the css.
This should be possible? I've worked on this over the last while on and off for months (ok, it's a learning experience), but I simply can't get it.
Can anyone point me in the right direction?