You could try...
![]() ![]() |
Have a look at this:
You could use something like that, create a custom css entry for all the elements you want and add a css style rule for "input and submit", you could control the background color, border anything you want as you would normally via css.... for reference see:
define input, play around with anything you want:
Examples:
form {
input {
textarea {
select {
input:hover, textarea:hover, select:hover {
input:focus, textarea:focus, select:focus {
option {
|
![]() ![]() |
Whoa, 38 downloads in just a night. Beats all my other scripts. I know a lot of css, but I don't know how to directly edit it with javascript. As you can see I'm using simple things like document.body.bgColor = '#000000'; etc etc. I took a look at the first website you offered, and I came across something like it before. As far as I can see, it adds the rule but doesn't set a value (or whatever it's called in css) to the rule. I am just trying the w3c one now. |
![]() ![]() |
Never mind. Fixed it. I just uploaded a version that's a bit... well not as updated as I would have liked. I am going to update it again in a sec with the style you recommend. Shouldn't be that hard. |


