![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
I'm afraid whoever wrote that script is not ID'ing the elements he is creating. That's very bad form, but so long as you make sure you do not use DIV tags anywhere else on the page, you can simply do this in your print style sheet: div {display: none;} If you add DIVs of your own, each one will need to go in the print css after the above rule, to counteract it, like this: #myDiv {display: block !important;} -- Al Sparber - PVII http://www.projectseven.com DW Extensions - Menu Systems - Tutorials - CSS FastPacks --------------------------------------------------------- Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/ CSS Newsgroup: news://forums.projectseven.com/css/ RSS/XML Feeds: http://www.projectseven.com/xml/ "middletree" <middletree (AT) htomail (DOT) com> wrote in message news:cn0kjb$b4v$1 (AT) forums (DOT) macromedia.com... 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. |
#12
| |||
| |||
|
|
I think I understand. Thanks. Clearly, I need to do better with my menu. I do agree that this menu is not the best it could be. How hackable are the PVII menus? Since I don't use DW on this particular site, and since this menu is so ASP-driven, I assumed that the ones you have wouldn't be workable for me. But if I am going to have to keep hacking anyway, I should at least ask you how easy it would be to do so with the PVII menus. "Al Sparber- PVII" <adCUTmin (AT) projectCUTseven (DOT) com> wrote in message news:cn0mv0$dsm$1 (AT) forums (DOT) macromedia.com... I'm afraid whoever wrote that script is not ID'ing the elements he is creating. That's very bad form, but so long as you make sure you do not use DIV tags anywhere else on the page, you can simply do this in your print style sheet: div {display: none;} If you add DIVs of your own, each one will need to go in the print css after the above rule, to counteract it, like this: #myDiv {display: block !important;} -- Al Sparber - PVII http://www.projectseven.com DW Extensions - Menu Systems - Tutorials - CSS FastPacks --------------------------------------------------------- Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/ CSS Newsgroup: news://forums.projectseven.com/css/ RSS/XML Feeds: http://www.projectseven.com/xml/ "middletree" <middletree (AT) htomail (DOT) com> wrote in message news:cn0kjb$b4v$1 (AT) forums (DOT) macromedia.com... 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 | |
| |