View Single Post
Unread 08-28-2007, 03:19 AM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #7  
Default

This isn't tested, but you might try some external CSS to get the menu to stay put...

Something like...

Code:
ul#udm {
position:fixed !important;
}
of course, no guarantees that would work cross browser. But it might be worth a shot.
Reply With Quote