Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-15-2003, 07:50 PM   PM User | #1
sweenster
Regular Coder

 
Join Date: Sep 2002
Location: Scotland
Posts: 407
Thanks: 0
Thanked 0 Times in 0 Posts
sweenster is an unknown quantity at this point
CSS for forms - submit button

i have this class that I wish to apply to all form elements on my site:

Code:
.FORM
{
    FONT-FAMILY: Lucida Console, Sans Serif, Arial, Verdana, Helvetica;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
It works fine with all elements APART from the submit button.

The scary thing is that it works fine with SOME submit buttons but not with others.

Please tell me i've done something daft
__________________
My body's a temple... and like those ancient Greek ones it's a ruin
sweenster.co.uk
sweenster is offline   Reply With Quote
Old 08-15-2003, 09:52 PM   PM User | #2
bazz
Master Coder

 
Join Date: Apr 2003
Location: in my house
Posts: 5,211
Thanks: 39
Thanked 201 Times in 197 Posts
bazz will become famous soon enoughbazz will become famous soon enough
Not one to disappoint, youv'e done something daft

I have my form elements applicable from an external css. Looking at the script though I see that I have the style for the submit button on the page. Its not a problem for me coz it is a fly page and there is ony the one for many clients.

Here is the code in my page.

<input style="background: #336633; color: #D2F3DA" type="submit" value="Send" name="B1"> <input style="background: #336633; color: #D2F3DA" type="reset" value="Start Over" name="B2">

it is along time since I did my form so I cant recall if I had the problem you did or if I did someting daft too.

Bazz
bazz is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:37 PM.


Advertisement
Log in to turn off these ads.