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

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -