I tried to make a navigation inline list. You can find it here: http://www.luukratief-design.nl/dump/parallax/para.html
For some reason it does not display the widt
Inline items cannot have a width. You have to use display: block or display:inline-block, but the latter is not supported everywhere.
display: block
display:inline-block