Hi,
Now here's a strange one. I have a 2 column layout with floated divs. in the left column I have my navigation based on an ul with list-type:none; like so.
#leftcol ul {
list-style: none;
margin:10px 0 10px 10px;
}
So I have no bullets, which is what I want, so all's well.
Now in...