At the top of the dashboard pages when viewing in the IE browser (tested with IE9) the following code is visible above the page:
.clearfix {display: inline-block;} * html .clearfix {height: 1%;} .clearfix {display: block;}
This only appears in the IE browser. Source shows the following:
<!–[if IE]>
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
<![endif]–>
The caption enclosed by the IF statements is from the clearfix.css file, but I can't figure out why it's visible to users.
Edited by Michael Dorman, 08 July 2011 - 01:15 PM.




