mizukimakiyama / ie7-js

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

there is a issue with your demo URL in IE7 #252

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.http://ie7-js.googlecode.com/svn/test/Pure%20CSS%20Menus.html
2.
3.

What is the expected output? What do you see instead?
in IE7 you are not able to reach second list 

What version of the product are you using? On what operating system?
IE7 in windows xp

Please provide any additional information below.
nothing more but just not working properly

Original issue reported on code.google.com by mikulgo...@gmail.com on 3 Jun 2010 at 6:23

GoogleCodeExporter commented 8 years ago
There's definitely a problem there.

This line does not seem to have any effect:

{{{
/* IE7: force "layout" for menu items (this is the same as the "holly" hack) */
li, li a {box-sizing: content-box;}
}}}

I'll look into it.

Original comment by dean.edw...@gmail.com on 3 Jun 2010 at 8:05