/ Published in: CSS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/* horizontal menu */
#admin-menu { position: fixed; top:auto; bottom: 0px; }
/* second-level list */
#admin-menu li ul {bottom:21px;}
/* third-level list */
#admin-menu li ul li {position:relative;}
#admin-menu li ul li ul {bottom:auto;position:absolute;bottom:0;}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                