|
-
Jul 29th, 2002, 03:10 PM
#1
Thread Starter
PowerPoster
Changing the style of an input button
I want to globally change the style of any submit button. I am doing something like this but it's not working:
-
Jul 29th, 2002, 03:37 PM
#2
Black Cat
Code:
input[type="submit"] { ... }
is the proper way to do it. IE doesn't support CSS well enough to handle this though.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jul 29th, 2002, 04:42 PM
#3
Thread Starter
PowerPoster
Thanks, but as you mentioned, it doesn't work in IE (and it didn't).
I guess I'll have to do manual colouring inside the <input> tag.
-
Jul 30th, 2002, 10:03 AM
#4
Frenzied Member
why don't you just make a class?
.box {...}
<input type=submit class=box>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|