1. Problem: Various sizes, margins and padding attributes can display differently in Internet Explorer, this coded snippet can help you sort out these problems. Add this code with your required settings underneith your pages <style> or external style link: 12345678<!–[IF IE]> <style> .item { margin: 5px; padding: 10px; } </style> <![EndIf]–> These setting will now only [...]