southbeach
Programmer
Still struggling with fancybox and looking for a work around. At this point, I am attempting to change the height property of a layer using
I do not get any visible errors but yet, the layer remains intact and does not resize ... what can I possibly be doing wrong?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Code:
function resizefancy(newheight) {
[indent]$(".fancybox-inner").attr({ height: newheight });[/indent]
}
I do not get any visible errors but yet, the layer remains intact and does not resize ... what can I possibly be doing wrong?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.