Thanks to add this css (or modify the HTML with dir=LTR on table) in future versions for compatibilty with RTL languages :
To correct the order of the cells in the shadow and the caption.
#ZoomCapDiv table, #ShadowBox table{
direction: ltr;
}
Thanks to add this css (or modify the HTML with dir=LTR on table) in future versions for compatibilty with RTL languages :
To correct the order of the cells in the shadow and the caption.
#ZoomCapDiv table, #ShadowBox table{
direction: ltr;
}
Comments
Comment #1
thinkyhead commentedAdded both the dir attribute and the direction style to the latest FancyZoom Javascript tarball. Get it from http://www.thinkyhead.com/design/fancyzoom and give it a try.