As you might or might not have noticed, the site should now look way better (apart from the top menu) and also the dropdown menus in the sidebar should now finally work. Sorry for that, but I hadn't noticed that problem until yesterday.
What was the problem with the sidebar? Quite simple. I build the dropdown menus using DOM. There I had something like this to set the onchange eventhandler:
selectbox.setAttribute("onChange","redirect(this.value)");
Yeah, I spent more than a month to complete my theme (mostly flighting IE bugs) and still not enterily happy... ;-)
I noticed something in your custom CSS that shows... guess? :-) It is checkboxes show a border in IE, but not in (say) FF. I believe the cause is here: [HTML_REMOVED] input, textarea { border:solid 1px #AAA; } [HTML_REMOVED]
markus on Aug. 6, 2006 at 14:19 +0200
Thanks :) There is also seems to be a width problem with forms or at least input/textarea fields in general. Perhaps I will find some time tomorrow for this :)
zerok on Aug. 6, 2006 at 23:42 +0200