Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on May 11, 2007 13:29:39 GMT
Global Footer
<style type="text/css"> <!-- input.button { color: #000; background-color: #fff; border: 2px #000 dashed; } --> </style> <script type="text/javascript"> <!--
/* Style Form Buttons - Open Source */
var input = document.getElementsByTagName('input'); for(pos=0; pos<input.length; pos++) { if(input.item(pos).type.match(/^(button|submit|reset)$/i)) { input.item(pos).className = 'button'; } } //--> </script>
The stylesheet part of the code where you can apply any CSS styles to the buttons is highlighted in red.
|
|