yanivkalfa Posted September 15, 2008 Share Posted September 15, 2008 i have a serius problem .. i have made a site .. very big site i based it all on Firefox 3 .. now people been inside it and told me it has many many bugs on IE7 and opera and chrom and on every browser it has diffrent problem .. the address is http://e-lephant.org/Home.php .. now i am asking .. is there any way of makeing a site to work on all browsers the same way ?? any tips pointers or any help is very welcome please try to visit the site in diffrant browsers and see what i mean.. Link to comment https://forums.phpfreaks.com/topic/124289-want-to-know-how-to-optimize-a-site-to-work-with-all-browsers/ Share on other sites More sharing options...
JasonLewis Posted September 15, 2008 Share Posted September 15, 2008 When coding a website, after each section is complete check it in all browsers. You obviously need to fix your markup and CSS. The only tip I can offer is that when you say get the banner done, check it in all browsers. Then when you get the navigation done, check it in all browsers to see that it is working correctly. Link to comment https://forums.phpfreaks.com/topic/124289-want-to-know-how-to-optimize-a-site-to-work-with-all-browsers/#findComment-641816 Share on other sites More sharing options...
wildteen88 Posted September 15, 2008 Share Posted September 15, 2008 You should also ensure your HTML/CSS always validates too. Plus when working with CSS always apply default margin/padding for elements (event if they dont need it) as different browsers apply different types of margin/padding to elements. This will then ensure every browser will apply the padding/margin you state rather than the browser use its defaults. Link to comment https://forums.phpfreaks.com/topic/124289-want-to-know-how-to-optimize-a-site-to-work-with-all-browsers/#findComment-642115 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.