chubs
05-05-2008, 01:37 PM
Hello there,
I'm fairly new to web design and am in the middle of my first web application. The php & mysql side of the site has gone well :) but I am now stuck.
At the moment my query results are displayed in a very ugly html table. I want the results displayed in blocks of information for each new row, much like...
Music Items on Amazon (http://www.amazon.co.uk/gp/bestsellers/music/ref=amb_link_55543765_5?pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=center-2&pf_rd_r=0G5GRQZHRZVD90W1N3A0&pf_rd_t=101&pf_rd_p=186161591&pf_rd_i=229816)
There is an image, 4 short text fields and one fairly long description text area. I have a jist of how I want it to look:
----------------------------------------------------------------
Text1_________Text2 _______ Text 3__________ Text 4
[*******] DescriptionDescriptionDescriptionDescription
[*IMAGE*] DescriptionDescriptionDescriptionDescription
[*******] DescriptionDescriptionDescriptionDescription
----------------------------------------------------------------
The image will have to be resized and onmouseover I'm aiming for a similar enalargement effect to that foiund on..
Istock (http://www.istockphoto.com/file_search.php?action=file&text=%22City+Life%22&oldtext=tree&textDisambiguation=%7B%22l%22%3A+%221%22%2C+%22m%22%3A+%5B%7B%22t%22%3A+%22City+Life%22%2C+%22l%22%3 A+%221%22%2C+%22c%22%3A+%5B%221_85833%22%5D%7D%5D%7D&oldTextDisambiguation=&majorterms=&fileTypeSizePrice=%5B%7B%22type%22%3A%22Image%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221 %22%7D%2C%7B%22type%22%3A%22Illustration+%5BVector%5D%22%2C%22size%22%3A%22Vector+Image%22%2C%22pric eOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Flash%22%2C%22size%22%3A%22Flash+Document%22%2C%22pri ceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Video%22%2C%22size%22%3A%22All%22%2C%22priceOption%2 2%3Anull%7D%5D&showPeople=0&printAvailable=0&exclusiveArtists=0&extendedLicense=&illustrationLimit=Exactly&flashLimit=Exactly&showDeactivatedFiles=&membername=&userID=&lightboxID=&downloaderID=&approverID=&clearanceBin=&color=©Space=&orientation=7&minWidth=0&minHeight=0&showTitle=&showContributor=&showFileNumber=1&showDownload=1&enableLoupe=1&order=Best+Match&perPage=&within=4)
The image stuff I'm guessing can be achieved using javascript or css? But the blocks I just can't seem to figure out!:mad:
ANY help would be wonderful!! But especially:
Where & How should I start?
What language or technology can be used to achieve the desired effect?
Thanks in advance
Daniel
I'm fairly new to web design and am in the middle of my first web application. The php & mysql side of the site has gone well :) but I am now stuck.
At the moment my query results are displayed in a very ugly html table. I want the results displayed in blocks of information for each new row, much like...
Music Items on Amazon (http://www.amazon.co.uk/gp/bestsellers/music/ref=amb_link_55543765_5?pf_rd_m=A3P5ROKL5A1OLE&pf_rd_s=center-2&pf_rd_r=0G5GRQZHRZVD90W1N3A0&pf_rd_t=101&pf_rd_p=186161591&pf_rd_i=229816)
There is an image, 4 short text fields and one fairly long description text area. I have a jist of how I want it to look:
----------------------------------------------------------------
Text1_________Text2 _______ Text 3__________ Text 4
[*******] DescriptionDescriptionDescriptionDescription
[*IMAGE*] DescriptionDescriptionDescriptionDescription
[*******] DescriptionDescriptionDescriptionDescription
----------------------------------------------------------------
The image will have to be resized and onmouseover I'm aiming for a similar enalargement effect to that foiund on..
Istock (http://www.istockphoto.com/file_search.php?action=file&text=%22City+Life%22&oldtext=tree&textDisambiguation=%7B%22l%22%3A+%221%22%2C+%22m%22%3A+%5B%7B%22t%22%3A+%22City+Life%22%2C+%22l%22%3 A+%221%22%2C+%22c%22%3A+%5B%221_85833%22%5D%7D%5D%7D&oldTextDisambiguation=&majorterms=&fileTypeSizePrice=%5B%7B%22type%22%3A%22Image%22%2C%22size%22%3A%22All%22%2C%22priceOption%22%3A%221 %22%7D%2C%7B%22type%22%3A%22Illustration+%5BVector%5D%22%2C%22size%22%3A%22Vector+Image%22%2C%22pric eOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Flash%22%2C%22size%22%3A%22Flash+Document%22%2C%22pri ceOption%22%3A%22All%22%7D%2C%7B%22type%22%3A%22Video%22%2C%22size%22%3A%22All%22%2C%22priceOption%2 2%3Anull%7D%5D&showPeople=0&printAvailable=0&exclusiveArtists=0&extendedLicense=&illustrationLimit=Exactly&flashLimit=Exactly&showDeactivatedFiles=&membername=&userID=&lightboxID=&downloaderID=&approverID=&clearanceBin=&color=©Space=&orientation=7&minWidth=0&minHeight=0&showTitle=&showContributor=&showFileNumber=1&showDownload=1&enableLoupe=1&order=Best+Match&perPage=&within=4)
The image stuff I'm guessing can be achieved using javascript or css? But the blocks I just can't seem to figure out!:mad:
ANY help would be wonderful!! But especially:
Where & How should I start?
What language or technology can be used to achieve the desired effect?
Thanks in advance
Daniel