I have developed an application a while ago and used CSS for the formatting of the generated web pages.
As I am using Google Chrome, everything was working fine and I have tested it few times on Firefox and noticed slight differences.
Yesterday, one of the users complained that the website is showing totally different from what was documented. The user was accessing it through IE6. I tested it again on
Chrom: Working perfect
Firefox 3.5.2: good with some issues with the size of some images
Firefox 3.5.7: as good as chrome
IE6: Totally different from what I have developed
IE8: Perfect apart from some color and sizes issues
Is there any standard CSS/HTML tag that instructs all browsers to function the same? On there hand, what would be a good work around for the issue?
The issue is that different browsers set up different margin and padding to HTML elements.
Eric Meyer, CSS Brigadier-General has a reset.css file on his site. I use a modified version of this in many of my projects. I think Yahoo! has a similar one on their developer site. It deals with pretty much everything.
Yep there are some reset files in the net, but I particularly found them useless, since most of the troubles come from margin and padding.
Anyway, useful link for the rest.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.