I know just enough code to dig my own grave...
Anyway, trying to put two (eventually three) embedded vimeo's onto a page, where they load into a fancybox when clicked.
However, when I do that only the first element in the line loads. If I reverse the order they are in the code (the one that's aligned right is listed first in the html) then that one will load.
See the website to see what I'm talking about.
Help?? I'm a film guy, not a web designer!
Anyway, trying to put two (eventually three) embedded vimeo's onto a page, where they load into a fancybox when clicked.
Code:
<DIV ALIGN=left>
<a class="fancybox" href="#testube"><img src="http://noteworthyphotography.com/wp-content/uploads/2010/10/habitat.jpg" width="400" height="197" alt="Habitat For Humanity" /></a>
<div style="display:none" id="testube">
<iframe src="http://player.vimeo.com/video/15375984?autoplay=1" width="560" height="338" frameborder="0"></p>
</div>
<DIV ALIGN=right>
<a class="fancybox" href="#testube"><img src="http://noteworthyphotography.com/wp-content/uploads/2010/09/A011_C024_1031CF_00390.jpg" width="400" height="197" alt="Noteworthy Reel" /></a>
<div style="display:none" id="testube">
<iframe src="http://player.vimeo.com/video/9085243?autoplay=1" width="560" height="338" frameborder="0"></p>
</div>
However, when I do that only the first element in the line loads. If I reverse the order they are in the code (the one that's aligned right is listed first in the html) then that one will load.
See the website to see what I'm talking about.
Help?? I'm a film guy, not a web designer!