View Full Version : How to prevent diffences between browsers
Mjamil
04-07-2009, 01:07 PM
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.
The Red
04-08-2009, 11:18 AM
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
* {
margin: 0px;
padding: 0px;
}
This will let you write your own CSS with minimal browser interference. Hope that helps.
The Red
04-15-2009, 11:30 PM
You might also find this reading helpful.
http://www.dynamicdrive.com/forums/archive/index.php/t-35179.html
Good Luck
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.