我正在尝试打印页面.....为此,我有两个不同的列....所以我减小了一个列的宽度以将前一列向上...但我无法将第二栏...
在下面提供我的打印 css
http://jsfiddle.net/pd7hF/embedded/result/
@media print
{
.mainDiv { display: none;}
.form-horizontal .control-label {width: 50px;}
#poLeft { width: 300px; border: 1px solid red;}
#billTo {width: 122px;}
#cityLeft{width:40px;margin-left: 85px;height: 13px;}
#stateLeft{width: 50px;height: 13px;width: 41px;}
#zipLeft{width: 40px;height: 13px;}
#countryLeft{width: 117px;margin-left: 62px;height: 13px;}
#phoneLeft{width: 121px;height: 13px;}
#emailLeft{width: 125px;}
#noteLeft{width: 101px;}
#poLeft{width: 154px;}
#poRight{width: 300px;}
#fileRight{width: 101px;}
/* any other styles you wish to target go here */
}