Published in: Other
/*clear floats*/ .cfx:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cfx { display: inline-block; } .cfx { display: block; } * html .cfx { height: 1px; }
You need to login to post a comment.
ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.
soxiam on 03/27/07
Published in: Other
/*clear floats*/ .cfx:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cfx { display: inline-block; } .cfx { display: block; } * html .cfx { height: 1px; }
You need to login to post a comment.