Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.
Thanks but I can already see the code from right click-view source or just dl:ing the page. Unless theres some deeper feature in firebug…?
The code is:
<div id="categories_widget">
Kategoriat
<select id="cat" class="postform" name="cat">
<option value="-1">Select Category</option>
<option class="level-0" value="6">Asetelma</option>
<option class="level-0" value="8">Eläimet</option>
<option class="level-0" value="11">Ihmiset</option>
<option class="level-0" value="9">Kasvit</option>
<option class="level-0" value="7">Maisema</option>
<option class="level-0" value="4">Mustavalko</option>
<option class="level-0" value="10">Rakennukset</option>
<option class="level-0" value="5">Värikuva</option>
</select>
I just don’t know what to change and how. I’ve tried all kinds of variations and still trying…
Also is it possible to change the “Select Category” default text?
If not, I’ll probably have to cut this feature.
Unless theres some deeper feature in firebug
If all you’ve been doing is looking at the source of a page to troubleshoot issues, Firebug will be a a complete revelation. It will cut your development and troubleshooting time in half. Seriously, try it out.