Non pubblico in genere codice su questo blog, che è più un diario personale che il mio blog tecnico. Ho trovato su internet questo snippet che credo potrebbe essere utile anche ad altri sviluppatori, anche se personalmente quando uso firebug, non ho bisogno di questo debugger “fatto in casa”.
I don’t use to post about code, but I found on internet a clever snippet to see the page structure, useful if you’re a css coder and you need to debug css code.
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
I personally use Firebug, but this old post was very interesting.

This is what you should see using these lines to debug this theme css.
Nessun articolo collegato.











![[Rogopag] La ricotta](http://farm4.static.flickr.com/3331/3496682400_0b7ae1d226_s.jpg)













0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment