loicroot / jquery-countdown

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

after implementing countdown to date ie8 issue #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi I have used the pfarmer jquery countdown and it works fine in all browsers 
but in IE8 the numbers start to muddle up and dissappear.

anyone had this problem?

Thanks

Original issue reported on code.google.com by barrylav...@hotmail.com on 30 May 2012 at 12:14

GoogleCodeExporter commented 9 years ago
seams to be an issue with the div after in IE8...still not sure on how to fix 
it though. It has something to do with this.....

where.append('<div>');
      where.append(elem)
      where.append('</div>');

Original comment by barrylav...@hotmail.com on 30 May 2012 at 2:25