Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:18
Hide n show problem of menu :D
Poster: imran1malik
Dated: Friday July 23 2004 - 9:05:54 BST
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
reply to reply
Poster: imran1malik
Dated: Friday July 23 2004 - 12:01:46 BST
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
Poster: Ruth
Dated: Friday July 23 2004 - 14:06:47 BST
If none of the information I posted in the first topic did what was necessary, you need to go back and post a reply saying it didn't work, or people will think that was the solution.
Ruth
Poster: Maz
Dated: Friday July 23 2004 - 16:53:54 BST
So you tried hidemenus.js 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 hide js to hide the menu.
maz
Poster: Maz
Dated: Friday July 23 2004 - 16:55:01 BST
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