It might require some JS, but this could also be a feature that can be
enabled when instantiating the superfish menu (i.e. $
(document).ready(function() { $('ul.sf-menu').superfish({ in
here }); });) I don't know jQuery well enough however to know if there
is a way to get it to reverse top with bottom and left with right if
the drop down hits the edge of the window. This would be, logically,
where I would expect the change needs to be made. Let us know what
happens with this.~Aaron On Sep 23, 9:14 am, tsnj <[EMAIL PROTECTED]> wrote: > Thanks, but this was unsuccessful. I'm thinking that to include > logic, this type of function would have to be javascript, yes? > > On Sep 22, 9:27 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > > > Try changing the CSS where it sets the 'top' property on hover, to 'bottom'. > > > Joel Birch.

