max height 2048 px?

I am creating a form that I am rounding on a page. The form consists of a lot of questions and is getting very long on the page. I seem to have found a height limit of 2048px for the rounded corners feature. Is this a bug or is it there for a reason?
Thanks
Mike

Trackback URL for this post:

http://www.ruzee.com/trackback/187

Maybe its not hitting a

Maybe its not hitting a height limit, I'm not sure. But something is causing it to break at a certain point when the form gets really long/tall on the page. Here is an example to show you what I'm talking about. Its at the bottom of the image. http://www.michaelandregina.com/shadedborders.png
Thanks
Mike

p.s. Funny thing I just noticed, this only happens in Firefox, not IE6 or IE7

Change '2048' in js file to a higher number

if you open the js file and search for height: 2048 and set it to a higher number, the shadedborder should stop breaking.

worked for me.

infinite height?

Any way to make it an "infinite" Height? I was using it on my blog until I ran into this issue. I have no way of knowing how long an entry might get and I don't want to run the risk of it breaking on my site.

I just don't render that portion for now, and won't unless anyone knows of a way to make the height seemingly infinite.

That did the trick. Thank

That did the trick. Thank you very much. I should have been able to figure that out myself. ;)
Thanks
Mike