function dynstyles() { //ie6 fix of cssform input width /*,'.cssform input[type=file]'*//*,'.cssform textarea'*/ $$('.cssform input[type=text]','.cssform input[type=password]').each(function (e) { e.style.width='96px'; e.style.float='right';}); //$$('.cssform textarea').each(function (e) { e.style.width='100%'; }); $$('.box input[type=checkbox]').each(function (e) { e.style.width='13px'; e.style.backgroundColor='#bebeff'; }); $$('.filter_extra_type[type=text]','.filter_extra_type_between[type=text]').each(function(e) { e.style.width='70px'; }); } Event.observe(window,'load',function() { dynstyles(); });