1
animas
Form Elements definition
  • 2005/2/9 14:13

  • animas

  • Quite a regular

  • Posts: 206

  • Since: 2005/1/30


My theme has these definations:

/*forms elements*/
input.formButton {border: 1px solid #5E5D63; color: #000000; font-family: verdana, tahoma, arial, helvetica, sans-serif; font-size: 9px; text-align:center; background: url('inputbg.gif'); }

textarea.formBox {border: #000000 1px solid; background: #ffffff; font: 11px verdana, arial, helvetica, sans-serif; }

input.formTextBox {border: #000000 1px solid;background: #ffffff; font: 11px verdana, arial, helvetica, sans-serif; }

select {border: #000000 1px solid;background: #ffffff; font: 10px verdana, arial, helvetica,sans-serif; }

Some Form Buttons are affected, some are not.
Like "Send" button of INBOX is affected, but "SEARCH" of NewBB isn't.
I want all the Form buttons to be affected by the definition.
How can I do that?

2
LazyBadger
Re: Form Elements definition

you forgot about Submit and Reset classes

3
animas
Re: Form Elements definition
  • 2005/2/9 16:09

  • animas

  • Quite a regular

  • Posts: 206

  • Since: 2005/1/30


I am not good at CSS. Can you show me sample definitions for Submit and Reset classes?

4
LazyBadger
Re: Form Elements definition

If you agree to forget about IE - I can't write it in "IE-compatible mode"
input[type="submit"] {}
input[type="button"] {}
input[type="reset"] {}

Login

Who's Online

168 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 168


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits