Hello, i’m building the Technical Documentation Project and i’m not being able to make the list-style: non work neither list-style-type.
In the other project it works. But now I can’t make that work. I searched on google, I searched on the example page that the project gives you. I think I did put everything right, but I can’t make it work nor I see the problem.
Please someone gimme a hand so I can advance, thank you very much!
Hi, why you added:
#navbar li {
list-style: none;
}
I didn’t understand where you want your list
Change:
#navbar li {
list-style: none;
}
To:
#navbar li {
list-style-type:whateverStyleYouWant;
}
This:
list-style:whateverStyleYouWant;
would work but list-style-type is more specific.
I hope this is what you want to do.
Check these out:
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.