Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Mar 2010
    Posts
    63
    Tokens
    0

    Default

    Code:
    #bottombar {
    height: 30px;
    width: 100%;
    position: fixed;
    bottom: -1px;
    color: #000000;
    }
    
    #topbar {
    height: 30px;
    width: 100%;
    position: fixed;
    margin: auto auto;
    color: #000000;
    }

  2. #12
    Join Date
    Jan 2007
    Location
    Wales
    Posts
    2,432
    Tokens
    141

    Latest Awards:

    Default

    Quote Originally Posted by DannLea View Post
    Well.. Did you ever consider looking at his source for help?

    I am in no way telling you to copy his HTML completely, but it can get you started on what you need.

    He has this as his HTML for the box [Floating at the bottom]



    And here is the CSS of his page:



    So take a look at this, and see what it has to offer, to be honest I didn't even look at it, I just want to try and help you out. Now remember, you're not going to learn a thing by just copying his stuff, so just look at it and try and see where your code is wrong at.

    Good luck, hopefully I've helped and not made the matter worse

    Thanks,
    Dan
    Thanks for the help, I've already looked at his coding, yet I still can't seem to get it to work, it's strange. It seems I have to change it to position: absolute; for it to work in Internet Explorer, but then it won't work in any other browser! Damn I hate Internet Explorer, it sucks.

    Quote Originally Posted by Cyklops View Post
    Code:
    #bottombar {
    height: 30px;
    width: 100%;
    position: fixed;
    bottom: -1px;
    color: #000000;
    }
    
    #topbar {
    height: 30px;
    width: 100%;
    position: fixed;
    margin: auto auto;
    color: #000000;
    }
    Hey, thank you for your help, however, this still did not work. Thank you anyway though!

    +Rep to you both.
    Free Online Games And Videos:
    http://www.vincesgames.com



  3. #13
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    make two style sheets one for ie , one for every other browser then in the ie one do the absolute position

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  4. #14
    Join Date
    Jan 2007
    Location
    Wales
    Posts
    2,432
    Tokens
    141

    Latest Awards:

    Default

    Quote Originally Posted by Colin-Roberts View Post
    make two style sheets one for ie , one for every other browser then in the ie one do the absolute position
    Hey, I like that idea, but wouldn't that mean if I change one stylesheet, I'd have to change the other too?
    Free Online Games And Videos:
    http://www.vincesgames.com



  5. #15
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    His solution is not just the CSS on the div you want the content in, it also relies on some other spacer divs.

    Quote Originally Posted by ThisNameWillDo! View Post
    Thanks for the help, I've already looked at his coding, yet I still can't seem to get it to work, it's strange. It seems I have to change it to position: absolute; for it to work in Internet Explorer, but then it won't work in any other browser! Damn I hate Internet Explorer, it sucks.



    Hey, thank you for your help, however, this still did not work. Thank you anyway though!

    +Rep to you both.

  6. #16
    Join Date
    Mar 2010
    Posts
    63
    Tokens
    0

    Default

    #bottombar {
    position: fixed;
    width: 100%;
    height: 36px;
    float: left;
    padding-top: 7px;
    margin: 0;
    }

  7. #17
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    ye you would have to change both, or make a global one and 2 secondary ones for just that element

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  8. #18
    Join Date
    Jan 2007
    Location
    Wales
    Posts
    2,432
    Tokens
    141

    Latest Awards:

    Default

    Quote Originally Posted by Tomm View Post
    His solution is not just the CSS on the div you want the content in, it also relies on some other spacer divs.
    #bottombar {
    height: 30px;
    width: 99%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #000000;
    }

    #bottombar .barmenu {
    height: 30px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    background-color: #EEEEEE;
    border: #666666 solid 1px;
    color: #000000;
    }

    This is what I have for the bottom bar, I've tried changing everything, nothing seems to be working.

    Quote Originally Posted by Cyklops View Post
    #bottombar {
    position: fixed;
    width: 100%;
    height: 36px;
    float: left;
    padding-top: 7px;
    margin: 0;
    }
    Still didn't work, but thanks for attempting again.
    Free Online Games And Videos:
    http://www.vincesgames.com



  9. #19
    Join Date
    Mar 2010
    Posts
    63
    Tokens
    0

    Default

    #bottombar {
    height: 30px;
    width: 99%;
    position: fixed;
    bottom: -1px;
    left: 0px;
    color: #000000;
    }

    #bottombar .barmenu {
    height: 30px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    background-color: #EEEEEE;
    border: #666666 solid 1px;
    color: #000000;
    }
    Regards,
    Liam - Liv3wire.com Co-Founder.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •