I want to make the new Facebook-like top navigation with CSS and jQuery, as below.

And this:

As you can see, the arrow of the popbox always under the selected nav and the popbox widths are same. Is there any tutorial or plugin to make this?
|
|
The jQuery Notification Menu will be perfect for you. It's a jQuery plugin to add notification bubbles and a notification list to any menu.
You can easily tweak it to your desired style by simply editing the CSS. |
||||
|
|
|
Check out Twitter Bootstrap. They got all that cool JavaScript stuff all done for you. They also got a very nice responsive base CSS to start with. |
||||
|
|
|
The key to this one is simple. With the right combination of unordered-lists & fixed-positioned elements you can achieve this quite easily.
To style the dropdown just like that of Facebook, you'll have to do a bit more with CSS to figure out how to get the right shape, but not to worry! There are tutorials / examples on that too! Tutorials on 'Bubble Point Tooltips': Overall, I recommend the tutorial How to Build a Kick-Butt CSS3 Mega Drop-Down Menu (it won't take more than 30 minutes to an hour to complete): |
||||
|
|