veluit06 Posted April 21, 2009 Share Posted April 21, 2009 how to give a website to all browser confotability......... any body give some idea , if i designed any website, in mozilla its coming fine, but in ie its showing some alignment change, how to design a site for all browser supporting method........ plz give some idea friends Quote Link to comment https://forums.phpfreaks.com/topic/154976-need-help-for-browser-confortablity/ Share on other sites More sharing options...
Axeia Posted April 21, 2009 Share Posted April 21, 2009 There's too many internet explorer browser quirks to always write perfect crossbrowser sites. Usually you just go about writing the thing and then use CSS hacks/CSS conditionals to get it to work crossbrowser. Quote Link to comment https://forums.phpfreaks.com/topic/154976-need-help-for-browser-confortablity/#findComment-815245 Share on other sites More sharing options...
veluit06 Posted April 21, 2009 Author Share Posted April 21, 2009 hi thanks for replying i cant understand can u explain plz can u give some code examples and site links plz Quote Link to comment https://forums.phpfreaks.com/topic/154976-need-help-for-browser-confortablity/#findComment-815262 Share on other sites More sharing options...
Axeia Posted April 21, 2009 Share Posted April 21, 2009 Sounds like you're trying to find a solution for a problem you don't even have yet. Just first write your HTML/CSS first and if something doesn't work crossbrowser ask for help and we'll show you the nifty fixes like for example: (this is CSS) /* Some menu that IE 6 displays 2 pixels less wide than any other browser. */ .menu { width: 200px; _width: 202px; /*IE6 underscore hack, only IE6 will use this value instead of the above.*/ } Quote Link to comment https://forums.phpfreaks.com/topic/154976-need-help-for-browser-confortablity/#findComment-815533 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.