Z-index bug with IE6.. can't seem to figure this one out
        Posted  
        
            by 
                Trip
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Trip
        
        
        
        Published on 2010-12-27T22:48:36Z
        Indexed on 
            2010/12/27
            22:54 UTC
        
        
        Read the original article
        Hit count: 211
        
I am working on this gorgeous header here at : http://kayaskitchenbelmar.com/test/header.html
Unfortunately, in IE6, the drop downs that come off of the Print and View buttons collapse on to a new line.
This is because of the common z-index bug. I tried resolving this by making the parent div have a higher z-index and position relative with its child a lower z-index and position absolute, but that didn't seem to work.
Possibly I'm missing something obvious?
Thanks so much
© Stack Overflow or respective owner