vlane95678
12-09-2008, 04:50 AM
The script written in CSS has a hover feature in it. But the hover is written li:hover which doesn't work in IE 6. We have researched and what we found said to write it as a:hover. Can anyone help? Here is the hover part:
#nav-menu li a:hover#a0 {background: url(Lanitech_Artwork/button_home_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a1 {background: url(Lanitech_Artwork/button_about_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a2 {background: url(Lanitech_Artwork/button_subscribe_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a3 {background: url(Lanitech_Artwork/button_current_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a4 {background: url(Lanitech_Artwork/button_contribute_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a5 {background: url(Lanitech_Artwork/button_advertise_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a6 {background: url(Lanitech_Artwork/button_partners_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a7 {background: url(Lanitech_Artwork/button_contact2_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a8 {background: url(Lanitech_Artwork/menu_yearly_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a9 {background: url(Lanitech_Artwork/menu_single_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a10 {background: url(Lanitech_Artwork/menu_writers_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a11 {background: url(Lanitech_Artwork/menu_photo_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a12 {background: url(Lanitech_Artwork/menu_featured_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a13 {background: url(Lanitech_Artwork/button_advertise_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a14 {background: url(Lanitech_Artwork/menu_materials_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a15 {background: url(Lanitech_Artwork/menu_ads_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a16 {background: url(Lanitech_Artwork/menu_mechanicals_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a17 {background: url(Lanitech_Artwork/menu_distribution_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a0 {background: url(Lanitech_Artwork/button_home_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a1 {background: url(Lanitech_Artwork/button_about_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a2 {background: url(Lanitech_Artwork/button_subscribe_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a3 {background: url(Lanitech_Artwork/button_current_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a4 {background: url(Lanitech_Artwork/button_contribute_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a5 {background: url(Lanitech_Artwork/button_advertise_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a6 {background: url(Lanitech_Artwork/button_partners_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a7 {background: url(Lanitech_Artwork/button_contact2_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a8 {background: url(Lanitech_Artwork/menu_yearly_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a9 {background: url(Lanitech_Artwork/menu_single_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a10 {background: url(Lanitech_Artwork/menu_writers_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a11 {background: url(Lanitech_Artwork/menu_photo_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a12 {background: url(Lanitech_Artwork/menu_featured_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a13 {background: url(Lanitech_Artwork/button_advertise_on_back.gif); background-repeat: no-repeat;}
#nav-menu li a:hover#a14 {background: url(Lanitech_Artwork/menu_materials_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a15 {background: url(Lanitech_Artwork/menu_ads_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a16 {background: url(Lanitech_Artwork/menu_mechanicals_on.jpg); background-repeat: no-repeat;}
#nav-menu li a:hover#a17 {background: url(Lanitech_Artwork/menu_distribution_on.jpg); background-repeat: no-repeat;}