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 something is  
only going to appear once (like global nav) I would make it an id  
rather than a class.

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to