If you go to http://citizensforsocialjustice.com/profile/ with any version of IE the headers "Search By Interest Area" and "Coming Soon..." are cut off by about 3 pixels on the top. This doesn't happen using FF. I have already fixed a ton of stuff that was displayed wrong in IE using conditions in HTML comments. Tell me if there is a way to fix this. What do I need t change in the CSS for IE users?
Thanks in advance.
**I tried using
h1 {
line-height: 24px;
}
but it didn't work (I even tried with 100 px, didn't change anything)