GERINODELL
New Member
I got 3 embed videos on my main page
but when I scroll in IE9 x64, display is broken. It's fine in other platform (Chrome, Firefox, Safari, IE7-8-9 x32).
Here's the code for the first video\[code\]<asp:TableCell CssClass="rightBorder" Height="150px" VerticalAlign="Top"> <iframe width="320" height="240" src="http://www.youtube.com/embed/vbB1Bf3wy9Q?loop=1&playlist=vbB1Bf3wy9Q" frameborder="0"></iframe> <asp:Label Font-Size="14px" Font-Bold="true" runat="server">Flo Fab</asp:Label> <asp:Label runat="server"> is a leader in the pumps industry. In-line Pumps, In-line Circulators, End Suction Base Mounted, Horizontal Closed Coupled End Suction, Horizontal Closed Coupled Stainless Steel Pump, Multi Stage, Submersible Effluent & Sewage, Condensate, Boiler Feed Closed Coupled, Vertical Turbine, Split Case, 16 Position Single Suction, Flofab has it and </asp:Label> <asp:LinkButton runat="server" Font-Bold="true" Text="so much more..." PostBackUrl="~/Literature/Pages/Literature.aspx?category=1"></asp:LinkButton></asp:TableCell>\[/code\]Am i missing something in my code or is there something that is not actually fully supported? Thanks

