Thanks, Chris. But I've determined that it isn't a code issue but a Youtube URL issue that is causing the problem. For example:
<img class="s" src="http://www.my-websitesite.com//images/my-image.gif" width="280" height="196" alt="My alt image" span style="cursor: hand;" a href="http://youtu.be/hhOzGCEUNTg" onClick="return popitup('http://youtu.be/hhOzGCEUNTg')">
works fine on all browsers, but
<img class="s" src="http://www.my-websitesite.com//images/my-image.gif" width="280" height="196" alt="My alt image" span style="cursor: hand;" a href="http://www.youtube.com/v/hhOzGCEUNTg?version=3&hl=en_US&rel=0&autop lay=1" onClick="return popitup('http://www.youtube.com/v/hhOzGCEUNTg?version=3&hl=en_US&rel=0&autop lay=1')">
doesn't work on IE.
Simply copy the URL into your browsers and see what I'm talking about. Maybe IE has a problem with the /v/ folder? I like this code structure and URL because, as opposed to http://youtu.be/hhOzGCEUNTg this URL plays without showing any Youtube branding and ends in a black screen (no additional videos), which is exactly what I want. Any ideas?
|