Move the "childcontent" of a menu

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 17, 2014 3:02 pm
Reply with quote
Report this post
Hi,
I need to make the menu look like this: http://www.gorast.com/eus/

Here - http://www.gorast.com/eusnov/ I need to move the submenu box when the main menu is rolled over.

How can I do that?

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Thu Apr 17, 2014 3:30 pm
Reply with quote
Report this post
Found it :D

Added class to that menu called menuKrediti and used this code:

Code: Select all
.first.haschild.menuKrediti:hover + div.childcontent {
   margin-left: -100px !important;
}


Thanks,
Gorast
User avatar
Platinum Boarder


cron