Hartley Posted April 12, 2008 Share Posted April 12, 2008 This seems to be a very weird bug that I just noticed. For PNG files to work in IE, I'm using a separate CSS file which runs the "dximagetransform.microsoft.alphaimageloader" to set transparency. Here is the work in progress: http://www.castbuzz.com/forumtest/index.html Doing a Google search, the one page I came across that talks about this is the following: http://trond.ulseth.no/index.cfm/2007/10/18/Dealing-with-IE6-and-pngs--part-3 On my computer I've been trying to do a container within a container, but for some reason it's not turning out right and the text remains unselectable. Can anyone offer any advice or code on how to fix this problem? Thank you very much! Quote Link to comment https://forums.phpfreaks.com/topic/100836-solved-png-support-makes-ie-text-unselectable/ Share on other sites More sharing options...
sherb Posted April 13, 2008 Share Posted April 13, 2008 Not exactly sure what you need help with, but I've had many problems with PNGs in IE and i finally found a very good script to fix the problems. Take a look at it, it might be something that could help you, and it's much easier to use than a lot of other methods. IE PNG Fix v1.0 RC4 Quote Link to comment https://forums.phpfreaks.com/topic/100836-solved-png-support-makes-ie-text-unselectable/#findComment-515875 Share on other sites More sharing options...
Hartley Posted April 13, 2008 Author Share Posted April 13, 2008 I managed to fix the problem: my issue arose because of some positioning within the container and the inability to put something in a location without using an absolute clause. I split up the header into an upper and lower half and the problem was fixed! Quote Link to comment https://forums.phpfreaks.com/topic/100836-solved-png-support-makes-ie-text-unselectable/#findComment-515917 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.