grungefreak Posted August 15, 2007 Share Posted August 15, 2007 Hi, I have a few thumbnail images(they are hyperlinks also) in "upperDiv". When I click on one, I want it to display the large version of that image in "lowediv". Can this be done using layers and CSS? Or do I require php / javascript? Here is the URL: www.crazydaisyflorist.ie gf Link to comment https://forums.phpfreaks.com/topic/65081-link-to-layer-in-a-different-div/ Share on other sites More sharing options...
TheFilmGod Posted August 15, 2007 Share Posted August 15, 2007 You can't do this with "php." Php is simply a server side language. Doesn't do anything but create html. For my one year experience as a web designer, - you can't just use css for this. It requires javascript, A.K.A AJAX. This can be done easily using AJAX, simply search this in google.com . Link to comment https://forums.phpfreaks.com/topic/65081-link-to-layer-in-a-different-div/#findComment-325037 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.