Align/Wrap images around div
- by Ryan Phillips
What I'm trying to achieve is a page with a div centered in the middle of the screen (720x360). This is done with jQuery using
$(window).height() and $(window).width() and works perfectly.
The next part is getting 180x180 images to fit around that middle div. These will fill the screen + beyond.
I'm stuck on how to get these to align that…