Hi tomwis,
I have the answer for you. In the flexdropdown.js file, comment out the following lines. There are two lines that check for the bottom of the window. I commented them out and it works wonderfully!
Code:
//y=(y+$ul.data('dimensions').h > docbottomedge)? y-(anchorsetting.useroffsets[1]*2)-$ul.data('dimensions').h-$anchor.outerHeight()+(anchorsetting.dir=="h"? ($anchor.outerHeight()*2) : 0) : y
//y=(parentlioffset.top+$ul.data('dimensions').h > docbottomedge)? y-$ul.data('dimensions').h+$ul.data('dimensions').parentlih : y
-Karin
Bookmarks