Page 1 of 1

Menu problems

Posted: Tue Dec 14, 2010 12:50 am
by maryjane
I am very new to CMS made simple and web design. I am following the book to build my own template and style sheet. I am at the point of adding style to my menu but even though I typed it in exactly the way the book suggested, the site does not change. Can anyone tell me where the problem lies.
My non live web site is www.maryjaneparkerart.com/cmsms/

Re: Menu problems

Posted: Tue Dec 14, 2010 1:07 am
by Dr.CSS
You have a 2 word ID, no no...



Also you don't have a correct DOCTYPE, find a default template and copy the top of it or better yet create a new template and it will have most all you need in it, then just adjust the stuff in between ...

Re: Menu problems

Posted: Tue Dec 14, 2010 1:08 am
by Wishbone
Also, your CSS entry for "#top-navi li" doesn't have a close brace.

Code: Select all

#top-navi li
{
           list-style: none;
           float:left;

Re: Menu problems

Posted: Tue Dec 14, 2010 6:35 pm
by Wishbone
It looks like she got it working.