ColdFusion, WordPress, Flash & other web things


Archive for the 'CSS' Category

Button widths in IE

Today, I finally came accross a fix for the ridiculous widths of form buttons in IE. Jehiah Czebotar came up with this solution and it works perfectly. No more rediculously wide IE buttons. Update To make Jehiah's solution work in "standards" mode, don't forget to add a unit to the dummy width rule for IE: <style> td { border:1px [...]