css hack to enable dashed borders + scrolling in win IE
// adding a null background forces IE to render the dashes correctly.
body { background : url(null) fixed no-repeat; }
TextSnippets > jprado > css
1673 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
jaime prado pelagodesign.com
body { background : url(null) fixed no-repeat; }