/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* 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; }