Menu problems

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
maryjane
Forum Members
Forum Members
Posts: 29
Joined: Wed Dec 08, 2010 4:56 pm

Menu problems

Post 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/
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu problems

Post 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 ...
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Menu problems

Post 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;
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Menu problems

Post by Wishbone »

It looks like she got it working.
Post Reply

Return to “Layout and Design (CSS & HTML)”