Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • aduff Friend
    #138527

    Hi,

    I am using ja-genista v1.0. Site url is http://www.islandencounters.com.au

    I cannot get the footer content (Copyright Notice and an acknowledgement) to display in the footer when using IE6.

    All other browsers are okay (FF, Konqueror, Opera, SeaMonkey – even IEv7 & IEv8) – but not IE6.

    The ‘othermenu’ appears in the footer okay, but not the Copyright Notice.

    I have adjusted my css code (see below) several times.

    I can get the other browsers not to show the Copyright Notice by changing “display: block; ” to “display: none”

    The interesting thing is, if you move your cursor over where the text should be in IE6, you can locate the links (two of them).

    Any help would be appreciated.

    aduff,
    tas au

    CSS code:

    #ja-footer {
    clear: both;
    padding: 20px;
    background-color: #FFFFFF; /* MOD */
    /*background: url(../images/hdot.gif) repeat-x top left #fff;*/ /* MOD */
    position: relative;
    color: #999999; /* MOD */
    }

    #ja-footer small, #ja-footer address {
    padding: 0;
    float: left;
    display: block;
    color: #999999;
    font-style: normal;
    }

    Anonymous Moderator
    #293338

    Hi,

    Please change this code block:


    #ja-footer small, #ja-footer address {
    padding: 0;
    float: left;
    display: block;
    color: #999999;
    font-style: normal;
    }

    to

    #ja-footer small, #ja-footer address {
    padding: 0;
    display: block;
    color: #999999;
    font-style: normal;
    }

    Hope it helps.

    aduff Friend
    #293355

    Thanks muchly – your solution was spot on.
    aduff
    tas au:D

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

This topic contains 3 replies, has 2 voices, and was last updated by  aduff 15 years, 7 months ago.

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