jonathanellis Posted February 1, 2008 Share Posted February 1, 2008 Hello, I am working on rebuilding my graphic design website. I have built it with HTML, CSS and a small bit of pre-written Dreamweaver Javascript. I would like to add some animation to a few elements, have a "lightbox" effect for an overlay box on the website and include some nice simple functionality with the portfolio page. As you will see if you view the website in Internet Explorer, the transparent .png images don't appear transparent. If there is a way this can be fixed I would be grateful. Please let me know if you are able to assist me in any way, any help I can receive is greatly appreciated. Even a point in the right direction would be a great asset. Thank You! http://www.versionthree.ca/building Jon. Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted February 1, 2008 Share Posted February 1, 2008 I am not sure how transparent you want it; but it does appear to be somewhat transparent in FF & IE. You can use CSS to add even more transparency to the png. Try Something Like This: <style type="text/css"> #pngIDHere { filter:alpha(opacity=50); -moz-opacity:0.50; } </script> PS: This question is not AJAX related. Quote Link to comment Share on other sites More sharing options...
jonathanellis Posted February 2, 2008 Author Share Posted February 2, 2008 Thanks for the opacity, that will work in both IE and FF I assume? I will be re-layout a few elements and when I do I will definitely give this a try. Thanks!! Quote Link to comment 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.