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.

Change the reply button to another image?

5 posters

Go down

In progress Change the reply button to another image?

Post by Pivotphone August 4th 2011, 8:16 pm

Can you Change the reply button to another image?

what the title said?
avatar
Pivotphone
Forumember

Posts : 204
Reputation : 3
Language : english

http://www.creative-node.com

Back to top Go down

In progress Re: Change the reply button to another image?

Post by LH Justin August 4th 2011, 8:26 pm

Which reply button? The one next to "New Topic?"
LH Justin
LH Justin
Hyperactive

Male Posts : 3686
Reputation : 121
Language : English
Location : United States

Back to top Go down

In progress Re: Change the reply button to another image?

Post by Pivotphone August 4th 2011, 9:04 pm

No sorry should make myself clearer

The reply box where you actually type into.
avatar
Pivotphone
Forumember

Posts : 204
Reputation : 3
Language : english

http://www.creative-node.com

Back to top Go down

In progress Re: Change the reply button to another image?

Post by SLGray August 4th 2011, 9:17 pm

Which one: the quick reply box or the one that appears after you press the reply button?


Change the reply button to another image? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Change the reply button to another image?

Post by coco moco August 4th 2011, 9:18 pm

Code:
textarea#text_editor_textarea.inputbox{background-color:yourcolour}

Will change the text area. You could also put a background image if you liked.
coco moco
coco moco
Forumember

Posts : 118
Reputation : 50
Language : English

Back to top Go down

In progress Re: Change the reply button to another image?

Post by Pivotphone August 5th 2011, 11:24 pm

The quick reply box so if i made a grey speach bubble

where would i put it.
Is this it?

textarea#text_editor_textarea.inputbox{background-image:Yourimage}
avatar
Pivotphone
Forumember

Posts : 204
Reputation : 3
Language : english

http://www.creative-node.com

Back to top Go down

In progress Re: Change the reply button to another image?

Post by coco moco August 6th 2011, 3:44 am

Code:
textarea#text_editor_textarea.inputbox{background-image:url('YOURIMAGE.png');background-repeat:no-repeat;}

Try that Smile You can position it with "background-position:"
coco moco
coco moco
Forumember

Posts : 118
Reputation : 50
Language : English

Back to top Go down

In progress Re: Change the reply button to another image?

Post by Pivotphone August 6th 2011, 11:41 am

Didn't work
avatar
Pivotphone
Forumember

Posts : 204
Reputation : 3
Language : english

http://www.creative-node.com

Back to top Go down

In progress Re: Change the reply button to another image?

Post by coco moco August 6th 2011, 11:50 am

It works fine, when I use it. What's your forum url and version?
coco moco
coco moco
Forumember

Posts : 118
Reputation : 50
Language : English

Back to top Go down

In progress Re: Change the reply button to another image?

Post by Nera. August 6th 2011, 11:53 am

Code:
form#quick_reply textarea#text_editor_textarea {
    background-image: url("http://i38.tinypic.com/2gucf9e.jpg");
}

Add it to CSS.
http://i.imm.io/7HkP.png
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Change the reply button to another image?

Post by Pivotphone August 6th 2011, 12:58 pm

it works but not the way I would like

is there anyway to make it not repeat?
avatar
Pivotphone
Forumember

Posts : 204
Reputation : 3
Language : english

http://www.creative-node.com

Back to top Go down

In progress Re: Change the reply button to another image?

Post by LH Justin August 6th 2011, 1:59 pm

Pivotphone wrote:it works but not the way I would like

is there anyway to make it not repeat?
Yep.

Code:
form#quick_reply textarea#text_editor_textarea {
    background-image: url("http://i38.tinypic.com/2gucf9e.jpg");
    background-repeat: no-repeat;
}
LH Justin
LH Justin
Hyperactive

Male Posts : 3686
Reputation : 121
Language : English
Location : United States

Back to top Go down

Back to top

- Similar topics

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