I need Help. When I make website. Sometimes on Explorer and Firfox result not same. Why?
Can anyone help me?
I need Help. When I make website. Sometimes on Explorer and Firfox result not same. Why?
Can anyone help me?
because the browsers have different css settings. Firefox works the way your code is supposed to, but IE has its own way of doing things; so write your site for Firefox and then experiment with changes to make it work in IE also. The css forum is a great place to figure out individual fixes for IE problems.
Yes the IE Firefox display is a problem sometimes. Try this it fixes a lot of the problems for me . Put this at the top of your CSS
This will let you write your own CSS with minimal browser interference. Hope that helps.Code:* { margin: 0px; padding: 0px; }
Last edited by Snookerman; 04-23-2009 at 07:27 AM. Reason: added [code] tags
You might also find this reading helpful.
http://www.dynamicdrive.com/forums/a...p/t-35179.html
Good Luck
Bookmarks