[56K warn] FLASH == dead?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

IE7 fixed a lot, but yes, box model is still a hacked up mess and MIME types aren't dealt with correctly.

I did shoot myself in the foot however by having:

Code: Select all

<!-- [if IE]>
<style type="text/css">

blah blah
</style>
<![endif] -->
I should have checked specific versions because when IE7 "fixed" some CSS issues it meant I was feeding it "broken" CSS code and messing up my layouts.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Oh, how we look down on Microsoft and their fluke.

Sort of like writing AJAX and wondering why any browser would use document.layers... Then again, who cares about those users anyway? :-p

Down with old IE & NS. And, in the spirit of what this post was originally for, up with Flash. :D
Post Reply