imar3l
01-18-2009, 05:23 AM
i need a little help with css.....this is apple style accordion menu for joomla which i
got from here....
http://www.kksou.com/php-gtk2/Joomla/Accordion-Menu-Apple-style.php
my problem is here when i add (display: block) to the css file it became like this...
it adds another like for no reason....
http://i39.tinypic.com/n68dg5.jpg
while mouse is over the menu....
http://i43.tinypic.com/1264mev.jpg
this is the code thats related to that section....
.applemenu div.submenu a:hover {
color: #FFFF99;
font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
background-color: #764500;
text-decoration: none;
display: block;
}
how can i remove the 2nd line...Thanks
got from here....
http://www.kksou.com/php-gtk2/Joomla/Accordion-Menu-Apple-style.php
my problem is here when i add (display: block) to the css file it became like this...
it adds another like for no reason....
http://i39.tinypic.com/n68dg5.jpg
while mouse is over the menu....
http://i43.tinypic.com/1264mev.jpg
this is the code thats related to that section....
.applemenu div.submenu a:hover {
color: #FFFF99;
font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
background-color: #764500;
text-decoration: none;
display: block;
}
how can i remove the 2nd line...Thanks