This is my Class inside my CSS.............
I am using ASP.NET 2.0 and jQuery..........
#ImageBoxNextImage:hover
{
background-image: url(http://www.eRate.co.za/jquery/imagebox/next_image.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
Only when i HOVER over my item it will display the Next_Image.jpg. What are my other option i can use beside HOVER. I want the image to always be there not only on HOVER.
Thanks in advanced!