Hi -
I'm working on creating a print.css to print pages from 1-800flags.com. I've hidden everything except for the dhtml categories menu. How do I hide the menu?
Thanks,
Barb
Here is the html code around the menu:
td class="boxText">
<table>
<tbody>
<tr>
<td>
<div id="MenuBar" style="position: relative; width: 115px; height: 330px;"/>
</td>
</tr>
</tbody>
</table>
</td>
Here is my print.css file:
.doNotPrintThis {
display: none
}
body {
color: black;
background: white;
font-size: 7pt;
}
.toplinks {
display: none;
}
TR.headerNavigation {
display: none;
}
#MenuBar {
position:absolute;
display: none;
}





LinkBack URL
About LinkBacks






Bookmarks