(CSS) Poisitioning elemnts on the page. **Resolved**
I seem to have forgotten and it seems that every page I read is incorrect or I am doing something wrong. I have:
Code:
<div name="container" id= "container">
<span name="element1" id= "element1">blah</span>
<input type="text" name="element2" id= "element2">
</div>
Normaly I would just not use the container and would absolute position everything but I have a half a million (exageration but it is a lot) elements on the page and I have a feeling my boss is going to be fickle about the placement so I would rather keep certain items 'blocked' so I can move the group rather than each little item.
How would I do this?
Thanks,
Michael