> Could anyone tell me what I might be doing wrong? Which piece of code is 
> missing here?

I am not absolutely certain what you regard as wrong...
...but...

I see the first list is going to be a navigation list? (id="navlist")?

You have opened the UL tag twice with a different class in each.

Instead: give the UL the id="navlist":

<ul id="navlist">

and create a style for that:

#navlist li{
etc:whatever;
}

Then leave other lists as the default adn style them as:

ul{
etc:whatever;
}

Does that help?

-- 
Marten Gallagher
annerykiln.co.uk
Web Design and Management

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to