Page 1 of 1

HTML and DIV components over other components of the screen

Posted: Wed Apr 12, 2017 6:55 pm
by Josiel Denardi6690187

Hi,

I implemented the JQuery Calendar in my app, it works with DIV.

I created the DIV component in page, but when execute the app the DIV it over of others components, The components ignores the DIV and stay at the top of the page disappearing.

How I can to do for the DIV stay bellow the components or the components stay below of DIV?

Image Image


HTML and DIV components over other components of the screen

Posted: Thu Apr 13, 2017 11:23 am
by Serhii Kulibaba

Hello,

Please check it's CSS properties "position" and "display". It might be a cause of that view


HTML and DIV components over other components of the screen

Posted: Thu Apr 13, 2017 12:51 pm
by Josiel Denardi6690187

Hi

Thank's for replay. I changed the DIV position of the fixed to relative, it's ok but appears other issue, the page is scroll to right in Appery tester app like the images attached. How to resolve this?

Image

Image

Image


HTML and DIV components over other components of the screen

Posted: Thu Apr 13, 2017 6:44 pm
by Josiel Denardi6690187

Forget this messa above, I found the error, thanks