Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-22-2013, 02:15 AM   PM User | #1
ethanlphoto
New to the CF scene

 
Join Date: Dec 2012
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
ethanlphoto is an unknown quantity at this point
Help to create a navigation bar

Heres my problem, i am creating a new website and i found this great idea for a navigation bar...i inspected to code to try to figure out exactly what was done but could not figure it out.

https://mega.co.nz/#start

Heres the website, if you hover over the "Menu" section you will see what i mean, i like how it always sits on the right edge of the screen. If you guys could help me in getting the framework for doing this and/or the javascript/jquery to do this i would appreciate it!
ethanlphoto is offline   Reply With Quote
Old 01-22-2013, 02:49 AM   PM User | #2
alliv105
New Coder

 
Join Date: Jan 2013
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
alliv105 is an unknown quantity at this point
It's actually not that difficult if you have a lot of experience with HTML/CSS/Javascript. You need to have a hidden div for the actual menu and links. When a specific link within the menu bar is hovered over, you can then display the div. On mouse out, make the div hidden again. There are plenty of examples on the web but you probably won't find any examples that are identical to what you want. You may have to tweak to fit your needs.
alliv105 is offline   Reply With Quote
Old 01-22-2013, 02:59 AM   PM User | #3
tempz
Regular Coder

 
Join Date: Jul 2012
Location: London
Posts: 436
Thanks: 4
Thanked 80 Times in 80 Posts
tempz is an unknown quantity at this point
Menu:

Code:
<div class="dropdown-menu-block" id="top_pullmenu" style="position: absolute; top: 37px; left: 1152.5px; display: none; margin-right: 25px;">
<!-- rest of code -->
</div>
Language

Code:
<div class="nlanguage-popup" style="position: absolute; top: 37px; left: 842px; display: block; margin-right: 25px;">

<!-- Rest of code --> 

</div>
tempz is offline   Reply With Quote
Old 01-22-2013, 10:09 PM   PM User | #4
ethanlphoto
New to the CF scene

 
Join Date: Dec 2012
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
ethanlphoto is an unknown quantity at this point
Quote:
Originally Posted by tempz View Post
Menu:

Code:
<div class="dropdown-menu-block" id="top_pullmenu" style="position: absolute; top: 37px; left: 1152.5px; display: none; margin-right: 25px;">
<!-- rest of code -->
</div>
Language

Code:
<div class="nlanguage-popup" style="position: absolute; top: 37px; left: 842px; display: block; margin-right: 25px;">

<!-- Rest of code --> 

</div>
I found that part but what i really need is the jquery/js!
ethanlphoto is offline   Reply With Quote
Reply

Bookmarks

Tags
css, html, jquery, navigation

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:42 AM.


Advertisement
Log in to turn off these ads.