开发者

Superfish dropdown position

开发者 https://www.devze.com 2022-12-10 12:41 出处:网络
Does anyone know if it is possible to have different positions for the dropdown UL\'s for superfish? I have a 开发者_如何学JAVAhorizontal navigation bar, on the left side I would like the dropdowns to

Does anyone know if it is possible to have different positions for the dropdown UL's for superfish? I have a 开发者_如何学JAVAhorizontal navigation bar, on the left side I would like the dropdowns to align to the left of the button, on the right side I would like them to align to the right of the button.


Can you add a class to the items on the left side and right side such as .leftItem or .rightItem then target the dropdown and position it with css?

Such as:

.leftItem .dropdownClass {left:0px;}

.rightItem .dropdownClass {right:0px;}

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号