Hi
I've got a list of items which have a background image (via CSS) and some text. The simple markup is as follows:
<ul>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
etc...
</ul>
Imagine that each list item is a square. Is there an easy way to display these as a semi-circle? i.e.
[][]
[] []
[] []
Now to make this slightly more complicated there is one variable - the number of list items is unknown, so I need to work this out on the fly. I can work out the width each list item preety easily, so that it looks correct on the x-xis, I'm just having trouble with the y-axis.
Any help gratefully receieved.
Thanks for your time Sniffer