How to set container height to 1px in IE6

Comments (0)Category: IE6

If you use clearfix class to clear floated elements throughout your site, you might have been faced with a large gap in IE6 browser, even if you specified 1px height property, like so:

.clearfix { clear:both; height:1px; }

There is a very simple solution for this problem – just add the line-height property.

.clearfix { clear:both; height:1px; line-height:1px; }

5 Programs/Applications I use on a daily basis

Comments (0)Category: Tools

  1. pslogo.jpg Photoshop
  2. vslogo.jpg Visual Studio 2008
  3. fflogo.jpg Firefox
  4. googlereaderlogo.jpg Google Reader
  5. outlooklogo.jpg Outlook

What are yours?