Zen Follower
- Join Date:
- Jan 2010
- Posts:
- 141
- Plugin Contributions:
- 0
Categories Dressing
Hi! thanks for letting me know about it, don't know this really :smile: i googled your suggestion but i can't find a solution for 0px margin or padding.
but the template i'm i currently have is using bullets but the developer does not use list indent instead he might used background??
here's the css code from you
#categories ul a {/*top categories*/
display: list-item;
list-style: disc inside url(../images/point.gif);/*change to list-style: none; to remove bullet*/
background: no-repeat;
border: none;
margin: 0;
padding: 0;
}
here's the code from my template
.category-top, .category-links {
background-image: url(../images/point.gif);
background-repeat: no-repeat;
background-position: center left;
}
can we apply the second code instead? I tried to change it but the bullets won't show. :dontgetit
heres the sample of the template
http://www.zenflavor.com/demo4/
it looks good in FF and IE.
yap it matters to me because the bullets looks very close in IE and does not align with the bullets in the Information heading. thank you very very much...