From: shawn a <[EMAIL PROTECTED]>

> Page in question: 
> http://proto.kudos.goldenware.com/a/American_Airlines.html
> style sheet: http://proto.kudos.goldenware.com/i/t.css

>> Yes, very odd: the links work in Firefox (w2k & linux), Mozilla (w2k)
>> and IE6 (w2k); the links do not work in IE5 (w2k), Opera (w2k &
>> linux).

>Yes i am highly stumped as to why that is. This is definatly not a good thing.

Sent by Philippe Wittenbergh on 16 June 2005 04:04

That problem is mentioned here
<http://www.456bereastreet.com/lab/float_negative_margins/>

Note that the solution given on the page Philippe referred you to (for the 
Safari issue) will also solve the problem for IE5/Win. Adding a z-index to the 
same selector solved the Opera problem on my machine, WinXP.

.n ul {
position: relative;
z-index: 1;
}

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to