You could add some CSS rules for #cake-sql-log, giving it position: fixed and a high z-index. That should keep it from messing with your other elements. Maybe some javascript goodness to make the whole thing draggable.
Is the $cakeDebug var inside your closing HTML tag in the layout? On Sat, Apr 19, 2008 at 7:07 PM, rocketsites <[EMAIL PROTECTED]> wrote: > > That is clear to me but how do I make it so that the outputted block > of code is within the body area instead of being appended onto the end > of the file, which it is right now coming after the closing html tag? > > Thanks, > > Mike > > > > > > > > On Apr 19, 3:37 pm, Sliv <[EMAIL PROTECTED]> wrote: > > If you look at the source html of your page you will see the sql debug > > table has a class which can be modified in the css. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
