Quantcast
Channel: Comments on: A Stylish Navigation Menu With jQuery
Viewing all articles
Browse latest Browse all 12

By: Ryan

$
0
0

So.... i got it centered by wrapping it in a static div.

.container {
width: 835px;
height: 30px;
position: absolute;
top: 50%; left: 50%;
margin: -680px 0 0 -433px;
overflow: hidden;
}

If you know of any issues using this let me know, otherwise it has worked flawlessly on every browser i've tried :-) thanks again for an awesome menu.


Viewing all articles
Browse latest Browse all 12

Trending Articles