-->
Page 1 of 1

I NEED THE DEBUGGER PANEL TO BE ON THE RIGHT AND NOT LEFT

PostPosted: Sun Aug 14, 2016 7:40 pm
by raintime
I need to control the absolute positions of certain elements of my screens. And I do this using the cssid styling capability. But when I go into the debugger, half the stuff on my screen is plastered on the left side on top of the debugger, and the rest of my stuff displays to the right of the debugger!

PLEASE give me the option to place the debugger on the RIGHT instead of at the LEFT! This will open up the possibility of controlling absolute location of screen elements and using the debugger with them! - something that is impossible now.

Re: I NEED THE DEBUGGER PANEL TO BE ON THE RIGHT AND NOT LEF

PostPosted: Sun Aug 14, 2016 8:27 pm
by Mmiscool
The debugger can be styled just like any other thing in esp basic. In chrome you can right click and inspect element to figure out which div it is a member of. Then apply your CSS styling accordingly.

In general it is a bad practice to use absolute positioning. Android phones, web sites and modern windows 8/10 applications take advantage of dynamic window lay outs allowing for the content to be rearranged automatically as the size of the screen or viewing window changes.