/*############################################################# 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 getById(id) { return document.getElementById(id); } function stopBubbling (ev) { ev.stopPropagation(); } function rSelects() { for (i=0;i