Webmaster Computer Resources Help And Learn To Earn Ideas!
I know that it has something to do with the alpha/opacity in the css but how would you make it fade from an alpha of 0 to an alpha of say 70?
Comments (2)
I don’t think the current CSS standard has a way to change opacity. I know how to make images fade away when changed to other images and such, but that’s browser specific (only IE accepts that) and it’s out of standard
This script should get you where you need to go:
A little change to its functions and you should be able to have it blend in, just by adding the opacity function to your body tag’s onload event.
You must be logged in to post a comment.
Welcome to WebmasterTechs.com, your source for great webmaster resources and tips! Enjoy the site!
May 27th, 2008 at 1:25 pm
I don’t think the current CSS standard has a way to change opacity. I know how to make images fade away when changed to other images and such, but that’s browser specific (only IE accepts that) and it’s out of standard
May 28th, 2008 at 5:12 am
This script should get you where you need to go:
A little change to its functions and you should be able to have it blend in, just by adding the opacity function to your body tag’s onload event.