I am trying to do a css image rollover, but it won't display the images... Here is the code: #sellers { display:block; background-image: url(images/sellersoff.jpg) width:162px; height:50px; padding:0; margin:0; } #sellers a{ display:block; background-image: url(images/sellersoff.jpg) width:162px; height:50px; padding:0; margin:0; } #sellers a:hover{ background-image: url(images/sellerson.jpg) } <td id="rollimage"> </td> Could it be that the size is the exact same as the image? I am stumped. Thanks in advance...
Thanks Josh, I had actually figured it out right away. It was something with my cache on my localhost. Anyways, it works now...
Ok.. glad it works Yeah, caching is a problem for me as well.. I'm wondering why the heck a certain code isnt working, and its because the browser isn't getting it I probably should set a no-cache meta tag on all the sites that are still under devolpment. Josh