Right now I’m trying to make a scroll down menu that has the links to different pages . . .
[php]
#links:hover {
background-image: url(image.png);
}
[/php]
It works fine, but I want it to slide, not just come out in one chunk.
sleep doesn’t work and usleep doesn’t seem to do anything.