Log in

View Full Version : Pop Up Image CSS with PHP



pschlimgen
12-28-2006, 10:17 PM
On my company's website, I'm using a php page to return a list of Vendor's links based on the customer's home state. I saw the "pop up image" tutorial here: http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/ and thought it would be a nice feature to add to this page. A user would move his mouse over a vendor link and an image/description would appear that would provide some additional information.

Here's a link to an example page I'm working on. http://www.tmmi.com/vendorsbyRegionResults.php?selectloc=CO-1&Submit=Submit

I tried doing this following the tutorial, but the resultant image would be "broken up" because it overlapped the vendor name above and below. I'm using a "repeatable region" in my php to return the vendor listings and I think this caused the image to "break up".

I hope I'm explaining this properly. Since I couldn't figure out how to set the pop-up image to overlay the returned recordsets, I'm just displaying some textual information with the vendor name. But was hoping someone here might direct me to a solution.

This is my first site with CSS and I'm really liking the flexibility of it. I greatly appreciate the help.

Thanks,

pschlimgen
01-04-2007, 07:12 PM
Umm, is there no fix for this? Or did I not explain the problem properly?