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

Where can I find all the documented bugs in IE6 for CSS layout design and the solutions? I'm very new to CSS and what looks good in Firefox looks terrible in IE6.

2006-09-27 04:36:13 · 3 answers · asked by Joe-slim 3 in Computers & Internet Programming & Design

3 answers

Have a look at this page
http://websitetips.com/css/solutions/
or
http://www.positioniseverything.net/explorer.html

2006-09-27 04:44:25 · answer #1 · answered by Interested Dude 7 · 0 0

This will be the bain of your existence as a web dsigner. I don't know of any such list, however if pushed I write two CSS sheets - one for IE and one for the rest. I then use javascript when calling the CSS link to tell which browser the user has and therefore which style sheet they get.

Here is the javascript I use:

if(navigator.appName == "Microsoft Internet Explorer") {
document.write('');
}
else {
document.write('');
}

Hope this helps

2006-09-27 04:42:00 · answer #2 · answered by teef_au 6 · 0 0

I recommend that you stop attempting to fix IE6's insects. layout for Firefox. verify in different browsers. Then upload conditional comments for IE7 and IE8, if needed. (If CSS looks flaky in IE7, i have talked about that too. that is likely an IE7 malicious program, and that i do not complication about discontinued software till updating expenses funds.) it truly works wonderful in IE7, IE8 and Firefox. till it breaks in yet another *cutting-edge* browser, go away it on my own.

2016-12-02 04:26:46 · answer #3 · answered by ? 3 · 0 0

fedest.com, questions and answers