Problem with media print css - Button should be invisible
525151May 21 2008 — edited Jun 3 2008Hello,
I have this code in my application:
<style type="text/css">
@media print {
.apex_toolbar, .control_panel {
display: none !important;
}
#Antrag_Drucken, #P11_NAME {
display: none;
}
}
I just want the button and some fiels to be invisible when I print the site. The input-fields are working (#P11_NAME), but the normal button (name: Antrag_Drucken) is still visible and i don“t know, how to get him invisible!!!
Can anybody help me???