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 the right column which is strangely called #container. I also have an unordered which is supposed to have bullets. Noticed the "supposed" there?
So I removed the list-style: none; in the rule above. Guess what : the bullets still won't show.
So I now have 2 ul on my page and no list styling nowhere in the style sheet, and still no bullets.
When I cut the link to the stylesheet (hence no styling) I see the bullets. So they are definatly there.
Does anyone have any idea where the bullets have gone to? This is in IE6 by the way.
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 the right column which is strangely called #container. I also have an unordered which is supposed to have bullets. Noticed the "supposed" there?
So I removed the list-style: none; in the rule above. Guess what : the bullets still won't show.
So I now have 2 ul on my page and no list styling nowhere in the style sheet, and still no bullets.
When I cut the link to the stylesheet (hence no styling) I see the bullets. So they are definatly there.
Does anyone have any idea where the bullets have gone to? This is in IE6 by the way.