I\'ve got a parent div floated left, with two child divs that I need to float right.
div
The parent div should (if I understand th
Firstly, why aren't you using inline styles?
I'd use this to target IE with a separate css file:
I know this isn't a direct question, but IE is ALWAYS a pain to deal with! Most designers/developers that I know will make a totally new stylesheet for IE.