Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with media print css - Button should be invisible

525151May 21 2008 — edited Jun 3 2008
Hello,

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???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2008
Added on May 21 2008
1 comment
626 views