![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've put a static version of my page at http://www.middletree.net/print.htm The real deal is an ASP-built Intranet app that you can't see. My goal is to make this page take up close to 100% of the width when displayed on screen. And to be reduced to 900px when printed (all users know to print landscape). I used a print css page, shamelessly stolen from www.ncubed.com (with his permission), to accomplish this. The width thing works fine. |
#3
| ||||
| ||||
|
|
You need to hide the menu parts. If they are being rendered from a script file, your only option is to try to override whatever style is being used - if any. |
|
If this doesn't work, then you've discovered another disadvantage to those types of menus :-) |
|
#menuselector {visibility: hidden !important; display: none !important;} |
|
BTW - 900px is a bad choice for print width. Use points or inches. |
#4
| |||
| |||
|
|
"Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message #menuselector {visibility: hidden !important; display: none !important;} I've never heard of the important thing before. I'll have to look that up. |
#5
| |||
| |||
|
|
"Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message #menuselector {visibility: hidden !important; display: none !important;} I've never heard of the important thing before. I'll have to look that up. In essence, that is the answer to your question. |
#6
| |||
| |||
|
|
Which? The "!important", or the looking it up? "Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message news:cn0gh8$71u$1 (AT) forums (DOT) macromedia.com... "Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message #menuselector {visibility: hidden !important; display: none !important;} I've never heard of the important thing before. I'll have to look that up. In essence, that is the answer to your question. |
#7
| |||
| |||
|
|
!important; It will override what's being set in the script - hopefully. |
#8
| |||
| |||
|
|
Thanks. It isn't working. Dang! "Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message news:cn0hmp$88l$1 (AT) forums (DOT) macromedia.com... !important; It will override what's being set in the script - hopefully. |
#9
| |||
| |||
|
|
Are you sure you have found the right selector(s)? "middletree" <middletree (AT) htomail (DOT) com> wrote in message news:cn0i7l$8qp$1 (AT) forums (DOT) macromedia.com... Thanks. It isn't working. Dang! "Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message news:cn0hmp$88l$1 (AT) forums (DOT) macromedia.com... !important; It will override what's being set in the script - hopefully. |
#10
| |||
| |||
|
|
No, I am not. It's kind of hard to tell. Heck, in that print.css, I put everything in there that I could and set it to display:none !important; Guess I'll keep digging, cause I agree with you that this is the problem. I have to find all the selectors names used in that menu. I put my latest stuff out there on the web at http://www.middletree.net/print.htm "Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message news:cn0jt1$aa4$1 (AT) forums (DOT) macromedia.com... Are you sure you have found the right selector(s)? "middletree" <middletree (AT) htomail (DOT) com> wrote in message news:cn0i7l$8qp$1 (AT) forums (DOT) macromedia.com... Thanks. It isn't working. Dang! "Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message news:cn0hmp$88l$1 (AT) forums (DOT) macromedia.com... !important; It will override what's being set in the script - hopefully. |
![]() |
| Thread Tools | |
| Display Modes | |
| |