test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • guap Friend
    #163406

    Hi
    I want to add a wall paper background image and link that background to a different website. Is this possible? Similar to this one website

    If this is possible, how can I do this?

    Please advise. Thanks

    chavan Friend
    #389097

    background is not a problem but linking is not possible.

    To do it you need to create a module position there and do some css code to acieve it.

    This is a Guide for created positions:

    http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs#Creating_new_module_positions

    Once this is done we can assign a Module there and achieve things

    Note: If you Find my Post useful please click on the Thanks Icon

    guap Friend
    #389189

    Thanks.

    I changed the background with 120×600 skyscraper banner but when I drag/resize the browser the banner moves to the center of the page. How can I fix this?

    CSS:

    body#bd {
    color: #333;
    font-size: 12px; /* Base Font */
    line-height: 1.5;
    background-image: url(../images/bg.jpg);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 300px top;
    }

    Phill Moderator
    #389191

    Use something like

    body#bd {
    background: url(../images/bg.jpg) no-repeat top left transparent;
    color: #333;
    margin: 0;
    padding: 0;
    }

    guap Friend
    #389499

    Thanks. How can I make the header/menu into a white background? I could not find the css tag. If I adjust the browser the banner background is visible (see image). Please advise. Thanks


    1. header
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  guap 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum