Problem with my theme not conforming to IE6 only with the H2 tag.. It goes away ...

Any suggestions ... www.consumercowboy.com

Comments

Bahattee’s picture

Peekaboo bug?

svetlin’s picture

Make a separate stylesheet for ie6

<!--[if lt IE 7]>
<style type="text/css" media="all">@import "path_to_css/ie6.css";</style>
<![endif]-->

and try the following:
h2.title {height: 1%;}

I think it should fix it.