Forums >
IEPNGFix >
modify iepngfix.htc so elements are applied haslayout?
Author
Message
1) MixhaelGroup: Guests IP: 84.81.--.--
Posted:
Is it possible to modify iepngfix.htc so filtered elements are applied haslayout = true automatically? I have some absolute positioned elements and build some wrappers around the links, so that they are clickable. The filter is applied to the wrappers, but according to the website you mention in you readme you have to apply haslayout = true to those wrappers. How can you modify iepngfix.htc so that this is applied to those wrappers automatically?
Tnx
2) MixhaelGroup: Guests IP: 84.81.--.--
Posted:
And preferably only for elements of the class 'linkwrapper'
Sorry for the doublepost
3) MixhaelGroup: Guests IP: 194.109.--.--
Posted:
Anyone?
4) MixhaelGroup: Guests IP: 82.92.--.--
Posted:
Nevermind, just read that elements will gain layout by setting certain css-properties. Don't know if it's fixed until I can test it in IE (I'm on a mac), but I assume it is.
5) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
The script does attempt it with <A HREF> links within filtered elements. For other elements you could try setting a relative position and/or 'zoom:1' in their CSS.