HasanG
HasanG

Reputation: 13161

How can I make dropdown menu main item stay in position?

I've built a menu with Superfish v1.4.8. Everything is fine but I need to show menu item's hover state when mouse is over its drop-down items. In case I want "Ürünler" to be at its hover state when it's dropdown menu is open.

Site can be seen here.

Upvotes: 0

Views: 303

Answers (1)

Ali Habibzadeh
Ali Habibzadeh

Reputation: 11558

Try this in your CSS?

.sfHover .main {background-position: -114px -45px;}

Upvotes: 1

Related Questions