I'm using a CSS trick involving setting "margin-bottom" and "padding-bottom" to very large values in order to extend a sidebar to the footer. I'm encountering a situation where the margin value that I was previously using is turning out to be insufficient.
Is there an upper limit to the value that you can assign to the margin property in CSS? Will using really large values have any impact on rendering efficiency/speed or browser stability? Thanks.
EDIT: here is a distillation of the approach that I was describing: Holy grail layout with 100% height