September 11, 200917 yr http://www.caffevinci.com/index_test.html I'd like to be able to reposition my navigation bar either just below my header title or at the top of my main content column. Can anyone please help me?
September 11, 200917 yr http://www.caffevinci.com/index_test.html I'd like to be able to reposition my navigation bar either just below my header title or at the top of my main content column. Can anyone please help me? Could you not add a padding-top: 100px or something? Is the top image a bg image? Its not very clear your code!
September 11, 200917 yr There are quite a few errors that you will need to sort out... You have your navigation within the <head> tags of your page as well as a <div id="container">. You also have another <div id="container"> a few lines down. A div with an id should only be used once on the page. Delete the second one. Also, you have all of this before the body tag. Everything should be within it. Cut your container div and the navigation from the head section and paste it below your <div id="maincontent"> and see how that turns out...
September 11, 200917 yr You also do not have an opening <head> tag, just the closing one </head>. Add <head> just before <link rel="icon".....> I'll be honest with you, the code is quite a mess. It seems very bloated and messy for what the page contains. Anyway, post bk if you need anymore help.
September 12, 200917 yr This may help find coding errors and offer solutions:- http://validator.w3.org/
Create an account or sign in to comment