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
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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.