This doesn't look like a jQuery issue per-se, but webkit doesn't seem to return a value for:
$el.css("max-width") or $el[0].style.maxWidth
IE and FF both return the correct value, but Webkit returns "none". Is there
a way in Webkit to get the maxWidth of an element?
-Dan

