-
21 Jul 2009 12:16 PM #1
Unanswered: Loading on-demand images in IE6.
Unanswered: Loading on-demand images in IE6.
I have a site that I built that is loading images on demand simply by using:
EXT.ELEMENT.dom.src = "http://www.website.com/image1.PNG"
seems to break in IE6. I am loading.PNGs, but IE6 should be able to handle those. I have also compiled the latest svn checkout of ext-core as of today. Has anyone else run into this problem?I love ext.
-
22 Jul 2009 4:23 AM #2
Once you get to the dom ....
Once you get to the dom ....
1) Post actual code showing the problem in action.
2) Once you get to the dom level, anything you do directly in the dom element is not ExtJS .. it is JavaScript. If your dom / Element is not being access correctly, a debug should show those errors.
3) The "code" you posted is not code and is not correct syntax. With 140 posts, I don't think you really think that is the syntax but instead you you were communicating the usage of Element by accessing the dom then src but putting better code out there will help assure others the same. If you post some code that is closer to what you are actually doing or a live example, you may get a more responsive answer as many don't respond if they think the asker has no clue.
Good Luck.Joseph Francis,
CoreLan / Meeting Consultants



Reply With Quote