The table rows are made up of nine graphics so that they can be stretched to fit the height and width required.
They are made up like this...
<pre class="ip-ubbcode-code-pre">[ top_left ] [ top_middle ] [ top_right ][ middle_left ] [ middle_middle ] [ middle_right ][ bottom_left ] [ bottom_middle ] [ bottom_right ]</pre>
The files with "middle" in them are the ones that are drawn more than once. For example, it will draw the top_left, top_right, bottom_left, bottom_right then fill in the gaps by drawing the middle graphics to make up the image you see on the screen.
This is probably more detailed than you wanted, but this is how it works.
|