On 29/11/05, Laura Greenwood <[EMAIL PROTECTED]> wrote:
> I'm using a sample script from 
> http://css.maxdesign.com.au/listutorial/roll_master.htm
>
> and for some reason, even if I copy the exact code in my file, it puts
> bullets next to the list item entries even though the CSS
> (list-style-type: none) says NOT to put the bullets..
>
> I have posted my code at
> http://ciswebs.smc.edu/cis51/greenwood_laura_lee/temp_nov/index4.htm

Hi Laura, try moving this rule:

list-style-type: none;

from the "#navcontainer ul" selector to the "#navcontainer li" selector.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to