Hi, I'm trying to figure out how to apply IE 7 specific CSS hacks. For example, I'm using the Debut theme and the homepage lays new articles out in a grid. In IE 7 the floats are not applied correctly because the grid's divs are not all the same height. I'd like to make these the same height, but only in IE 7.
I tried using this style of hack:
<br />
#myDiv{<br />
*height: 170px;<br />
}<br />
WordPress.com seems to strip this out when saving the style sheet.
I've also noticed it strips out any comments I put in the code. Is there anything I can do to prevent this?
The blog I need help with is alagadinc.wordpress.com.