Forums

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

Home Forums CSS CSS trouble

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #37214
    kloy
    Member

    I recently made a change to the image rotator on this site.
    The nameplate (which appears on the other pages), has fallen to the bottom of the home page.
    I have increased the size of the black box on the home page, but am not sure how to get the nameplate back into place. Here is the relevant CSS…

    Thanks, Kam

    http://www.michaelmcdonalddesigns.com/



    #homebox {
    height: 550px;
    width: 650px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
    margin-left: 175px;
    position: absolute;
    background-color:#000;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom right-radius: 0px;
    z-index:100;
    }

    .name {
    height: 77px;
    margin-top: 550px;
    margin-left: 175px;
    position:relative;
    z-index: 200;
    }

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