+2  A: 

I think the Sliding Doors Technique may be what you're looking for.

VirtuosiMedia
That seems to be what RoBorg implemented. Thanks for the link, it was useful.
Greg
A: 

This is a simplified version that works:

<div style="background: url('BlueTabSprite.png') no-repeat; width: 290px; min-width: 120px; max-width: 290px; height: 23px;">
<div style="float: right; background: url('BlueTabSprite.png') top right no-repeat; width: 10px; height: 23px;"></div>
Test
</div>
Greg
That seems to work and it's a heck of a lot easier than what I was doing.
Greg
+1  A: 

This tool may be a help.

unigogo