Revision: 15314
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 30, 2009 12:18 by chrisjlee
Initial Code
.debug { background: #0e0; } .debug * { background:#cf0; } .debug * { background: #cf9 } .debug * * { background: #fc0 } .debug * * * { background: #fcc } .debug * * * { background: #fca }
Initial URL
hire.chrisjlee.net
Initial Description
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 the color backgrounds as well.
Initial Title
CSS Debug with Debug Class
Initial Tags
css, debug, html, xhtml, browser
Initial Language
CSS