Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

button bgcolor and font color 1

Status
Not open for further replies.

MarkJ2

Technical User
Joined
Sep 25, 2001
Messages
17
Location
US
What are the attributes to change the background color of a button or the Font color of the text (i.e. Value) that appears on the button?

Thanks!
 
Hi mate,

The CSS you are looking for is

.submit {background-color: #FFFFFF; cursor: hand; font-family:verdana; font-weight:bold; }

Hope this helps Wullie

 
to change the font color you want
Code:
color: #ff0000;
or whatever
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top