internet explorer 8 - zoom in the printing page in IE8 -


i have problem printing page (zoom) in ie8

sometimes printing page shown in 50% , others times in 100%, don't have control on it.

i have tried solutions this link, same, doesn't work.

i tried code in print.css ():

@viewport {     zoom: 1; } 

but, doesn't work.

please, idea?

ok found solution. never control zoom in ie8, know when ie decides put zoom website, in case 750px wide.

i using:

<div class="container">..</div> 

and class put width fixed, exceeds 750px.

then, changed to:

<div class="container-fluid">..</div> 

and css put:

.container-fluid { width:750px; } 

that say, removed responsive web design in ie8


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -