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.

icon wont change sceditor-button-messages div

3 posters

Go down

Solved icon wont change sceditor-button-messages div

Post by Michael_vx Thu 9 Jul - 23:06

reminder of the main topic
https://help.forumotion.com/t141539-is-that-possible-simple-menu-with-quick-replys
i thought its a 100% solved but i missed a little small thing
Code:
.sceditor-button-messages div {
  background-image:url('IMAGE');
}
i used an image which is should be like this
icon wont change sceditor-button-messages div User

Code:
.sceditor-button-messages div {
  background-image:url('http://cse.buet.ac.bd/images/bullets/user.png');
}

but still showing the default icon that is the youtube icon
What the fuck ?!?


Last edited by Michael_vx on Fri 10 Jul - 18:18; edited 1 time in total
Michael_vx
Michael_vx
Forumember

Male Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt

Back to top Go down

Solved Re: icon wont change sceditor-button-messages div

Post by SLGray Fri 10 Jul - 1:57

Clear your browser's cache and history.


icon wont change sceditor-button-messages div 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 : 51498
Reputation : 3523
Language : English
Location : United States

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

Back to top Go down

Solved Re: icon wont change sceditor-button-messages div

Post by Michael_vx Fri 10 Jul - 2:27

for real What the fuck ?!?
will
i did that just now but still nothing changed
i feel its something not right in the CSS code
all cleaned by C cleaner app
Michael_vx
Michael_vx
Forumember

Male Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt

Back to top Go down

Solved Re: icon wont change sceditor-button-messages div

Post by SLGray Fri 10 Jul - 2:43

Please post a link to a topic that guests can see and reply to.


icon wont change sceditor-button-messages div 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 : 51498
Reputation : 3523
Language : English
Location : United States

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

Back to top Go down

Solved Re: icon wont change sceditor-button-messages div

Post by Michael_vx Fri 10 Jul - 2:45

this should do it
http://micsoft-test.forummotion.com/t30-topic
this where i test the code
Michael_vx
Michael_vx
Forumember

Male Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt

Back to top Go down

Solved Re: icon wont change sceditor-button-messages div

Post by Ange Tuteur Fri 10 Jul - 11:40

Hi @Michael_vx,

I forgot to add the !important flag to the end of the property which overrides the default image map. Also, the button images should be around 16x16.
Code:
.sceditor-button-messages div {
  background-image:url('http://cse.buet.ac.bd/images/bullets/user.png');
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: icon wont change sceditor-button-messages div

Post by Michael_vx Fri 10 Jul - 18:17

Code:
.sceditor-button-messages div {
  background-image:url('http://www.dbvis.com/doc/profile/images/icons/Users.png')!important;
}

Solved Smile
i did not think about that i thought the CSS was wrong sorry for that
Rolling Eyes
Michael_vx
Michael_vx
Forumember

Male Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt

Back to top Go down

Solved Re: icon wont change sceditor-button-messages div

Post by Ange Tuteur Fri 10 Jul - 19:03

No problem. Wink

Topic archived

Have a nice day. Smile
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

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