Author: Luke Dorny
Comments: The trick to this one was knowing what your final width and height was going to be and adjusting for the padding which pushed the folder names into a viewable area of the png. Applications of this UI are open to your imagination.
Solves:
1. if this is area needs to be expandable to X amount of folders, it can do that within a DIV.
2. a problem i discovered with a mixture of padding on the A and a set width or height of the LI or A
Directions:
1. Determine what width and height you want
2. Create pic accordingly
3. Subtract the padding from the total width and height accordingly (Ex: if you want 100px and a padding of 15px, then set your size at 85px)
Problems:
1. PNG support. I needed to have transparency because of where this nav is integrated into our intranet. Use the hack de jour, or change it to GIF or JPG for your application.