% bottom question
Posted: Mon Oct 12, 2015 1:12 pm
I have define a simple record format. On this record format I place the widget of a panel (CSS panel blue) and a css button to exit my program. I defined the position of the panel to be left 0px, top 0px, height 100% and width 99%. As I expand the window I would like the panel size to expand as well, which works. I then added a CSS button at the bottom of the record format and used the % bottom to be 2% from the bottom of the page. Everything looks and works great while in the design mode, however when I compile the display file and launch my program, the css button is all the way to the top of my screen barely visible for me to click. I was wondering how the bottom of the page was determined, if I define a specific canvas size and compile the display file, it works but when there is no canvas size it seems like my CSS button goes to the top of my page.