kendo ui mobile position element at bottom -


i'm trying position element @ bottom of mobile page using kendo ui mobile. have tabstrip @ bottom, , don't want footer styling, unfortunately data-role="footer" won't cut it. i'vetried setting style="bottom:-1em;" doesn't work, places div before -1em.

for bottom style work, should either use position: fixed or absolute. position fixed should position according viewport, regardless of element's container. position: fixed rather buggy on mobile platforms.

position: absolute on other hand position element according positioned container, in order use it, can place element in footer. absolute position remove element page flow, won't affect positioning of tabstrip have there. footer doesn't have overflow: hidden, element can positioned outside of , on content if want.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -