I was wondering if anybody encount this strange IE behavor before. It's a second time I'm seeing it.
Example: <p><em>sdfdsfdfdfdfdfdsf</em></p> <p><em>dfdfdf dfdfdfdf dfdfdf</em></p> It addes up about 200 px height whitespace on the top. The strange thing when one <em></em> present it looks fine but the problem appear when you add second one .etc.
Also related to the same problem with IE but different flavor.
UL width set [ value]px list style not showing up. sample #x ul{ width:345px; }
Related Issue - If you specify LI this way by some reason it will move down the LIST STYLE to the last sentence of paragraph. example - #x li { width:345px; }
It appears it' related to the <em></em> XHTML TAG. Very strange behavor if in List present <em> tag it expands LI and addes couple pixels from each side.