uofmpike
24 Jan 2007, 10:00 AM
I'm using Resizable on a number of dynamically created DIVs. I'm using the following config parameters:
handles: 'e',
width: 300,
height: 'auto',
maxWidth: 500,
minWidth:100,
minHeight:50,
pinned: 'true',
dynamic:true
Everything seems to work properly in Firefox but in IE6 the drag handle is only as big as the line-height specified in .yresizable-handle (6px) except while I perform a drag. During a drag it goes to the full height of the div. It seems to work fine (show as the full height) when I specifiy a height value but when height: is 'auto' then it reduced to line-height.
Has anyone else run into this?
handles: 'e',
width: 300,
height: 'auto',
maxWidth: 500,
minWidth:100,
minHeight:50,
pinned: 'true',
dynamic:true
Everything seems to work properly in Firefox but in IE6 the drag handle is only as big as the line-height specified in .yresizable-handle (6px) except while I perform a drag. During a drag it goes to the full height of the div. It seems to work fine (show as the full height) when I specifiy a height value but when height: is 'auto' then it reduced to line-height.
Has anyone else run into this?