html - Moving a div down -


i working website, having problem cant move navigation bar down in header. worried it.

here jsfiddle:

http://jsfiddle.net/2qlz4/

the target make in header:

https://www.dropbox.com/s/m2ijroj58vey2rf/target.png

nothing worry about.

add this:

ul#nav, ul#nav ul {     list-style: none outside none;     margin: 40px 20px 0 0; } 

see demo: http://jsfiddle.net/2qlz4/1/


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -