flexnav icon indicating copy to clipboard operation
flexnav copied to clipboard

some CSS bug in IE!and I find solution

Open cookieseventeen opened this issue 10 years ago • 0 comments
trafficstars

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; /---------------------/ }

cookieseventeen avatar Mar 12 '15 03:03 cookieseventeen