If you are running firefox, use firebug, it can easily tell you what class and which template has been used.
You will probadly get st like this, just a example there are some collapsed class.
Quote:
ul id="sidebar" style="opacity: 1;">
<li>
<div class="block smaller">
<div class="blocksubhead">
<div class="widget_content blockbody floatcontainer">
</div>
<div class="underblock"></div>
</li>
<li>
</ul>
|
Not only for the sidebar but in general.
Jeff