printing - IE8: Floats not working correctly in Print CSS -
does ie8 support floats in print css? can't seem mine work, have 2 column layout:
#container { width: 95% !important; margin: 0 auto !important; } #main-view { width: 400px !important; float: left !important; } .confirmation-sidebar { width: 210px !important; margin: 1% 0 !important; float: left !important; }
the container div 100% of window. there more enough room these elements float, widths shouldn't issue. can't wrap head around silly problem.
they float fine in website, when print css applied not floating correctly. half of sidebar floats right, rest appears @ bottom of page.
i have working fine in chrome (osx & win), ff (osx & win), safari, opera (osx)
Comments
Post a Comment