Hello
I would like to know if its possible to create a FadeIn/FadeOut effect on my
buttons hover event. Currently the transition is static as shown on this
site http://cooper.zxq.net
The code I implemented to do this hover is just using CSS
background-position property.
.image {
l
How can i remove the image in an id but keep the div?
image here
I want to fade the image out then remove it completely from the div keeping
the div so the new content can be loading inside it?
Dave
I was wondering how do you make text fade in for a specific amount of time
then fade out.
I have the fade in / out part..i just cant figure out the duration so it
stays there after fading in for 5 seconds then fades out.
Dave
I'm new to jquery so I hope you'll forgive my ignorance...
I have a div on a page that I'm hoping can contain multiple images
that would fade in and replace an out-going image based on an onClick
event.
Each image is dedicated to it's a href (there are about 30) and they
would all be initi
So I want to be able to fadeIn an element (#logo), then fadeOut the
same element, then fadeIn a different element (#content).
So the logo fades in, then out, then the content fades in. I've
already got the logo fading part:
$("#logo").fadeTo(1000, 0).fadeIn(1000)
.fadeTo(4000, 1).fadeOut(1000);
5 matches
Mail list logo