IE6: Set OBJECT tag width and height dynamically
I had an issue this week with IE6 and the OBJECT tag. The real issues is supporting IE6, but that’s another battle all together. I was trying to use percentage based width and height on the OBJECT tag. In IE6 this always rendered nothing. IE7 and Firefox worked fine. If I used a fixed width [...]