Hello, I am having a problem with video not showing using iframe in Firefox. The table cell also has an image background. Am getting different results in browsers.
Chrome 20.0: works fine IE 9.0: video shows but dotted line around video when clicked to play/pause Firefox 13.0.1: embedded video does not show Have not tested on Safari and Opera. Sample HTML5 page is here: http://healthphone.org/frametest.htm <style type="text/css"> <!-- td.hpvideo { width : 500px; height : 365px; border-width : 0; padding-top : 0px; padding-bottom : 0px; padding-right : 0px; padding-left : 0px; text-align : center; background-image:url('../images/mphone.png'); background-repeat:no-repeat; background-position:center; } iframe { border : none; } --> </style> <td class="hpvideo"><iframe src=" http://dotsub.com/media/ac29a1ea-8fb8-4bb1-9087-cc0bb56f842c/embed/" width="420" height="315"></iframe></td> What is wrong here? Thank you. nand ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************