I have the following image which I need to turn into an HTML widget on my site.
How would you divide up the divs and splice up the image to make this? It needs to be resizable.
Should I slice off the corners and have a Top-Left, Top-Right, Top-Middle, Middle-Left, Middle-Right, Bottom-Left, Bottom-Middle, Bottom-Right? What would the div structure for something like that look like?
I need to be able to place text on both the top bar and bottom bar which is why I was thinking that approach. I'm supporting IE7 so I think using image slices is probably reasonable.
I'm really curious how you would divide up the divs to create this widget structure.