when CF Debugging declares war on your design
I was rummaging through links today and found this one from awhile back. Ever had to use absolute positioning? Ever have to center the main div element like facebook or myspace does? Then you share the pain of cf debugging's positioning limitations with your design.
Well in case you weren't familiar with this approach and aware how easy it was to implement, and aren't fond of dockable debugging (like me)... here you go:
<style>
table.cfdebug {position: absolute; top: 2000px;}
table.cfdebug * {position: relative; top: 0;}
</style>
table.cfdebug {position: absolute; top: 2000px;}
table.cfdebug * {position: relative; top: 0;}
</style>
Originally taken from: http://www.numtopia.com/terry/blog/




There are no comments for this entry.
[Add Comment]