mutliple css documents, list style problems -


my website has 2 different css style documents. first index page, uses lists tabs @ top link bar between title , rest of it. has code:

index.css:

u1  {     list-style-type:none; } 

along code applies li elements.

the other css document rest of site. want use lists of other parts, i'm having issue. while li elements overwriting properly, can't u1 element show bullets in rest of site. i've tried using u1.a , u1.b , doesn't fix it.

main.css:

u1 {     list-style-type:circle } 

try overwriting adding !important

u1 {     list-style-type:circle!important; } 

and/or add css file rule page want different.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -