no it does not have to be a pop up - I just thought it would be one of the easier 
ways. 

I tried the CSS route and have such things as 

body {
  font-family: verdana, helvetica, arial, sans-serif;
  background: white;
}

#mainMenu, #menuList, #menuList ul, #menuList li, a.actuator, a.actuator:hover, .menu, 
.menu li a, .menu li a:hover, .subMenu, .subMenu li a,subMenu li a:hover {
        display: none;
}

Those are ALL the items that are part of my menu that I wish not to display - Actually 
they are all contained in #mainMenu - but display=none on that did not work so I added 
everything to be sure.

I am also controlling content in div tags and succesfully modified those to print well 
using style sheets.

My style sheet includes are like so:
<style type="text/css" media="screen">
        <!-- @import url("http://64.234.202.15/ddmenu.css";); -->
                <!-- @import url("http://64.234.202.15/HCSScreen2003.css";); -->
</style>

<style type="text/css" media="print">
                <!-- @import url("http://64.234.202.15/HCSPrint2003.css";) print; -->
</style>

Perhaps there in lies the problem?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to