EasyUI Forum
September 13, 2025, 02:09:55 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Manage menu appearance on: January 23, 2015, 03:14:42 PM
Thank you stworthy. So, when I've set up a theme, where do I place the css from the builder? Does it replace the <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css"> in the pages ?
2  General Category / EasyUI for jQuery / Manage menu appearance on: January 22, 2015, 02:59:59 PM
How do I customize the visual aspect of a menu, that is, font face, size, color, etc. of the menus and their options? Here's a sample of what I have...

            <div style="background:#fafafa;padding:5px;width:1100px;border:1px solid #ccc">
               <a href="#" class="easyui-menubutton" menu="#mm1">Menu 1</a>
               <a href="#" class="easyui-menubutton" menu="#mm2">Menu 2</a>
            </div>
            <div id="mm1" style="width:150px;">
               <div>Option 1</div>
               <div>Option 2</div>
               <div>Option 3</div>
            </div>
            <div id="mm2" style="width:300px;">
               <div>Option 1</div>
               <div>Option 2</div>
            </div>

Thank you.

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!