layout right context menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
stiffa
Beginner
Beginner
Posts: 3
Joined: Mon Jul 17, 2006 3:55 pm

layout right context menu

Post by stiffa »

Hello.
I have a page with 2 iframes. In the left frame i have some link. When you press right click on this link, by oncontextmenu event i show a javascript menu. The problem is that the menu is longer than iframe lenght. So it's appear a horizontal scrolbar. What can I do to show my menu without modify the page in iframe?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

We need to see the page. If you can't upload it, then we need to have the html code, any css, the menu data files here so we can make the page to work on it. That also means the code for the pages in the iframes.

Ruth
stiffa
Beginner
Beginner
Posts: 3
Joined: Mon Jul 17, 2006 3:55 pm

Post by stiffa »

I resolved it : I put the javascript code of my menu in the main page. So the menu is in a upper level
Post Reply