Feb 23
Just came across an annoying issue in IE with my web page design. It killed my 10 minutes and killed all the spirit I had. The issue was displaying the “<form>” tag in IE but as expected it was perfectly fine in Firefox. So I had to give a hack in CSS, by adding following code:
.form {
margin: 0;
}
I hope someone will be helpful with this piece of info.


