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

indianocean on 05/31/07


Tagged

css textmate template


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

basicmagic
vali29


CSS Template reseting browser defaults


Published in: CSS 


URL: http://leftjustified.net/journal/2004/10/19/global-ws-reset

  1. * {padding:0;margin:0;}
  2. /* some reasonable adjustments */
  3. h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
  4. li, dd { margin-left:5%; }
  5. fieldset { padding: .5em; }
  6.  
  7. /* Firefox fix for selectboxes (arrow can become invisible) when using margin/padding=0 */
  8. select {min-width:1.5em;}

Report this snippet 

You need to login to post a comment.