For a start, you have identified your nav list as id="nav", and it's sitting
inside a container id="sidebar" - use those in your menu.css file otherwise
what you do with this styling will apply to all your lists unless stated
otherwise.
When I'm using these I would say :
#sidebar ul {
margin: 0 0 0 12px;
padding: 0;
list-style:disc outside;
color:#fff;
width: 163px; /* Width of Menu Items */
font-size:0.7em;
}
instead of :
ul {
margin: 0 0 0 12px;
padding: 0;
list-style:disc outside;
color:#fff;
width: 163px; /* Width of Menu Items */
font-size:0.7em;
}
That might help - go thru your menu.css and be more specific with
identifying which list elements you're referring to...
**********
Jason Foss
Almost Anything Desktop Publishing
www.almost-anything.com.au
Telephone: (07) 4927 8033
Facsimile: (07) 4927 5312
Windows Messenger: [EMAIL PROTECTED]
9 Unmack Street, North Rockhampton, Queensland 4701
We can do almost anything!
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Natalie Buxton
Sent: Thursday, 21 October 2004 1:31 PM
To: [EMAIL PROTECTED]
Subject: [WSG] Broken Menus and Bullets
Hi All
Im having big issues with a design Im working on.
Example live: http://pixelkitty.net/devel/wsg/whirl.php
The left Menu is broken in both Mozilla and IE on Windows. As you go further
down, the menu items are transparent. The menu is the basic one from ALA's
horizontal drop down example.
issue two is that when the menu is included in the #sidebar , my bullets
dissapear in the #content.
This issue is driving me completely insane and I just cannot work out where
the conflict is.
Looking forward to your advice.
Natalie
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************