Forums

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

Home Forums CSS need help to fix city image to bottom on any resolution

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

    Hi
    I need to help to solve issue to fix city image in bottom to any resolution.

    In Body I put background image. with below css.

    body {
    background: url(“/images/new_body_bg.png”) repeat-x scroll left top transparent;
    color: #696A6A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    }

    In footer wrapper I Put city backgrount image with below css
    .splashwrapper_footer {
    background: url(“/images/splashfooter1_wrapperBg.png”) no-repeat fixed center bottom transparent;
    margin: 0 auto;
    padding-bottom: 246px;
    width: 100%;
    }

    And then i make footer div that i put out of all wrapper with below css.
    #spalsh_footer {
    background: url(“/images/splash1_footerbg.png”) no-repeat scroll center bottom transparent;
    bottom: 0;
    color: #7F7F7F;
    font-size: 11px;
    font-weight: normal;
    height: 246px;
    left: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    }

    its working properly but wen im going to pres Ctrl+- then image of city not seen???/

    How to i Fix this issue Please help!

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