Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fabs Friend
    #123594

    Hi all!
    I hope someone can help me on this one.

    I use google adsense module in the right column as a tower. In FF everything displays correctly but in IE7 the left border of the module disappears from time to time somehow… I have no idea what is happening…
    I would be very happy if some team member who I gave the login already could have a look at http://www.deutsche-in-spanien.net

    Thanks a lot
    Fabs

    fabs Friend
    #232172

    This is the corresponding css:


    /* MODULE
    --------------------------------------------------------- */
    div.module h3 {
    margin: 0 0 5px;
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
    }

    div.module {
    margin-bottom: 8px;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    background: url(../images/box-br.gif) no-repeat bottom right;
    }

    div.module div {
    padding: 0;
    background: url(../images/box-bl.gif) no-repeat bottom left;
    }

    div.module div div {
    padding: 0;
    background: url(../images/box-tr.png) no-repeat top right;
    }

    div.module div div div {
    padding: 4px 15px 15px;
    background: url(../images/box-tl.png) no-repeat top left;
    }

    div.module div div div div {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background: none;
    }

    The right border always appeared in IE7 with google adsense module
    th code affecting the left border is:


    div.module div {
    padding: 0;
    background: url(../images/box-bl.gif) no-repeat bottom left;
    }

    the problem seems strange… if I add a float value to that part of the css for left border everything works correctly on the right column. but then the left column of the template gets messed up of course.

    So how would I change that part of css so that everything is displayed correctly in IE7 even with google adesene module. or better: what is the problem with adsense module and antares module borders?
    Thanks
    fabs

    kashxo Friend
    #232513

    This problems has been solved after I chat with fabs
    So I post it here for anyone got the same issue:
    Issue: Border disappear in Internet Explorer 7 when put Google AdSense in a module position box.
    Solution: Open the template_css.css file in you template folder:
    Find the line: div.module div div { (remember 2 divs) and add this line to it: overflow: hidden;
    This will remove the overlaping white space on the border.

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

This topic contains 3 replies, has 2 voices, and was last updated by  kashxo 17 years ago.

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