Bootstrap dropdown menu with column - html

I want to make a vertical dropdown menu that have column just like the one in Microsoft's website without js

if you know the basics of HTML and CSS then you can do it yourself it's easy and fun you know I am providing the link that will help you a lot.
Creating Hower Able Header DropDowns

Related

Foundation top-bar navigation on Rails app

I'm having issues with handling Foundation on my Rails application. They are mostly related to customizations and few navigation structures.
In my assets folder I have application.css.scss and framework_and_overrides.css.scss as overriding styles which is imported in my application.css.scss and I also import "foundation" in it.
I understand the default structure of top-bar, but however I'm failing to build a two level responsive navigation as depicted in mockup:
First of all, it is difficult to change sizes, links and background color. Is there any easy way to do customization than inspecting or modifying each element?
Can I make one nav bar in two rows, every list element in this section falls under toggle, and I need to keep the language navigation bar outside the toggle and intact. If I make two separate navbars - when resizing the screen, the language one falls under the second one because all the buttons stack over. I don't think a good solution would be to override both nav bars in different ways, I hope it's not the only one.
What is the best way to make such responsive navigation?
Thanks for any help and guidance.
Have you considered using the Top-Bar and the Icon-Bar -: http://foundation.zurb.com/docs/components/icon-bar.html together? That way you could just have styled the Top bar one way and the icon bar another. Asides from the colors it looks almost exactly the same as your mock-ups.
You can do this by using CSS media tag. See this http://jsfiddle.net/8cqgumhw/

Need help creating a header with a clean navigation

Can someone help me figure out how to create the navigation displayed in the header on top of this page?
http://themes.iki-bir.com/ikaros/
If someone could give me some direction to learning how to make these types of navigations, I'd really much appreciate it.
Use This dropdown menu plugin, its a Jquery css dropdown plugin which uses jquery and css both...
You have to do some changes to the js and css to try make it as similar as possible...
http://www.saptarang.org/jquery-css-dropdown-menu-2-levels
Thank you...

how to develop wordpress menu like wwe.com menu?

I would like to design and develop wordpress menu like wwe.com menu where it has multi-column and images and video section in drop down menus.
Is it possible in wordpress?
I can create multi-column menu but not sure how to do display images and videos. I want my client will be able to add/remove videos, images in menu. just like menu in wwe.com site.
Any help will be highly appreciable.
I would take a look at the UberMenu plugin, I think it's exactly what you're looking for.

Animate HTML Menu bar item

I am trying to create an animated menu bar, in which the background block moves from the current selection to the latest one. For an example, have a look at http://www.creative-jar.com/. I would like to accomplish this in the simplest possible manner (perhaps using only HTML and CSS). Any help will be really appreciated.
As I am new to web development, thoughts on whether this sort of animation is a good or bad idea are also welcome.
There's a jQuery plugin that does exactly what you describe: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/

CSS Dropdown menu problem

I downloaded a free CSS template to use it in my ASP.NET project, but I tried many times to convert simple menu to dropdown menu's, Help please, I'm not familiar with CSS.
I uploaded the style here : http://www.apps-srv.com/electronix
Thanks in advance!
The link you've provided is no longer valid, but the comment from toddsler says that there's no evidence at an attempt at a dropdown, so I'm going to go off that.
I suggest checking out this article from A List Apart, as well as this one. The first does vertical dropdowns from a horizontal menu, while the second does a vertical menu with dropdowns that go out to the right, then down. They should help you get started.