icon wont change sceditor-button-messages div
3 posters
Page 1 of 1
icon wont change sceditor-button-messages div
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
but still showing the default icon that is the youtube icon
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');
}
- 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
Last edited by Michael_vx on July 10th 2015, 5:18 pm; edited 1 time in total
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: icon wont change sceditor-button-messages div
Clear your browser's cache and history.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: icon wont change sceditor-button-messages div
for real
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
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- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: icon wont change sceditor-button-messages div
Please post a link to a topic that guests can see and reply to.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: icon wont change sceditor-button-messages div
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.
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');
}
Re: icon wont change sceditor-button-messages div
- Code:
.sceditor-button-messages div {
background-image:url('http://www.dbvis.com/doc/profile/images/icons/Users.png')!important;
}
Solved
i did not think about that i thought the CSS was wrong sorry for that
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Similar topics
» SCEditor button icon change
» Icon in SCEditor
» My Own Apple Touch Icon wont' show, only generic one
» i want to add more sizes in the size button in sceditor
» How to add this in sceditor button
» Icon in SCEditor
» My Own Apple Touch Icon wont' show, only generic one
» i want to add more sizes in the size button in sceditor
» How to add this in sceditor button
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum