I have div which has a width of 100%. Inside of it I have 4 images. How can I stretch the images such that they are all of equal width, such that no spaces exist between the window or the images.
A table row with four cells each styled with width:100%;
seems like the easy solution. But I know that I'll get screamed at for even suggesting that. :)