Need help creating a header with a clean navigation - html

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...

Related

Bootstrap dropdown menu with column

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

tabs/menu dropdown position not working

I am sorry in advance I could not get this to work in jsfiddle. I really am just not sure how to do it and I've spent way too long trying to figure it out.
Anyway I have this zozo tab (which no longer offers support) I am using HERE, When I make the window small for mobile size and click the "Overview" link that entire drop down menu goes under so there seems to be two "Overviews" instead of on top of it. Can someone please help me figure this out? I would great appreciate it!
CSS her HERE and HERE
JS for tabs is HERE

Trouble with parallax scrolling

So I have this website in the works and the header image uses a parallax plugin. How can I make the nav bar with the links "Inspiration," "My Work," etc...move with the header image as you scroll down. Any help would be greatly appreciated.
(Sorry, I'm new to writing code for websites and yes I am using weebly and it can be terrible but it'll have to do. I am able to upload javascript files and link to them through CSS and HTML)
you need to use css. position: fixed. It would be more easier to help you if you posted your code.
add the following like of code to your css file in the header's styling section.
position: fixed
or check this tutorial for a complete tutorial
http://www.cssreset.com/creating-fixed-headers-with-css/
Regards
Shiva

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.