CSS Stylesheet name/code Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    CSS Stylesheet name/code

    iza326
    iza326
    Forumember


    Female Posts : 87
    Reputation : 3
    Language : English

    Solved CSS Stylesheet name/code

    Post by iza326 December 3rd 2008, 5:42 am

    Can please somebody help me to figure out & tell me whats the name of the red circle one in the image below in the CSS Stylesheet of INVISION version???

    CSS Stylesheet name/code Test10


    Last edited by iza326 on December 6th 2008, 4:35 am; edited 1 time in total
    iza326
    iza326
    Forumember


    Female Posts : 87
    Reputation : 3
    Language : English

    Solved Re: CSS Stylesheet name/code

    Post by iza326 December 4th 2008, 7:42 am

    bump... Sad
    Gunhack X
    Gunhack X
    Forumember


    Male Posts : 479
    Reputation : 14
    Language : English, Español
    Location : USA

    Solved Re: CSS Stylesheet name/code

    Post by Gunhack X December 4th 2008, 6:29 pm

    Here it is:

    Code:
    .popmenubutton a {
       display: block;
       padding: 2px 16px 2px 8px;
       background-image: url('http://2img.net/i/fa/invision/menu_action_down.gif');
       background-position: 97% 50%;
       background-repeat: no-repeat;
       font-size: 11px;
       font-weight: bold;
       text-align: center;
       white-space: nowrap;
       text-decoration: none;
       }
    iza326
    iza326
    Forumember


    Female Posts : 87
    Reputation : 3
    Language : English

    Solved Re: CSS Stylesheet name/code

    Post by iza326 December 5th 2008, 5:35 am

    Gunhack X wrote:Here it is:

    Code:
    .popmenubutton a {
       display: block;
       padding: 2px 16px 2px 8px;
       background-image: url('http://2img.net/i/fa/invision/menu_action_down.gif');
       background-position: 97% 50%;
       background-repeat: no-repeat;
       font-size: 11px;
       font-weight: bold;
       text-align: center;
       white-space: nowrap;
       text-decoration: none;
       }

    sorry but its not the pop menu button
    id try but it doesnt change Sad
    Gunhack X
    Gunhack X
    Forumember


    Male Posts : 479
    Reputation : 14
    Language : English, Español
    Location : USA

    Solved Re: CSS Stylesheet name/code

    Post by Gunhack X December 5th 2008, 6:44 am

    Remember that you need to put !important; tag at the end of each line that you modified, so this will overwrite the existing one.

    For example after you change the background you will need to add this tag at the end

    .popmenubutton a {
    display: block;
    padding: 2px 16px 2px 8px;
    background-image: url('https://2img.net/i/fa/invision/user.gif') !important;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    }

    BEST REGARDS
    GUNHACK X


    Last edited by Gunhack X on December 5th 2008, 5:45 pm; edited 2 times in total
    jaebaeli
    jaebaeli
    Forumember


    Female Posts : 169
    Reputation : 0
    Language : english
    Location : Denver

    Solved Re: CSS Stylesheet name/code

    Post by jaebaeli December 5th 2008, 3:03 pm

    Is this a code that can be used in personalized profile to create a drop down list with multiple choices available?

    I've been trying to figure out how to make the code work in that panel--it keeps showing the code text, rather than the list box. For reference, see one of my Other threads about this here

    I can't begin to promote my site until this is solved and no one seems to know how to make this happen.

    I just need to know why the codes for element lists/list boxes won't show up in the profile as anything other than TEXT. In the profile, it shows the code, not the list box.
    Gunhack X
    Gunhack X
    Forumember


    Male Posts : 479
    Reputation : 14
    Language : English, Español
    Location : USA

    Solved Re: CSS Stylesheet name/code

    Post by Gunhack X December 5th 2008, 4:55 pm

    Did you Google It?
    jaebaeli
    jaebaeli
    Forumember


    Female Posts : 169
    Reputation : 0
    Language : english
    Location : Denver

    Solved Re: CSS Stylesheet name/code

    Post by jaebaeli December 5th 2008, 4:58 pm

    Yes, I have Googled it for many days now...finding the code isn't the problem..the problem is, no matter what code i use in that enriched text content box, it DOESN'T work--all that shows is the text of the code (in profile). It seems to work in the admin panel, after saving it, but when i look in the profile, it's always just a box with that code text in it.
    iza326
    iza326
    Forumember


    Female Posts : 87
    Reputation : 3
    Language : English

    Solved Re: CSS Stylesheet name/code

    Post by iza326 December 6th 2008, 4:34 am

    Gunhack X wrote:Remember that you need to put !important; tag at the end of each line that you modified, so this will overwrite the existing one.

    BEST REGARDS
    GUNHACK X

    THANK YOU GUNHACK
    it works :wouhou:
    CSS Stylesheet name/code X11
    Nessa
    Nessa
    Energetic


    Female Posts : 6203
    Reputation : 128
    Language : English

    Solved Re: CSS Stylesheet name/code

    Post by Nessa December 6th 2008, 12:51 pm

    Since this problem appears to be resolved, I will lock this topic now.


    => Locked