Anyone still using IE6?
Moderator: Thanas
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
Anyone still using IE6?
I don't have a copy of IE6 any more, which is a problem since I'm about to release the first update to my CreationTheory.org site since last year. The temporary version is at:
http://www.stardestroyer.net/Creationism-New/
Can anyone check it out on IE6 and make sure that it looks basically the same as it does on Firefox, or at least within reason? I just don't want a situation where it looks a lot different than it does on Firefox, especially since it uses some CSS code and we all know that IE6 fucks up CSS something awful.
http://www.stardestroyer.net/Creationism-New/
Can anyone check it out on IE6 and make sure that it looks basically the same as it does on Firefox, or at least within reason? I just don't want a situation where it looks a lot different than it does on Firefox, especially since it uses some CSS code and we all know that IE6 fucks up CSS something awful.
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
Shit. I wonder how that can be fixed. Fucking IE6.
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
- Kane Starkiller
- Jedi Council Member
- Posts: 1510
- Joined: 2005-01-21 01:39pm
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
Someone just tipped me off to the idea of adding "display:inline" to the DIV property for the sidebar. Shouldn't affect other browsers, but is said to affect IE. Don't know if it works, so somebody with IE6 will have to let me know. And I have absolutely no idea why it's rejecting the forum topics and footer. Does the object tag for the forum topic display still show up in the mangled source code on IE6?
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
- Xisiqomelir
- Jedi Council Member
- Posts: 1757
- Joined: 2003-01-16 09:27am
- Location: Valuetown
- Contact:
Re: Anyone still using IE6?
Why don't you just put in a page redirect and tell them they need to upgrade to a real browser, DW?
- Darth Servo
- Emperor's Hand
- Posts: 8805
- Joined: 2002-10-10 06:12pm
- Location: Satellite of Love
My laptop uses IE6. Looks fine.
"everytime a person is born the Earth weighs just a little more."--DMJ on StarTrek.com
"You see now you are using your thinking and that is not a good thing!" DMJay on StarTrek.com
"Watching Sarli argue with Vympel, Stas, Schatten and the others is as bizarre as the idea of the 40-year-old Virgin telling Hugh Hefner that Hef knows nothing about pussy, and that he is the expert."--Elfdart
"You see now you are using your thinking and that is not a good thing!" DMJay on StarTrek.com
"Watching Sarli argue with Vympel, Stas, Schatten and the others is as bizarre as the idea of the 40-year-old Virgin telling Hugh Hefner that Hef knows nothing about pussy, and that he is the expert."--Elfdart
- Starglider
- Miles Dyson
- Posts: 8709
- Joined: 2007-04-05 09:44pm
- Location: Isle of Dogs
- Contact:
The essential problem is that IE6 has a nasty tendency to make a horrible mess of <object> tags, if it bothers to display them at all. This is why I always use <iframe> and <applet> even though they're deprecated (though IMHO they're semantically clearer than <object> anyway).Darth Wong wrote:And I have absolutely no idea why it's rejecting the forum topics and footer. Does the object tag for the forum topic display still show up in the mangled source code on IE6?
Here is a version with iframes that displays correctly in IE6 and Firefox.
EDIT: I just noticed you did not include a closing </object> tag. <object> is not defined as an empty tag, you cannot legally do <object params />. This is what is confusing IE6 and causing your footer not to display; IE6 thinks it is alternate content for your first object and adding </object> tags will fix that issue. However AFAIK there is no way to force IE6 to show a borderless inline frame (for the forum links) without using iframe and frameborder; CSS styling does not work properly on <object> tags.
Perhaps because plenty of people are accessing the web from work computers and their companies haven't seen fit to install IE7 yet, or because they're running Windows 2000 (or dog forbid, WinME or 98 ) and don't trust that commie open source nonsense and/or are scared stiff of breaking their computer if they try to do anything as challenging as 'installing a new browser'.Xisiqomelir wrote:Why don't you just put in a page redirect and tell them they need to upgrade to a real browser, DW?
- FSTargetDrone
- Emperor's Hand
- Posts: 7878
- Joined: 2004-04-10 06:10pm
- Location: Drone HQ, Pennsylvania, USA
- Starglider
- Miles Dyson
- Posts: 8709
- Joined: 2007-04-05 09:44pm
- Location: Isle of Dogs
- Contact:
- Starglider
- Miles Dyson
- Posts: 8709
- Joined: 2007-04-05 09:44pm
- Location: Isle of Dogs
- Contact:
IMHO the IE6 default of 'scrollbars = vertical always horizontal auto' for inline frames (only) instead of 'scrollbars = vertical auto horizontal auto' is retarded.Destructionator XIII wrote:Ugly is subjective anyway - I think your screenshot looks just fine. If it was my site, I probably wouldn't bother changing it.
- FSTargetDrone
- Emperor's Hand
- Posts: 7878
- Joined: 2004-04-10 06:10pm
- Location: Drone HQ, Pennsylvania, USA
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
OK, with the exception of the object borders, the frontpage seems to be OK on IE6. How about other pages with floating DIVs, like this one, or pages like this?
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
- Dooey Jo
- Sith Devotee
- Posts: 3127
- Joined: 2002-08-09 01:09pm
- Location: The land beyond the forest; Sweden.
- Contact:
Yup, seems to work. If you would run into some issues that isn't fixable in IE without using real CSS hacks, you can instead use conditional comments, something which is probably the only nice thing in IE (it's as if they knew the browser would suck ass and included this feature). It's an HTML comment that is ignored by all browsers except IE, or even a particular version of IE. Looks like this:
Code: Select all
<!--[if IE 6]>
stuff that is only visible to IE 6, like a different style sheet with expressions and other horrible shit that will invalidate a proper style sheet
<![endif]-->
<!--[if lt IE 7]>
stuff that is only visible to IEs that is lower than version 7
<![endif]-->
Last edited by Dooey Jo on 2007-08-30 08:46am, edited 1 time in total.
"Nippon ichi, bitches! Boing-boing."
Mai smote the demonic fires of heck...
Faker Ninjas invented ninjitsu
Mai smote the demonic fires of heck...
Faker Ninjas invented ninjitsu
- Starglider
- Miles Dyson
- Posts: 8709
- Joined: 2007-04-05 09:44pm
- Location: Isle of Dogs
- Contact:
- Darth Servo
- Emperor's Hand
- Posts: 8805
- Joined: 2002-10-10 06:12pm
- Location: Satellite of Love
I don't find any problems. But with Microsoft, you never can tell what the "future" will hold.
"everytime a person is born the Earth weighs just a little more."--DMJ on StarTrek.com
"You see now you are using your thinking and that is not a good thing!" DMJay on StarTrek.com
"Watching Sarli argue with Vympel, Stas, Schatten and the others is as bizarre as the idea of the 40-year-old Virgin telling Hugh Hefner that Hef knows nothing about pussy, and that he is the expert."--Elfdart
"You see now you are using your thinking and that is not a good thing!" DMJay on StarTrek.com
"Watching Sarli argue with Vympel, Stas, Schatten and the others is as bizarre as the idea of the 40-year-old Virgin telling Hugh Hefner that Hef knows nothing about pussy, and that he is the expert."--Elfdart
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
Thanks for your help, everyone.
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
Naturally, I couldn't leave well enough alone, so I added something else to the page that promptly caused more problems in IE6 ...
http://bbs.stardestroyer.net/viewtopic.php?t=112869
http://bbs.stardestroyer.net/viewtopic.php?t=112869
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
- Starglider
- Miles Dyson
- Posts: 8709
- Joined: 2007-04-05 09:44pm
- Location: Isle of Dogs
- Contact:
The pop-up menus are working fine since you added the javascript. However your topics list has run afoul of another idiotic bug in IE6; failure to redo layout after content has finnished loading. Here's what it looks like on loading;Darth Wong wrote:Naturally, I couldn't leave well enough alone, so I added something else to the page that promptly caused more problems in IE6 ...
http://bbs.stardestroyer.net/viewtopic.php?t=112869
and here's what it looks like after I've resized the window by one pixel;
I've run into this myself; the simple solution is to have the script set the component size (forcing a relayout operation) after it has finnished modifying the document. The hard solution would be to make the topic list generation script a server side operation rather than a client-side one.
- Darth Wong
- Sith Lord
- Posts: 70028
- Joined: 2002-07-03 12:25am
- Location: Toronto, Canada
- Contact:
Not to be totally dense, but could you clarify what you mean by "set the component size"?
"It's not evil for God to do it. Or for someone to do it at God's command."- Jonathan Boyd on baby-killing
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html
"you guys are fascinated with the use of those "rules of logic" to the extent that you don't really want to discussus anything."- GC
"I do not believe Russian Roulette is a stupid act" - Embracer of Darkness
"Viagra commercials appear to save lives" - tharkûn on US health care.
http://www.stardestroyer.net/Mike/RantMode/Blurbs.html