The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change Preview and Send buttons using CSS

+2
--kml--
TheListener
6 posters

Page 2 of 2 Previous  1, 2

Go down

Solved How to change Preview and Send buttons using CSS

Post by TheListener February 13th 2010, 5:36 am

First topic message reminder :

Hope you guys can help me out

I need a CSS code to modify the "Preview" and "Send" buttons on my Forum. I want the same colors and design.

http://www.thefacebookforum.net/

I want them to look like this
How to change Preview and Send buttons using CSS - Page 2 Facebo10

And when the mouse is hover, like this
How to change Preview and Send buttons using CSS - Page 2 Presse10

Thanks!
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down


Solved Re: How to change Preview and Send buttons using CSS

Post by ankillien February 18th 2010, 3:59 pm

Oh! ok.
Add this code in the CSS...

Code:
/* post button - normal */
input[name="post"].button1 {
background : url(images/bg-2.png) top repeat-x #D9D9D9;
color: #333333;
font-size: 12px;
font-weight: bold;
height: 25px;
padding: 0px 6px 4px 6px;
border: 1px solid #C5CBCF;
}
/* post button - on hover */
input[name="post"].button1:hover {
background-color: #DDDDDD;
background-image : none;
border: 1px #999999 solid;
}
/* post button - when clicked */
input[name="post"].button1:hover:focus {
background-color: #C5C5C5;
background-image: none;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to change Preview and Send buttons using CSS

Post by TheListener February 18th 2010, 7:52 pm

It works perfectly now. Thank you so much anikilen for your help, you have been great!
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down

Solved Re: How to change Preview and Send buttons using CSS

Post by ankillien February 19th 2010, 3:12 am

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum