ryan.od Posted December 29, 2006 Share Posted December 29, 2006 How do I get the expanded images in my gallery to not appear under my .wav objects in FF?http://www.evaluationsite.com/rock.phphttp://www.evaluationsite.com/css/ff.cssYes, I know the gallery is vertically out of alignment. . .that's a PHP issue with browser detection. I'll get to it later.Also, I want to make sure I let everyone know that gallery is not my creation. The link is at the bottom of the gallery.Cheers.RyanOD Link to comment https://forums.phpfreaks.com/topic/32225-help-with-image-gallery/ Share on other sites More sharing options...
michaellunsford Posted December 30, 2006 Share Posted December 30, 2006 Here are some ideas:You could try putting the wav files in a DIV and either hiding the DIV(s) on gallery mouseover, or remove them by rewriting the DIV(s) innerHTML.Another option is to make all the wav files start out as an image -- like a play button. When clicked you could rewrite the innerHTML to load and play the wav (or popup another window). A variation could be a single DIV player container. When someone clicks a play button, it loads the wav file inside that one DIV and autoplays. Pressing another play button replaces that wav with the new one.I could keep going -- but you get the idea... it's all based on either hiding or innerHTML changing stuff. Link to comment https://forums.phpfreaks.com/topic/32225-help-with-image-gallery/#findComment-149734 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.