Hi there I'm having some trouble. I want to create a background image
behind all of my site's contents, have it fade in when the page loads
and then maybe a little while after the next mouse movement have it
fade out.
So it'd be like
>Fade in on load
>Mouse movement
>3 Seconds after
Hi there!
I'd like to create an effect like the one on the jquery Ui website. Someone
hovers over an item and is changes its background color smoothly.
This is how far I've got:
$(".actionmenu").mouseover(function(){
if($(this).css("background-image").length <= 4)
{
2 matches
Mail list logo