Profile
Achievement
    
                chrisdpratt's Recent SnippetsTagged navigation
- All /
 
 « Prev 1 Next »
Dropdown navigation is fairly inaccessible as it depends on hover events in 99.9% of cases. Tabbing through the navigation with the keyboard fails to reveal the dropdowns leaving those navigation items virtually inaccessible. Worse, each of the hidde...
        
        
        
            0 
        
        
            2573 
        
                    posted 15 years ago by chrisdpratt
            To make the menu work in IE6 (which doesn't support the :hover pseudo element on anything but links and tables), the IE6-specific CSS calls on [Whatever:hover][whatever]. If using [Dean Edwards' IE7-js][IE7-js], this is unnecessary as his script fixe...
        
        
        
            4 
        
        
            1553 
        
                    posted 16 years ago by chrisdpratt