Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum
Cross Browser Coding - Printable Version

+- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au)
+-- Forum: Web and Graphic Design (/forumdisplay.php?fid=1)
+--- Forum: Web design (/forumdisplay.php?fid=4)
+--- Thread: Cross Browser Coding (/showthread.php?tid=62)



Cross Browser Coding - justinOrel - 06-20-2010 02:00 AM

Hi Everybody

Please can someone advise me how to code for cross browsing as my website is playing tricks when shown on different browsers.

I am just starting out so any help would be gratefully accepted.

Thanks


RE: Cross Browser Coding - zhoom - 08-22-2010 06:05 PM

Doing cross browsing is just simple it is just like you are doing an ordinary website but you have to test it on different browser to test if it function properly. Here are few tips that may help you.

1) Keep it simple

The complicated codes you put the more chance you may get wrong.

2) Test your codes via validators before uploading your site. This can lessen the chances of having errors that is hard to fix.

3) Use CSS reset rules

4) Use firefox as your primary browser when you are doing your website.

I hope this few tips can help you.