Hello Crowd, I just walked into a stupid problem testing around checkboxes with the categories. (0.9.2, skin based on skin "plain")
In IE checkboxes are surrounded by borders, and I can't seem to make them go away! 8| In my .CSS I tried declaring:
input[type=checkbox], input.checkbox, .checkbox {
border: none;
}
but that didn't mend it. If anyone knows the right way to make them disappear, please let me know! Thank you! :)
'lex
found the solution.
In _categories.php find where it says something like
and alter that to
The borders are gone. Cheerio.