Is there a way to make the jQuery buttonset buttons smaller?
+1
A:
you can try to preset the height on the elements. e.g
$('.selector').css('width','20px').buttonset();
so the style attribute changes before it's a button.
Val
2010-07-18 17:03:53