Fork me on GitHub
Post Format

Fast and Simple Links Box Navigation Menu: BoxyMenu

If you are thinking about giving a facelift to your website, experimenting with navigation menu is perhaps the most effective way to do that. A well-designed navigation menu would not only make your website simple and usable but it would also instantly change overall layout of the website. There are a lot of experiments that you can do with your website navigation – colors, orientation, icons, fonts, style (vertical, sliding, collapsible, drop down etc.) etc. All of these menu styles are effective for a particular purpose. For instance, when you have a logical hierarchy of links, you can group them and use a drop down hierarchical menu style.

Similarly, when you have a large number of links to show in a limited space, you can creatively use links box as your navigation menu – just like our today’s freebie, BoxyMenu.

BoxyMenu is a simple and fast navigation menu plugin that renders smoothly in all major web browsers. It is simple to customize and can be plugged in to any website or web application.

Fast and Simple Links Box Navigation Menu BoxyMenu

BoxyMenu Parameters
  • itemDisplaySpeed: Menu item scroll speed
  • loadAnimationSpeed: Load animation speed
  • menuItemWidth: Width of each box
  • menuItemHeight: Height of each box
  • boxHorizontal: No of horizontal boxes for load animation
  • boxVertical: No of vertical boxes for load animation
Using BoxyMenu

In your HTML file add the following references in the head section.

  • Add a reference to latest jQuery script
  • Add a reference to boxymenu.js file
  • Add a reference to boxymenu.css file

Add the Markup/HTML code for your menu and call boxymenu initializer function. Here is the complete code.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Fast and Simple Links Box Navigation Menu: BoxyMenu</title>
    <link href="css/demo.css" rel="stylesheet" type="text/css" />
    <link href="css/boxymenu.css" rel="stylesheet" type="text/css" />
    <script src="js/jquery.min.js" type="text/javascript"></script>
        <script src="js/boxymenu.js" type="text/javascript"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $('#menu-wrapper').boxymenu();
        });
    </script>

</head>
<body>

    <div id="menu-wrapper">
        <ul class="boxy-menu">
            <li>
                <div class="boxy-menu-item-top">
                    Content
                </div>
                <div class="boxy-menu-item-bottom">
                   Menu Items here
                </div>
            </li>
            <li>
                <div class="boxy-menu-item-top">
                    Portfolio
                </div>
                <div class="boxy-menu-item-bottom">
                  Menu Items here
                </div>
            </li>
            <li>
                <div class="boxy-menu-item-top">
                    Useful
                </div>
                <div class="boxy-menu-item-bottom">
                Menu Items here
                </div>
            </li>
        </ul>
    </div>

</body>
</html>

Related Posts

  1. Multi Level Hierarchical jQuery Menu: jQSimpleMenu
  2. XML Driven Breadcrumb Navigation with jQuery: Smart Breadcrumb
  3. jQuery Clean and Simple Tooltips: gips
  4. jQuery Pagination Plugin: Smart Paginator
  5. jQuery Content/Thumbnail Slider V2.0: jsCarousel V2.0

24 comments

  1. Pingback: そこにしびれる!jQueryプラグイン5選(画像、ナビゲーション、スクロール) | らふらく

  2. Pingback: 10 个最佳 jQuery 菜单与下拉菜单示例 – 90互联网数据中心

  3. Pingback: 转载-30个漂亮的jquery效果欣赏-爱果果 | iluther-专注web技术

  4. Pingback: 爱果果 » 30个漂亮的jquery效果欣赏

  5. Pingback: 2012年30个新鲜和杰出的jQuery的影响摘要 | 我们爱网页设计

  6. Pingback: 40 Fresh jQuery Plugins And Tutorials Available For Free | Pro Design World - Web Design Blog

  7. Pingback: 40个新鲜出炉的 jQuery 插件和免费教程【上篇】 | 编程·早晨

  8. Pingback: 40个新鲜出炉的 jQuery 插件和免费教程 | 异度小站

  9. Pingback: jquer.in » BoxyMenu

  10. Pingback: 40 Fresh jQuery Plugins And Tutorials Available For Free | CS5 Design

  11. Pingback: 40 Fresh jQuery Plugins And Tutorials Available For Free | pixelpush design

  12. Pingback: Interface Design with jQuery

  13. Pingback: CSS – JQUERY – SLIDE SHOW – IMAGE EFFECT » Scroll Links Box Navigation Menu-BoxyMenu

  14. Pingback: 10个最佳jQuery菜单与下拉菜单示例教程 - CodeBox

  15. Pingback: BoxyMenu – A Fast and Simple Link Box Navigation Menu - Snippets, Templates, API and the best developer content - codemaniac | codeManiac - Snippets, Templates, API and the best developer content

  16. Pingback: Free Hide Content Animation Buttons « Web css jquery

  17. Pingback: BoxyMenu – A Fast and Simple Link Box Navigation Menu | codeManiac

  18. Pingback: Fast and Simple Links Box Navigation Menu: BoxyMenu | TEKNQ

  19. Pingback: BoxyMenu – A Fast and Simple Link Box Navigation Menu | Blogfreakz - Web Design and Web Development resources

  20. Pingback: All About jQuery: Fresh and Useful jQuery Plugins and Tutorials

  21. Pingback: Sacima鲨鳍马工作室 » Blog Archive » All About jQuery: Fresh and Useful jQuery Plugins and Tutorials

  22. Pingback: 20 бесплатных новых плагинов jQuery

Leave a Reply

Required fields are marked *.

*