i am using this code... for a Horizontal CSS menu which is working fine on jsFiddle but when i am using it in my site.. it is giving me bullets of the list, see the image below....

HOW TO GET RID OF THESE BULLETS
F1 F1
Help !!!
Any Key
|
|
|
Modify this style:
Like this: (You are missing
More Info: |
|||||||
|
|
Have you tried list-style?
|
|||||
|
|
You need to override the default The reason jsFiddle looks fine is that the CSS they're applying to the whole page is dealing with it for you. Read more about list-style-type, and the short-hand list-style (used above). |
|||
|
|