What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Active Content, Controls and Internet Explorer

Active Content, Controls and Internet Explorer
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
O.P. Huh?  Active Content, Controls and Internet Explorer
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.

Any ideas? I've Googled to no avail.

Edit: If necessary I'll include code samples.

This post was edited on 03-13-2006 at 12:21 AM by RaceProUK.
[Image: spartaafk.png]
03-13-2006 12:21 AM
Profile PM Web Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Active Content, Controls and Internet Explorer
I remember adding a position:relative to the active contents container inside the container with transparent PNG should work...

This might help: http://www.hrunting.org/csstests/iealpha.html

I haven't seen your codes so I can't be sure, but it's gonna be something like...
code:
<div style="filter:alphaimageloader('src:blahblah.png')"> <!-- no set position:relative here -->
<a href="blahblah.html" style="position:relative">Blahblah</a>
</div>

03-13-2006 02:22 AM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
O.P. RE: Active Content, Controls and Internet Explorer
That link you game me led to this:
http://archivist.incutio.com/viewlist/css-discuss/58239
In that, one of the suggestions is to use two absolutely-positioned <div>s, one with the filter, one without, laying the one without on top.

It works!!!
:D:D:D
:D:D:D
:D:D:D
[Image: spartaafk.png]
03-14-2006 04:13 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On