I've got a site in development where I'm trying to do all the layout with CSS rather than tables for the next revision. The navbar is a set of nested lists of links in a div on the left side of the page. Overflow is set to auto, and I can put litterally the entire text of 'Hamlet' in that navigation bar and have it word-wrap at 18% of the screen width, but the lists don't. Depending on the browser they either extend over the content of the right side of the page, which is a bit unreadable, or get clipped, which is completely unreadable. I tried setting display to 'inline', and that just made the bullets go away without changing anything else. Any ideas?