We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

designerd on 10/06/06


Tagged

css debugging outline


Versions (?)


Who likes this?

10 people have marked this snippet as a favorite

postNuKe
enochrisen
trof
theMacpenguin
koncept
Phoenix
mjlassila
marcoba
vali29
Juego


CSS debugging code


Published in: CSS 


URL: http://programmingishard.com/languages/css

  1. * { outline: 2px dotted red }
  2. * * { outline: 2px dotted green }
  3. * * * { outline: 2px dotted orange }
  4. * * * * { outline: 2px dotted blue }
  5. * * * * * { outline: 1px solid red }
  6. * * * * * * { outline: 1px solid green }
  7. * * * * * * * { outline: 1px solid orange }
  8. * * * * * * * * { outline: 1px solid blue }

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: trof on October 7, 2006

very neat! thanx for that!

You need to login to post a comment.