css hack to enable dashed borders + scrolling in win IE
// win IE renders dashed borders as you scroll the page, thus corrupting the dashed style,
// adding a null background forces IE to render the dashes correctly.
// adding a null background forces IE to render the dashes correctly.
body { background : url(null) fixed no-repeat; }