diff --git a/simplemenu.css b/simplemenu.css index b2c0b420..d18e9d23 100644 --- a/simplemenu.css +++ b/simplemenu.css @@ -14,7 +14,7 @@ background:#eee; border-bottom:1px solid #a3a3a3; font:12px Arial, Helvetica, sans-serif; left:0; -position:fixed; +position:static; top:0; width:100%; } diff --git a/simplemenu.js b/simplemenu.js index 54424f0c..d4f3cfa3 100644 --- a/simplemenu.js +++ b/simplemenu.js @@ -5,7 +5,7 @@ $(document).ready(function() { var basePath = Drupal.settings.menu_bar.basePath; // insert extra
so menu doesn't overlap theme - $('body').prepend('
'); + $('body').prepend(''); // Drupal menu callback $('#menubar').load(basePath + 'menu_bar/menu', function() {