A useful additional angle on this is that if include some JavaScript to add a class to <body>, for example, a class called "owner" when you are logged in, then you can have all that debugging stuff only seen by yourself. (WordPress sites, or other sites where you can be logged in, lend themselves to that sort of functionality.)

body.owner :first-child { outline: 1px dotted lime; }

Rick Gordon

---------------------
On 9/26/14 7:00 AM, Philippe Wittenbergh wrote:
Very quick debug tip: :first-child { outline: 1px dotted lime; }
And are there any tools that aid in helping you know what is the first child, 
decedent children for FireFox or Chrome, as a helper tool in the beginning ?
___________________________________________
RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________
WWW: http://www.shelterpub.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to