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 it down to 600px.  Is
there anyway to do this?

If this can be done with CSS alone, great! If it needs jQuery, please
let me know how to do it (of course, pure CSS would be preferred, but
I don't know if it's possible.)

Thanks

Reply via email to