Hi,
My problem is that when I use .effect() to gradually change the height and width of a div, the border of that div also grows. Here is a code snippet:
$("#info_box").effect( "size", {to: { width: 800, height: 600 }, origin:['bottom','right']}, 1000);
Has anyone run into this? Any suggestions?
Thanks!!!