CSS collapse dropdown menu left /right all users

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Danny
User
Posts: 138

CSS collapse dropdown menu left /right all users

Post by Danny »

Hi,

There is no auto dropdown menu positioning feature in the horizontal menu extension.

We put this at the startup client script.

$(function() {
$(".dropdown-menu .dropdown-submenu").addClass("pull-left");
}

Now we have to modify the css file.

We have to specify the "left" style of that particular ul.dropdown-menu as -100%.

Has someone a solution ?

Regards,


Post Reply