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;
}