Hide n show problem of menu :D

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
imran1malik
Advanced
Advanced
Posts: 12
Joined: Wed Jul 07, 2004 8:07 am

Hide n show problem of menu :D

Post by imran1malik »

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
imran1malik
Advanced
Advanced
Posts: 12
Joined: Wed Jul 07, 2004 8:07 am

reply to reply

Post by imran1malik »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

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
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

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
Post Reply