For the later, try and comment out the below line inside the .js file:
Code:
//menuleft=(header._offsets.left+menuleft+header._dimensions.subulw>$(window).width())? (header.istopheader && setting.orientation!='v'? -header._dimensions.subulw+header._dimensions.w : -header._dimensions.w) : menuleft //calculate this sub menu's offsets from its parent
For the former, how do you define "on"? If you mean have the menu item that corresponds to the current page be highlighted automatically, the issue is not so much how to highlight the menu item as it is how to detect which menu item corresponds to the current page. The later is more tricky, and depends on a few factors such as the structure of your URLs.
Bookmarks