| 
 Posted by Els on 06/14/06 09:49 
Badass Scotsman wrote: 
 
> How easy is it to position a layer exactly 50 pixels from the left and 100  
> pixels from the BOTTOM of a page? 
 
Easy with position:absolute, but.. 
 
> The layer would need to PUSH everything out the way as opposed to FLOAT over  
> everything. 
 
Impossible. What you are describing is a floated div or image, and 
it's easy to define the distance between one of those and a left or 
right side, but they don't 'stick' to the bottom. 
 
--  
Els                           http://locusmeus.com/ 
accessible web design:     http://locusoptimus.com/
 
[Back to original message] 
 |