![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/01/2005, 09:19
|
![Avatar de sechy](http://static.forosdelweb.com/customavatars/avatar17994_1.gif) | | | Fecha de Ingreso: diciembre-2002
Mensajes: 31
Antigüedad: 22 años, 1 mes Puntos: 0 | |
QUiza esto te sirva, es de un popup me imprime todo lo k muestra este popùp salvo la parte inferior donde esta el boton:
<style media="print">
.btnImprimir
{
display:"none";
}
</style>
<style media="screen">
.btnImprimir
{
display:"";
}
</style>
con esto lo llamo:
...<img src="images/boton_imprimir.gif" border="0" class="btnImprimir">
sechy |