I have some drop down menus which I make appear and dissapear relative to images using popup and popdown.
I updated to the latest version of the code and now find that the top and left offset properties do not now allow me to fine tune their positions (previously this was possible).
David Woakes
Latest code ignore left and top menu props
Re: Latest code ignore left and top menu props
I worked out the answer to this minutes after posting...
whereas you could previously do:
top=4;
you now need to do:
top="offset=4";
David
whereas you could previously do:
top=4;
you now need to do:
top="offset=4";
David
Re: Latest code ignore left and top menu props
Thanks for posting the fix, David. We really appreciate it 
Ruth

Ruth