bring back fixed position menu, but fix it from overlapping the theme

This commit is contained in:
Ted Serbinski
2007-01-30 04:57:20 +00:00
parent 831fbf4e0f
commit a5022b38fc
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ $(document).ready(function() {
// insert extra <br /> so menu doesn't overlap theme
$('<ul id="simplemenu" class="clear-block"></ul>').prependTo('body');
$('body').css('margin-top', '23px');
// Drupal menu callback
$('#simplemenu').load(basePath + 'simplemenu/menu', function() {