Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lafra002 Friend
    #162260

    Hi all,

    I’m having a ‘problem’ with one of my sites. I use JA Fagus on Joomla 1.5.22. Site is http://www.ssrr.nl/index.php

    I would like to put an advertise banner on the right of de ‘main’ column. However, I can’t get it fixed, when I narrow my screen in the horizontal direction, it just overlaps the main column.
    What I would like (ideally) is to get an horizontal scroll bar in the browser, and that my banner isn’t pushed over the site main contents.

    Screenshots attached.

    The div I used is:

    <div style= "left: 90%; position: absolute; top: 400px;"> **script** </div>

    Any ideas?

    Thanks in advance!


    1. 2
    2. 1
    Ninja Lead Moderator
    #384540

    <blockquote>What I would like (ideally) is to get an horizontal scroll bar in the browser, and that my banner isn’t pushed over the site main contents. </blockquote>
    open template.css:
    change this:

    body#bd {
    background: url("../images/body-bg.jpg") repeat-x scroll center top #464646;
    color: #EFEFEF;
    padding: 0;
    }

    to:

    body#bd {
    background: url("../images/body-bg.jpg") repeat-x scroll center top #464646;
    color: #EFEFEF;
    padding: 0;
    position: relative;
    min-width: 1150px;
    }

    that would help.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 13 years ago.

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