![]() Active Content, Controls and Internet Explorer - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Active Content, Controls and Internet Explorer (/showthread.php?tid=56730) Active Content, Controls and Internet Explorer by RaceProUK on 03-13-2006 at 12:21 AM
I'm working on the GUI for Phoenix³, and I'll be using XHTML pages to get the GUI looking exactly as I want easily. However, I've hit a snag: I'm loading transparent PNGs using the IE-only CSS 'filter' attribute (to use DirectX to show the PNGs). When IE doesn't display the active content, the form controls (and JavaScript events like onclick) work fine. When displaying the active content though, the controls and events stop working completely. RE: Active Content, Controls and Internet Explorer by Mnjul on 03-13-2006 at 02:22 AM
I remember adding a position:relative to the active contents container inside the container with transparent PNG should work... code: RE: Active Content, Controls and Internet Explorer by RaceProUK on 03-14-2006 at 04:13 AM
That link you game me led to this: |