Example #1
0
<?php

include '../class/Call.class.php';
include '../function/Uppercase.func.php';
include 'topo.php';
$doacao = Doacao::listarDoacoes();
?>
<style rel="stylesheet" type="text/css" media="print">
<!--
.bt_imprimir, #sup { display: none; }
#container { height: auto !important; }
.tbl_listaProd { display:block;	}
.tbl_listaProd tr td { border: 1px solid #000; }
.tbl_listaProd thead { color: #000 !important; font-weight: bold !important; }
-->
</style>
<style rel="stylesheet" type="text/css" media="screen">
	table{
		border: 0;
		width: 900px;	
	}
	table tr td{
		height: 30px;	
	}
       #bt_imprimir { margin-top: 40px !important; }
       .tbl_listaProd { /*margin-top: 20px !important;*/ width:600px }
</style>
<script>
	$(document).ready(function() {
		$('table thead').css('background','url(../imagens/layout/menu.png)');
                $('table thead').css('background-position','0px -90px');