Page 1 of 2

can anybody tell which coding i use which support all browser?

Posted: Mon Mar 12, 2007 3:16 am
by frisky168
can anybody tell which coding i use which support all browser? recently i saw a site which support alpha effect in both browser i.e internet explorer as well as firefox. but we know that firefox doesn't follow alpha effect.

Posted: Sat Mar 17, 2007 8:36 pm
by Lixas
Use w3c standart and your site will look ok in all browsers

Posted: Thu May 03, 2007 7:07 am
by sazabi
Lixas wrote:Use w3c standart and your site will look ok in all browsers
yes, if all the user are using relatively up-to-date version of browser.

Posted: Fri May 04, 2007 6:53 am
by Lixas
sazabi wrote:yes, if all the user are using relatively up-to-date version of browser.
It is not possible to create a site that ALL (even very old) browser support. Just use w3c standarts and you will satisfy more than 97% users

Posted: Fri Nov 23, 2007 2:51 am
by damen57
For any website's I use, I code it in basic HTML with some PHP. Work's for most users.

Posted: Fri Nov 23, 2007 8:04 am
by Tails5
If you have to make a choice though, the current market share puts Internet Explorer at 85.7 percent.

Posted: Wed Nov 28, 2007 11:01 am
by jasondsouza
if you want to make your site look compatible in all browsers you've got to code it and test it before uploading.. I think using the World wide web consortium standards would do it..

Posted: Fri Nov 30, 2007 2:55 pm
by web_master
Use Xhtml / CSS and validate both the xhtml and css.

wonderful article!

Posted: Wed Jan 06, 2010 4:43 am
by popomen1
It is a wonderful article!

W3C

Posted: Fri Jan 08, 2010 2:21 pm
by Gebbo
Lixas wrote:Use w3c standart and your site will look ok in all browsers
I totally agree, meeting the W3C standards is a pain in itself though >_<