/ Published in: CSS
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.
A quick solution is adding a css debug class to your container. Feel free to change the color backgrounds as well.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.debug { background: #0e0; } .debug * { background:#cf0; } .debug * { background: #cf9 } .debug * * { background: #fc0 } .debug * * * { background: #fcc } .debug * * * { background: #fca }
URL: hire.chrisjlee.net