Little CSS help (hover menu item)


Author Message
GerritWP

Posted: 11/26/2009
Quote message 

Hi, how do i have to insert the code, when i want this menu item looks the same in hover?

.art-menu a.active .l, .art-menu a.active .r { 	top: -48px;

 
Garry

Posted: 11/26/2009
Quote message 

You can simply assign same color to passive and hover going: menu->fill-> passive and menu->fill-> hover in Artisteer.
 
GerritWP

Posted: 11/26/2009
Quote message 

Yes i did so, but in my design i need, that this hover dont work in active menuitem. And change this in artisteer was with this menu style impossible.
 
GerritWP

Posted: 12/4/2009
Quote message 

.art-menu a.active:hover .l, .art-menu a.active:hover .r { 	top: -48px;


First i didnt know, where to put this word hover between those art-s and a-s. Self asking, self answering. Have to try more myself...:)
 
Garry

Posted: 12/4/2009
Quote message 

I think following may also work:

.art-menu a.active .l:hover, .art-menu a.active .r:hover
{
top:-48px
}