Jump to content

[SOLVED] AJAX Help on website


jonathanellis

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/88969-solved-ajax-help-on-website/
Share on other sites

 

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. :o

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.