Hi! I just put up www.syzel.com It is still under construction...... If you look at the navigation bar below the header on all the pages it falls short of the header's length. How do i fix this? Also, do you have any other image in mind that i can use? Thank You!
Hi, Give the "width" to the "menu" div in the main2 css. And also a background-color. That will solve the problem. I saw your projects and blogs, Interesting. Carry on.
Glad you liked the projects Am a total newbie and need a little more explanation of what is to be done? Thanks! rep added
Open your CSS file main.css. Find where it is: #menu { margin: 0 0 50px; } Code (markup): Just replace it with: #menu { margin: 0 0 50px; background: #D0D4D4; width: 960px;} Code (markup): If this don't work, then remove the "width: 960px;" If still it don't work then I'll have to see with your original files. Your menu is badly structured. The ul li is not done properly. Another thing is that, hope you noticed already, whenever the search is clicked, the menu disappears. Try to fix the JavaScript.