Search found 6 matches

by psdbanana
Fri Oct 06, 2006 11:59 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Force menus to fit cell width
Replies: 4
Views: 5333

and also, I cannot change the menu to a fixed width because I am going to have the cell change via their display resolution. for example
<table border="0" width=80% cellspacing="1" cellpadding="0">

So I need the menu to stretch to the entire cell size so it works properly on all resolutions ...
by psdbanana
Fri Oct 06, 2006 11:56 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Force menus to fit cell width
Replies: 4
Views: 5333

Thank you for your help.

Here is my menu_data.js code:

fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style ...
by psdbanana
Thu Oct 05, 2006 5:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Force menus to fit cell width
Replies: 4
Views: 5333

Force menus to fit cell width

I have embedded the DHTML menu in a table cell, and it works great. I need to figure out a way to resize the menus hight to fit the boundries of the cell. For example see the attached images:

http://img446.imageshack.us/img446/5427/zomgmenufixcj2.png

I need to stretch the menus to fit the entire ...
by psdbanana
Mon Oct 02, 2006 5:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Page is loading 2 menus when embedded in table cell
Replies: 4
Views: 4132

heh I actually just realized that I was accidently declaring 2 menus (one inside the menu_data.js, and out in the html page) and removed the one from the javascript file. Then to realize that you posted the answer after I figured it out. Thanks anyway!
by psdbanana
Mon Oct 02, 2006 5:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Page is loading 2 menus when embedded in table cell
Replies: 4
Views: 4132

I understand what you are saying, but how do I eliminate the one outside of the cell from showing up when I load the page? I can't seem to figure out where it is loading the other menu from, except maybe the menu_data.js Even so removing one of the drawMenus() would have it not load the unwanted ...
by psdbanana
Mon Oct 02, 2006 1:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Page is loading 2 menus when embedded in table cell
Replies: 4
Views: 4132

Page is loading 2 menus when embedded in table cell

Hi,
I followed the guide on how to embed the DHTML menu in a table cell, but whenever I open the page, 2 menus appear (one in the cell and one at the top). I need to figure out why it is drawing the top menu and remove it. Here is the code from the html file:

<script type="text/javascript" src ...