So I am working on my latest project, and have a need to place three small buttons under some images. (Buttons are obviously images themselves) The challenge here is, the number of images, their sizes etc are all dynamic, as they're hot linked from an Affiliate program. The essential process currently is: 1) Search for something 2) Ajax call for the search, returning the images from the Affiliate site 3) display inline using ajax inside of a div, with styling applied to the image elements, in an UL created dynamically through php. (One constant is that a MAXIMUM of 10 images will be returned at a time, but an unknown is that it could only return two images for that particular search term) What I would like to do is somehow place the buttons below their respective images in CSS. It dawns on me to give the buttons all a "Class" of something and positon them relative to their results, but as they will be linking with information specific to the individual items, I must be sure that the buttons with link codes for item A don't float to below item B. So would the easiest be to do an internal stylesheet for these elements as they are returned to the browser, or somehow style them within my external sheet? Any ideas? Thanks ~FM
Umm well CSS should handle well. Would u be able to give any kind of pictorial representation of how would you like to place the images and respective buttons? Anything like a mspaint explanation would be helpful too.