gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Error: 'style' is null or not an object @ var s=f.style.cssText #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. http://clubpumasunam.com/club/tienda

What is the expected output? What do you see instead?
Freezes

What version of the product are you using? On what operating system?
IE8 Beta 3

Please provide any additional information below.
I import css stuff, jquery and some jquery plug-ins

Original issue reported on code.google.com by diego.al...@gmail.com on 25 Aug 2008 at 6:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It's working now, but the background is stretched, although it's a jpg and 
worked
fine without IE8.js.
Also the "tabs" generated with png8 files are messy.

Original comment by diego.al...@gmail.com on 25 Aug 2008 at 7:56

GoogleCodeExporter commented 9 years ago
Add simle check to disable thi error on line 982 in src/IE8 (beta 2) before
var cssText = .. add:
if (rule) {

and close if-statement before end of for-statement

sorry 4 my english

Original comment by alvein.f...@gmail.com on 30 Mar 2009 at 11:25

GoogleCodeExporter commented 9 years ago
Added a check to make sure the rule is still active.

Original comment by dean.edw...@gmail.com on 8 Feb 2010 at 3:39