If anyone cares, I figured it out. I don't think it's possible to automatically do this, but a quick calculation does the trick...
Subtract the header width from the dropdown width and divide the result by two.
Set the margin-left to the negative of that value, and the dropdown will center under the header.
For example, if the header is 100px and the dropdown is 130px, set margin-left:-15px;
Ken
|