awaismalik / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

IE7 positioning is wrong. - simple solution #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Using IE7

What is the expected output? What do you see instead?
Video should be filling the whole window but instead is not positioned in the 
top left corner.

What version of the product are you using? On what operating system?
windows7 IE7 (IE10 with IE7 document mode)

Please provide any additional information below.
Solution: add left:0; top:0; to tubular-container style.
Works like a charm then, even in IE7.

Original issue reported on code.google.com by kleenkn...@gmail.com on 14 Feb 2013 at 1:50