Hover not curretly working
Posted: Thu Dec 10, 2009 10:35 pm
hai friends
i am working in php for that i created css file for menu selecting purpose in that i created class file for selected,unselected and hover while i running the program selected and unselected working properly but the hover is not working curretly here i give the coding please verify and say your suggestion.
i am working in php for that i created css file for menu selecting purpose in that i created class file for selected,unselected and hover while i running the program selected and unselected working properly but the hover is not working curretly here i give the coding please verify and say your suggestion.
Code: Select all
#main_table{width:900px; height:20px;}
.unselected a:visited, .unselected a:link{font-family:"Times New Roman", Times, serif; font-size:14px; color:#333333; vertical-align:middle; text-decoration:none;}
.selected, .unselected {background:url(../images/link_bg.jpg) repeat-x; height:30px; font-family:"Times New Roman", Times, serif; font-size:14px; vertical-align:middle; color:#FFFFFF; font-weight:bold; text-decoration:no;}
a:hover{background:url(../images/link_bg.jpg) repeat-x; font-family:"Times New Roman", Times, serif; font-size:14px; vertical-align:middle; color:#FFFFFF; font-weight:bold; text-decoration:no;}