Building a pixel grid

Hi,

Strange question but how hard would it be to build a grid of 70 x 70 squares at say 13 pixels x 13 pixels for a website…

kind of like http://www.milliondollarhomepage.com/

But better of course…

Would it be a lot of work?

thanks

Put small divs inside of a container div and float them to the left?

i forgot to say that I wil be uploading photos into these squares… I need to be able to move them around quite easily also have a lightbox effect on each photo (wordpress user)

You could simply have a square as an image, and then just repeat it so it will tile the entire container :). That’d be the easiest route.

Unless you need to have hte page work in conjunction with the small squares, then the image would be best. If you need to work with the squares (which I find weird) then it would require a lot of markup and it wouldn’t be worth it.