box like toolbar 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

    box like toolbar

    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved box like toolbar

    Post by qmars(pkq) August 5th 2014, 9:44 am

    could i have a box top of the every page as like as your toolbar?
    i want to use it for show some text as scrolling go to right
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19333
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: box like toolbar

    Post by Ape August 5th 2014, 12:34 pm

    Not really sure what your asking can you give us a screen shot of this Wink



    box like toolbar Left1212box like toolbar Center11box like toolbar Right112
    box like toolbar Ape_b110
    box like toolbar Ape1010
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: box like toolbar

    Post by qmars(pkq) August 5th 2014, 1:00 pm

    sth like announcements but top of the page replace with toolbar
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: box like toolbar

    Post by Rhino.Freak August 5th 2014, 2:09 pm

    You can make your announcements fixed on top of your page and add any infornation you want in it. Add the following in your CSS
    Code:

    div #fa_ticker_container {
        background: none repeat scroll 0 0 #000000;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: fixed !important;
        top: 0;
        z-index: 3;
    }
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: box like toolbar

    Post by qmars(pkq) August 5th 2014, 2:31 pm

    wow tnx u
    and how can i enlarge it?
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19333
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: box like toolbar

    Post by Ape August 5th 2014, 2:34 pm

    Not sure what you mean
    Want to make more forums on it do you mean ? text size can be made bigger but the box is set to a size that get bigger when you add text to it.



    box like toolbar Left1212box like toolbar Center11box like toolbar Right112
    box like toolbar Ape_b110
    box like toolbar Ape1010
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: box like toolbar

    Post by qmars(pkq) August 5th 2014, 2:49 pm

    when i make font bigger than 24
    its not fix with back ground and back ground is smaller a little
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19333
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: box like toolbar

    Post by Ape August 5th 2014, 2:55 pm

    let me take a look for you Wink



    box like toolbar Left1212box like toolbar Center11box like toolbar Right112
    box like toolbar Ape_b110
    box like toolbar Ape1010
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: box like toolbar

    Post by Rhino.Freak August 5th 2014, 3:14 pm

    Enlarge it?
    Try this :
    Code:
    #fa_ticker_container, #fa_ticker { height:50px !important;  font-size: 18px; }

    Adjust 50 and 18 to whatever you like to. Smile
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: box like toolbar

    Post by qmars(pkq) August 6th 2014, 7:23 am

    Rhino.Freak wrote:Enlarge it?
    Try this :
    Code:
    #fa_ticker_container, #fa_ticker { height:50px !important;  font-size: 18px; }

    Adjust 50 and 18 to whatever you like to. Smile
    tnx
    it works corectly
    and how can i fix it on the bottom of the page?
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: box like toolbar

    Post by Rhino.Freak August 6th 2014, 10:27 am

    Welcome Smile
    And I'm not sure.. But try to replace 'top: 0' with 'bottom: 0'
    qmars(pkq)
    qmars(pkq)
    Forumember


    Posts : 210
    Reputation : 1
    Language : english,persian
    Location : iran

    Solved Re: box like toolbar

    Post by qmars(pkq) August 6th 2014, 10:46 am

    yeah
    tnx u
    its working
    topic solved
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: box like toolbar

    Post by Rhino.Freak August 6th 2014, 11:01 am

    you're welcome Smile
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: box like toolbar

    Post by Base August 6th 2014, 12:48 pm

    Solved => Archived