English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is a good way to set up a template that works with both browers? Thanks.

2006-09-09 12:37:19 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

5 answers

Because Mozilla follows the rules and IE does not. Generally the rule is to write for Mozilla and adjust for IE acting weird.

2006-09-09 12:39:58 · answer #1 · answered by Interested Dude 7 · 0 0

Most profesionally built websites have some kind of script installed to detect browser versions. This is because Mozilla and IE run some kinds of html differently. If you are using a menu system running on Java or CSS your site may look weird because you havent used some of the required code.
Take a look at this:
http://www.webcredible.co.uk/user-friendly-resources/css/hacks-browser-detection.shtml

It would also be helpful to know what site is having the problem so I can view it.

2006-09-09 19:42:49 · answer #2 · answered by John D 3 · 0 0

Depends on if your using CSS, IE has dodgey css support, so what will work in firefox will not necessary work properly in IE. You'll have to use what's known as IE CSS hacks.

But if you stick to just using tables for layout than it should work / look the same in both.

2006-09-09 19:40:10 · answer #3 · answered by Elmer Fudd 6 · 0 0

there is the right way to write a browser ('zilla & safari & others) and the wrong way (IE).

Write for 'zilla and then see how it looks in IE (it will probably be fine)!

2006-09-09 19:51:40 · answer #4 · answered by jake cigar™ is retired 7 · 0 0

no 2 browsers handle the html code the same that would be stealing if it did

2006-09-09 19:41:42 · answer #5 · answered by markshere4u 2 · 0 0

fedest.com, questions and answers