:28 PM, wrote:
> So, what fixed it???
>
> - Original Message - From: "Joe Jackson" >
> To:
> Sent: Tuesday, March 30, 2010 8:19 AM
> Subject: Re: [css-d] Problems with IE6 - update
>
>
>
> Sorry all, its working now
>&
So, what fixed it???
- Original Message -
From: "Joe Jackson"
To:
Sent: Tuesday, March 30, 2010 8:19 AM
Subject: Re: [css-d] Problems with IE6 - update
> Sorry all, its working now
>
> Thanks for all your hel
Sorry all, its working now
Thanks for all your help! much appreciated
On Tue, Mar 30, 2010 at 4:09 PM, Joe Jackson wrote:
> Hi
>
> I have just tried the following which is working in IE8 but in IE6 the drop
> down menu is still showing behind the main image?
>
> /*end global nav*/
> /* for IE5.5
Hi
I have just tried the following which is working in IE8 but in IE6 the drop
down menu is still showing behind the main image?
/*end global nav*/
/* for IE5.5 and IE6 only */
#globalnav {
position: relative;
z-index: 2;
}
.home-main-text-wrapper {
z-index: 1;
}
/**
Thanks Guys
I have used
.globalnav {
position: relative;
z-index: 1;
}
however this is now putting the menu behing the main image on IE8 etc when
it was previously only occuring on IE6?
Anything else that I would need to do, does it need to go in an IE6 only
stylesheet? If so what is th
On 30/03/2010, at 3:06 PM, David Hucklesby wrote:
>>
>>
>> #globalnav {
>> position: relative;
>> z-index: 2;
>> }
>>
>
> Tim beat me to it. But this alone will do it:
>
> .globalnav {
>position: relative;
>z-index: 1;
> }
And I misidentified 'globalnav' as an id too. FWIW if so
On 3/29/10 6:54 PM, Tim Snadden wrote:
> On 30/03/2010, at 11:27 AM, Joe Jackson wrote:
>
>> Hi
>>
>> Does anybody have any solutions on how to get around the following
>> problem
>> when viewing the following page in IE6
>>
>> http://www.ian.thfctalk.com/ccosmetic/index.php
>>
>> The dropdown menu
On 30/03/2010, at 11:27 AM, Joe Jackson wrote:
> Hi
>
> Does anybody have any solutions on how to get around the following
> problem
> when viewing the following page in IE6
>
> http://www.ian.thfctalk.com/ccosmetic/index.php
>
> The dropdown menu displays behind the main images on the homepage?
Hi
Does anybody have any solutions on how to get around the following problem
when viewing the following page in IE6
http://www.ian.thfctalk.com/ccosmetic/index.php
The dropdown menu displays behind the main images on the homepage? On IE8,
Firefox, Chrome etc it works fine - it's just IE6 that