Multilevel Tags Box Customizations.

Mar 20, 2007 19:37

I have created a theme layer to display Multilevel Tags in the sidebar. I want to limit the height of the box to 300px so that if the tags box overflow, it will displays scrollbar. However, when I tried this code:

ul.tagList {width: 90%; height: 300px; overflow: auto;}

It doesn't work. I tried .sidebox ul.tagList, .sidebox #freetextbox and various variations without effect. Is it possible to customize the freetext box? Thank you in advance for your help.

freetext, tags

Previous post Next post
Up