Re: [css-d] Positioning an element - the limits

2007-11-19 Thread Ingo Chao
Robert James wrote: ... I'd like to position an element at the bottom of the screen. This is easy, using position: fixed and bottom: ...px. However, on screens higher than 600px, I'd like to fix it at 600px from the top. That is, if the screen is shorter than 600px, push it to the bottom

Re: [css-d] Positioning an element - the limits

2007-11-19 Thread Rafael
Maybe this... http://www.themaninblue.com/writing/perspective/2005/08/29/ Rafael. Robert James wrote: Can anyone guide me with this? If the question isn't clear, please let me know what needs to be added. If this is simply impossible, could someone please let me know? On 11/18/07,

Re: [css-d] Positioning an element - the limits

2007-11-19 Thread Gunlaug Sørtun
Ingo Chao wrote: I fear this is impossible in CSS. (Actually, I don't know if that is true. I just figured out that whenever someone says it is impossible, someone else will jump onto the wagon to provide a solution.) Sure :-) You take this... http://www.gunlaug.no/contents/toc_7a.html

[css-d] Positioning an element - the limits

2007-11-18 Thread Robert James
I'd like to position an element at the bottom of the screen. This is easy, using position: fixed and bottom: ...px. However, on screens higher than 600px, I'd like to fix it at 600px from the top. That is, if the screen is shorter than 600px, push it to the bottom of the screebn otherwise, push