Resizing the browser affects Absolute Postioning

liunx

Guest
Hi guys,<br />
<br />
I'm having the following problem:<br />
<br />
I'm using absolutely positioned DIVs to creat two columns in a container (which itself is a child of another container).<br />
<br />
When I resize the browser the absolutely positioned DIV block disappears. Refreshing the browser brings it back.<br />
<br />
Any ideas?<br />
<br />
Also, I'm using pixels right now as the unit of distance. Will this cause problems with resizing and using different browsers?<br />
<br />
Cheers!<!--content-->Figured it out!<br />
<br />
I would be interested to hear what people have to say about pixel vs. EM vs. percentages as units of measure (I'm new to this!)<br />
<br />
Cheers!<!--content-->For most things, I think EMs/percentages are the way to go - you can create a layout that is flexible and adapts to both screen resolution and the current browser text size. I won't say pixels are necessarily the wrong choice, though - it depends on the circumstances.<br />
<br />
Adam<!--content-->
 
Back
Top