hi,
I place the menu in the table format.mean my horizental menu is in the table and i have a include file which contain the actual code for displaying the menu.
so i want to hide the menu when printing the page.
so i hide the table in the javascript but the include file in the table make the menu display..
is there any other solution.
plz help
Imran
Hide n show problem of menu :D
-
- Advanced
- Posts: 12
- Joined: Wed Jul 07, 2004 8:07 am
reply to reply
hi to all,
sorry guys , i can get the solution of this problem .
some of the old topics covered this but i have the page selection problem which i tell in other topic.
plz help me if ny body know something about it..
ok
take care
bye
sorry guys , i can get the solution of this problem .
some of the old topics covered this but i have the page selection problem which i tell in other topic.
plz help me if ny body know something about it..
ok
take care
bye
So you tried hidemenus and it didn't work?
You can also add something like.
.hidemymenu{
display: none;
}
<span class="hidemymenu">......</span>
in css by giving a name to where you want to hide the table, so it doesn't appear at all. But you still need to use the hidemenus to hide the menu. So just add what you want to hide from printing on that page.
maz
You can also add something like.
.hidemymenu{
display: none;
}
<span class="hidemymenu">......</span>
in css by giving a name to where you want to hide the table, so it doesn't appear at all. But you still need to use the hidemenus to hide the menu. So just add what you want to hide from printing on that page.
maz