A nifty CSS troubleshooting code snippet

A nifty CSS troubleshooting code snippet. Thank you to http://www.soxiam.com/Code/AHandyBoxOutlineCSSCodeForDebugging (...which attributes the code to "Chris's Page of Doom") You can use this easily from a project of yours in one of usage A: cut/paste the rules directly into your css. usage B: include this line at the top of your css... @import "http://esqsoft.com/tools/debug.css"; usage C: include this line in the head section of your html... <style>@import "http://esqsoft.com/tools/debug.css";</style>

Related Keywords: nifty,CSS,troubleshooting,code,snippet