/*############################################################# name: select to css version: 0.2 author: utom url: http://utombox.com/ #############################################################*/ var selects = document.getelementsbytagname('select'); var isie = (document.all && window.activexobject && !window.opera) ? true : false; function $(id) { return document.getelementbyid(id); } function stopbubbling (ev) { ev.stoppropagation(); } function rselects() { for (i=0;i