It would be nice to have the menu show at the top of the page no matter where you are vertically.

Comments

sym’s picture

I agree. I normally add this to my theme:

#simplemenu {
  position:fixed;
}

However I don't think this works for IE (http://www.quirksmode.org/css/position.html).

I'm happy to patch all the theme files to add this, but I think it needs a setting and some javascript to make it work in IE first.

zroger’s picture

Status: Active » Closed (won't fix)

This is something that is pretty easily done with CSS and often requested. The standard answer is that this is something that can and should be done in the theme's css.

If you want to see this get into the module, create a new simplemenu theme that does it.

AntiNSA’s picture

It would be real nice if you could share your great wisdom to have the menu remain insight at the top of the page even when you scroll down and give us step by step instructions how to do this...

Id appreciate it.

Using garland theme.