IE8 overflow and expanding box bugs - edskes.net - Hilbrand Edskes

IE8 overflow and expanding box bugs - edskes.net - Hilbrand Edskes

瀏覽:920
日期:2025-11-15
Only three CSS rules are needed to trigger this bug: float: left; max-width: 100px; overflow-y: scroll (float: right; or any other size for max-width smaller then the content in the box or overflow(-y): auto; will trigger the bug too) View minimal test ca...看更多