I like this script and it does exactly what I want in providing me with a good size flyout menu triggered from a graphic image.
The only downside I can find is that I can't position it anywhere except directly under the trigger graphic. I want to position the flyout ABOVE my trigger graphic.
The CSS position is ABSOLUTE. If I change this to FIXED or RELATIVE the script doesn't work at all
I'm wondering why, if the position is ABSOLUTE, are there selectors for left and top in the sample CSS file? Changing them makes not a jot of difference!
Anyone know how to position my flyout somewhere other than directly under the trigger item?
Hugh
The only downside I can find is that I can't position it anywhere except directly under the trigger graphic. I want to position the flyout ABOVE my trigger graphic.
The CSS position is ABSOLUTE. If I change this to FIXED or RELATIVE the script doesn't work at all

I'm wondering why, if the position is ABSOLUTE, are there selectors for left and top in the sample CSS file? Changing them makes not a jot of difference!
Anyone know how to position my flyout somewhere other than directly under the trigger item?
Hugh
Comment