/ Published in: CSS
Expand |
Embed | Plain Text
/* Clearfix */ .clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } /* Clearfix Patches für den IE */ .clearfix { display: inline-block; } /* Vor IE5/Mac verstecken mit dem Commented Backslash Hack */ * html .clearfix { height: 1px; } .clearfix { display: block; } /* Ende des Versteckspiels für den IE5/Mac */
You need to login to post a comment.
