|
No, it is an issue with the CSS. In you have an element floated to the left, and then you give it a margin-left styling, in IE6 it will be twice as much as specified (i.e. 10px becomes 20px). The same happens with float: right and margin-right. Give yourself some breathing room.
- Steve
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
|