Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Full screen background — How to remove scrolling bars?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37411
    ArcticPenguin
    Participant

    How can I disable the scrolling bars on the main page, and remove the horizontal scrolling bars on the inner websites?

    http://www-etud.iro.umontreal.ca/~duryjean/cna/selection.htm

    HTML



    CNA
















     










    Vertical Liens

































    Bg-home




    CSS :

    #backgroundImage table, #backgroundImage td {
    height: 100%;
    overflow: hidden;
    width: 100%
    }

    #backgroundImage div {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
    z-index: -200;

    }

    #backgroundImage td {
    text-align: center;
    vertical-align: middle

    }

    #backgroundImage img {
    margin: 0 auto;
    min-height: 50%;
    min-width: 50%

    #100245
    ArcticPenguin
    Participant

    Works perfectly! Thanks a ton guys!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.