Return to Snippet

Revision: 6048
at April 23, 2008 12:46 by vanne


Initial Code
/* FOR TEXTMATE (and E Editor?) ONLY */
/* auto clear for modern browsers */
${1:element}:after{ 
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0; 
  clear: both; 
  visibility:hidden; 
}

/* auto clear for the browser that could... 
   this needs the css_browser_select js script :
   http://rafael.adm.br/css_browser_selector/css_browser_selector.js.txt */
.ie ${1:element}{
  height: 1%;
  display:block;
}

Initial URL


Initial Description


Initial Title
Auto Clear Elements

Initial Tags
css, textmate

Initial Language
Other