Drupal : put Admin_menu at the bottom of your page


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* horizontal menu */
  2. #admin-menu { position: fixed; top:auto; bottom: 0px; }
  3.  
  4. /* second-level list */
  5. #admin-menu li ul {bottom:21px;}
  6.  
  7. /* third-level list */
  8. #admin-menu li ul li {position:relative;}
  9. #admin-menu li ul li ul {bottom:auto;position:absolute;bottom:0;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.