mbe.ro
<h2>What is this web-site?</h2> <br/> <start_coding(); //just some tips and tricks for web programmers<br/>echo "Hope this is helpful to you";<br/>?>

Another stupid IE fact

August 5, 2009 at 4:15 PM

Yet another dumb IE fact: Internet Explorer adds margin to the <form> tag.

So everytime you start a CSS you must enter (besides other):

1
2
3
form {
	margin: 0;
}

One more time… Thank you Microsoft for the great product that is Internet Explorer, NOT.

1 Comment:

Dan Voyce said
October 15, 2009 at 12:52 PM
 

You might want to try this:
http://developer.yahoo.com/yui/3/cssreset/

Resets all elements, you could obviously choose to just use this on IE but I find its good to start from scratch with it:)

Add a comment

Name:
 
Email:
 
Website:
 
Comment: