$.width() and $.height()
Related to the previous several posts jQuery comes with two functions that help you dynamically get the width and height of an element.
Have you ever asked about the width of an element in pixels which is 100% wide from the CSS? Well $.width() gives you the answer. Everything else is about experiments.