In your wp-layout.css, you need this:
#menu ul {
list-style-type:none;
etc.
etc.
}
#menu ul ul {
list-style-type:none;
etc.
etc.
}
Craig.
Could you post a link to your site? Also, I ask this because I have done this many times myself…did you save the changes in the CSS file and upload it to your server? 🙂 Sigh–yep, done it more times than I care to admit.
Craig.
I use list elements ALL over http://www.chait.net, as they are a more convenient semantic grouping of things that go together… 😉 I’ve had no problems in any browser recognizing the CSS stylings to set the list styles to none. Definitely post your link if you can’t seem to get it to work.
As for your second question, I don’t recall if the original code allowed for generating non-links — I seem to recall one of the fns takes a before and after param that you can then set as blank and a BR. I’ve since modified many of the related fns, so I can never remember quite what raw WP has/had… 🙂
=d
I took them out of the actual b2template.functions.php as I didn’t like the spaces I was getting with the .CSS “no bullet” I was using. Personally I don’t know why they are in the code as a default.
Oh…I realized that I had put a <div> in front of the archives section and it wasn’t responding correctly. Thanks 🙂