[jQuery] css({width: varwidth, height: varheight}) and dimensions causing document.resize event?

[jQuery] css({width: varwidth, height: varheight}) and dimensions causing document.resize event?


odd...
when setting css based on variables like shown in subject line, IE and
FF keep firing a document.resize event.
if I use only 1 single attribute inside the {} its fine, but it seems
to have issues with multiple, comma-separated attributes.
anyone else seen this?