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
(
Read more... )
Comments 4
.tagBox {
height: 500px;
overflow: auto;
} to the end of the stylesheet.
Then put the unordered tag list in a div, like so:
Change $list = """
"""; to $list = """
""";""";
"""; to $list = $list + """Close the div by changing $list = $list + """
Reply
$list = """
""";? I can't find it in the code. Nor $list = $list + """
""";.Reply
""" + $list + """
""";? I have changed it to: print """""" + $list + """
""";. And it works!Thank you!
Reply
Reply
Leave a comment