gehuangyi20 / ie7-js

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

HTML inherit creates an error #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please run the attached file. It uses the following CSS line.

html { font-family: inherit; }

(This is a part of Eric Meyer's CSS reset, which I use in most of my files.)

On IE6 (Windows XP), I get an "Object expected" at Line 1355 Char 5.

UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; InfoPath.1;
.NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)

Original issue reported on code.google.com by root.n...@gmail.com on 21 Feb 2008 at 7:50

Attachments:

GoogleCodeExporter commented 9 years ago
I think that this is fixed in the trunk:

http://ie7-js.googlecode.com/svn/trunk/lib/

Can you try it?

Original comment by dean.edw...@gmail.com on 21 Feb 2008 at 9:39

GoogleCodeExporter commented 9 years ago
I think that this is fixed in the trunk:

http://ie7-js.googlecode.com/svn/trunk/lib/

Can you try it?

Original comment by dean.edw...@gmail.com on 21 Feb 2008 at 9:39

GoogleCodeExporter commented 9 years ago
http://ie7-js.googlecode.com/svn/trunk/lib/ resolves this, Dean. Thanks!

Original comment by root.n...@gmail.com on 22 Feb 2008 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 22 Feb 2008 at 5:48