Hi,
I'm using the below CSS to change the image of an image but when I test it on my localhost tester it works superb however when placed on the webserver (any webserver) the rollover/hover is soooo slow to apply the images that it looks sooo bad and unprofessional.
Here's the application of it in the page...Code:.side_menu { background: #283250 url('menu.jpg') no-repeat center; width:175px; height:22px; font-family: Engravers Gothic; color : #558CFF; font-size: 10pt; padding-left:24px; padding-top:3px; text-decoration: none; } .side_menu:hover { background: #283250 url('menu_over.jpg') no-repeat center; width:175px; height:22px; font-family: Engravers Gothic; color : #ffffff; font-size: 10pt; padding-left:24px; padding-top:3px; text-decoration: none; }
Does someone know how to fix this or a better way of doing it?Code:<table border="0" cellpadding="0" cellspacing="0"> <tr><td style="background:url('menu.jpg');"><a class="side_menu" href="./" target="BodyFrame">Home</a></td></tr> <tr><td style="background:url('menu.jpg');"><a class="side_menu" href="info.asp" target="BodyFrame">Business Info</a></td></tr> <tr><td style="background:url('menu.jpg');"><a class="side_menu" href="restore.asp" target="BodyFrame">Restorations</a></td></tr> <tr><td style="background:url('menu.jpg');"><a class="side_menu" href="products.asp" target="BodyFrame">Products</a></td></tr> <tr><td style="background:url('menu.jpg');"><a class="side_menu" href="custom.asp" target="BodyFrame">Custom Builds</a></td></tr> <tr><td style="background:url('menu.jpg');"><a class="side_menu" href="contacts.asp" target="BodyFrame">Contacts</a></td></tr> </table>
Thanks in Advance.



Reply With Quote


Bookmarks