CSS HTML Minimum width and report width -
i using ie only!!.how correct css not cut off width. set minimum width = 5000px; tried margin: 0 auto cutting off last column. instead of 17.456.78, stops @ 17. also, how hide browser title header. know question has been asked earlier many others. tried different things, columns squished in trials
any appreciated
<div id="printreport" style="font:100; margin-left: 0; margin-right:0 ; margin-top:0; margin-bottom:0; display:block; white-space:nowrap; margin: 0px auto 0px auto ;width:100%;min-width: 5000px;"> </div> body { background:#ffffff; color:#000000; font-family: rvconsolas; } @font-face { font-family: rvconsolas; font-style: normal; font-weight: normal; src: url('emconsola.eot'); src: url('emconsola.eot?#iefix') format('embedded-opentype') } #rptviewer { display: none; visibility: hidden; } #printreport { visibility: visible; font-family: rvconsolas; overflow: scroll ; height:100%; } td { font-family: rvconsolas; overflow: hidden; font-size: 12pt; } #page { page-break-after: } html, body { height:100%; }
Comments
Post a Comment