Align/Wrap images around div
Posted
by
Ryan Phillips
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Phillips
Published on 2012-11-07T04:54:26Z
Indexed on
2012/11/07
5:00 UTC
Read the original article
Hit count: 132
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 way and I couldn't find a live example of anyone doing the same thing.
So, is this even possible?
Thanks, Any help is appreciated!
© Stack Overflow or respective owner