Page 1 of 1

Fixed position of elements

Posted: Wed Dec 25, 2013 1:56 pm
by Ivan6481911

Hi!
I want to place button on the bottom of the screen on any device screen height. Can it be done in css 'position: fixed' only?


Fixed position of elements

Posted: Wed Dec 25, 2013 2:16 pm
by Kateryna Grynko

Hi Ivan,

Also add this code please:pretop: auto;
bottom: 0;/pre


Fixed position of elements

Posted: Wed Dec 25, 2013 2:29 pm
by Ivan6481911

Super!
Tnx!