ShadyCoco Posted September 1, 2011 Share Posted September 1, 2011 Hey. I jsut started learning CSS and have a little problem. Heres my css: a.menulink{ background-image: url("template/images/menulink.png"); width: 162px; height: 32px; } a.menulink:hover{ background-image: url("template/image/menulinkover.png"); width: 162px; height: 32px; } And here's where it's been used: <td><div class="menucontent"> </br><center><div class="menulink"><a href="page1.php">Test</a></div></center> </div></td> It don't seem to show my hover image or the background image... Any help would be great. thanks Quote Link to comment Share on other sites More sharing options...
Dayo Posted September 1, 2011 Share Posted September 1, 2011 try removing the a Quote Link to comment Share on other sites More sharing options...
ShadyCoco Posted September 1, 2011 Author Share Posted September 1, 2011 (edited) The table is there for my 3 main parts... menu left and right and a center for the content... And I didn't ask about my table just my CSS... try removing the a :) thanks man Edited September 1, 2011 by ShadyCoco Quote Link to comment Share on other sites More sharing options...
ShadyCoco Posted September 1, 2011 Author Share Posted September 1, 2011 Ah okay I fixed it now anyway with the Dayo's help :) Thanks though Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.