Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • perdu Friend
    #123994

    Hi,
    Is there any reason (i.e. for different browser types) why the height is there? Or is it safe to remove the height.

    I have a module position at the bottom and the height value is causing everything to drop down by 400px unless there is sufficient content published to use up the height.

    #ja-content div.innerpad {
    clear: both;
    margin: 0;
    padding: 1em;
    display: block;
    height: 400px;
    }

    html>body #ja-content div.innerpad {
    height: auto;
    min-height: 400px;
    }

    Hieu Nguyen Admin
    #233622

    The height which defined there is for keeping the consistence of the layout, but I think it’s safe to remove it if you want to.

    Please change:


    #ja-content div.innerpad {
    clear: both;
    margin: 0;
    padding: 1em;
    display: block;
    height: 400px;
    }

    html>body #ja-content div.innerpad {
    height: auto;
    min-height: 400px;
    }

    to:

    #ja-content div.innerpad {
    clear: both;
    margin: 0;
    padding: 1em;
    display: block;
    }

    perdu Friend
    #233624

    Thanks 🙂 did that already and it was ok in IE & FF, was just worried in case it was there for other browsers.

    Hieu Nguyen Admin
    #233625

    The second part html>body #ja-content div.innerpad is for other browser except IE6. You can be sure there’ll be no problems for browser’s compatibility. Glad that you made it, friend! 😎

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

This topic contains 4 replies, has 2 voices, and was last updated by  Hieu Nguyen 16 years, 11 months ago.

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