EasyUI Forum
May 03, 2024, 10:38:34 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Menu: Incorrect position of Submenu.  (Read 5999 times)
ryupanqui
Newbie
*
Posts: 44


View Profile Email
« on: August 10, 2014, 08:55:52 PM »

Hi JEasyui Team,

I am using v1.3.6... How I can fix this problem? this happens when the text of an item of the submenu is larger than the width of the window.

Pd. See my attachment file, test.html.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: August 11, 2014, 02:08:53 AM »

A menu item has a fixed height. Please prevent from defining too long text as a menu item. Set a 'width' style to a menu to limit the menu width.
Code:
<div style="width:150px">
<div>Address</div>
<div>Link</div>
<div>Navigation Toolbar</div>
<div>Bookmark Toolbar</div>
<div class="menu-sep"></div>
<div>New Toolbar...</div>
<div>000020: ork loin pork chop ...</div>
</div>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!