sonetinfotech
08-31-2010, 07:29 AM
Hello
Am designig a web site i want that sote to be appear same in all browser
is their any script which makes my site look same in all browsers
A1ien51
08-31-2010, 12:48 PM
JavaScript is not going to help to make your site look the same in every browser. Coding CSS and tweaking it for the browsers is what will make it look the same.
Eric
codebyter
08-31-2010, 06:45 PM
JavaScript is not going to help to make your site look the same in every browser. Coding CSS and tweaking it for the browsers is what will make it look the same.
Eric
It depends on the site you are working with. You can adjust things with javascript to "deal" with certain browsers but like Eric said, most of your visual appeal will match if you style your site correctly with css
Old Pedant
08-31-2010, 08:46 PM
And one thing that helps is to use a strict xhtml DTD. Even MSIE renders that more closely to the standard than it does loose xhtml or any variety of html.