mrjasonweaver / flexnav

A jQuery plugin for responsive menus
The Unlicense
1.19k stars 393 forks source link

some CSS bug in IE!and I find solution #183

Open cookieseventeen opened 9 years ago

cookieseventeen commented 9 years ago

some CSS bug in IE!and I find solution!

bug: https://drive.google.com/file/d/0Bwrn_y_EghWeRnFuaDRDTXRPT2c/view

solution: .flexnav li { font-size: 100%; position: relative; overflow: hidden; /------add this-----/ list-style:none; /---------------------/ }