Hi,
if I place a link in this DIV:
- <div data-role="footer" data-position="fixed" class="startfooter"><div class="center">
<a href="#home"><img src="./static/assets/bottombar/Home_off.png" /></a> - </div></div>
then is in this "page" all OK.
But if if I go to a '"page" with this code in footer then the framework expands the DOM with wrapping elements, which destroys the layout. The buttons become bigger and get automatic frame.
How can I avoid this problem? A rubber solution would be to hide this stuff with CSS.
The wrapping stuff is:
- <a href="#home" class="flip ui-btn ui-btn-corner-all ui-shadow ui-btn-down-a ui-btn-hover-a" data-theme="a"><span class="ui-btn-inner ui-btn-corner-all"><span class="ui-btn-text"><img src="./static/assets/bottombar/Home_off.png"></span></span></a>
Best regards
Rainer