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.
The forum of the forums
3 posters

    icon wont change sceditor-button-messages div

    Michael_vx
    Michael_vx
    Forumember


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

    Solved icon wont change sceditor-button-messages div

    Post by Michael_vx July 9th 2015, 10:06 pm

    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 July 10th 2015, 5:18 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray July 10th 2015, 12:57 am

    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.
    Michael_vx
    Michael_vx
    Forumember


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

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

    Post by Michael_vx July 10th 2015, 1:27 am

    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
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray July 10th 2015, 1:43 am

    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.
    Michael_vx
    Michael_vx
    Forumember


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

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

    Post by Michael_vx July 10th 2015, 1:45 am

    this should do it
    http://micsoft-test.forummotion.com/t30-topic
    this where i test the code
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

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

    Post by Ange Tuteur July 10th 2015, 10:40 am

    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');
    }
    Michael_vx
    Michael_vx
    Forumember


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

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

    Post by Michael_vx July 10th 2015, 5:17 pm

    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
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

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

    Post by Ange Tuteur July 10th 2015, 6:03 pm

    No problem. Wink

    Topic archived

    Have a nice day. Smile

      Current date/time is September 22nd 2024, 1:27 pm