position fixed 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.
2 posters

    position fixed

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved position fixed

    Post by TheCrow Mon 9 Dec - 15:10

    hello..

    i made this in my forum
    position fixed Sa0w
    and i want it to be steady at the left bottom corner of my forum.

    i have it in the overall_footer_end
    and i have in the Css this:
    Code:
    .kalaxristougenna {
      color:white;
      font-weight:bold;
      font-family:Trebuchet MS;
      font-size:14px;
    position:absolute;
         margin:0px 0px 0px 0px;
      background:#7c0000;
      border: 3px solid #7c0000;
      border-radius: 6px;
      box-shadow: 0 0 5px #7c0000;
      text-align:center;
    }


    how can i make it to be steady and not shown only to the bottom? I want it to be always there anywhere you go!


    Last edited by Marios94 on Mon 9 Dec - 15:33; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: position fixed

    Post by Ange Tuteur Mon 9 Dec - 15:20

    Hello Marios94,

    Try this :
    Code:
    .kalaxristougenna {
      color:white;
      font-weight:bold;
      font-family:Trebuchet MS;
      font-size:14px;
      position:fixed;
      bottom:0;
      left:0;
      margin:0px;
      background:#7c0000;
      border: 3px solid #7c0000;
      border-radius: 6px;
      box-shadow: 0 0 5px #7c0000;
      text-align:center;
    }
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: position fixed

    Post by TheCrow Mon 9 Dec - 15:29

    Υοu are one of a kind!!!  I love you 
    Solved!



    position fixed Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: position fixed

    Post by Ange Tuteur Mon 9 Dec - 15:34

    You're welcome I love you

    Topic solved and archived