Yeah, the javascript solution looks fine, why not add a
<?php if(Configure::read('debug') >1) : ?>
<script>
Event.observe(window, 'load', $$('body')[0].appendChild($$('table.cake-
sql-log')[0]) );
</script>
<? endif; ?>

into the layout, assuming you use prototype.js library.

However, I don't think it will correct the intern HTML validator of
Firefox if that's what you are looking for.
On 20 avr, 17:39, "b logica" <[EMAIL PROTECTED]> wrote:
> 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.
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to