|
I can see them, but they're displayed as block.
Try to remove the float attribute from the UL and LI and add(or leave) only the "display: inline" attribute set on the LI.
btw, you have set the same ID for the DIV and UL -> navmenu.
that's not a good practice...
oh, and set the width to 100% to the navmenu DIV, and also the margin: 0; padding: 0;
|