Welcome To Snipplr


Everyone's Recent CSS Snippets Tagged debug



« Prev 1 Next »
////////////////////////////////////////////////////////// function debug($ch,$force=false) { global $debugphp,$iphost,$ch_debug; $ip=getenv('REMOTE_ADDR'); if ((($debugphp==true)||($force==true))&&(in_array($ip, $iphost))) {...
0 858 posted 13 years ago by kspal
1 976 posted 14 years ago by vagrantradio
When you can't use firebug to discover cross browser compatibility problems (i.e. internet explorer 6) then what's the fastest way to see the padding and margins? A quick solution is adding a css debug class to your container. Feel free to change...
0 1115 posted 15 years ago by chrisjlee
Great little debuging snippet found while browsing. The code adds different coloured borders to the assets depending on its level. Leave commented out if not needed.
96 7598 posted 18 years ago by 1man
« Prev 1 Next »