Search found 10 matches

by erik_c
Wed Oct 18, 2006 2:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu shifts right
Replies: 5
Views: 4624

Holy cow Ruth, you are amazing. I'm stumped as to why adding a border around the DIV stops it from shifting, but you're right.
If you come across the old links that you mention (abouyt DIVs moving below each other), I'd be interested in reading them.
Thanks for your help.
by erik_c
Tue Oct 17, 2006 9:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu shifts right
Replies: 5
Views: 4624

Thanks for the hard work on this. I copied your code into my test file and still get the same error. I'm not sure what the difference is with your version, but I still get the same error.
Unfortunately the middle tables have to be really wide. They are eventually going to contain a lot of columns ...
by erik_c
Tue Oct 17, 2006 5:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu shifts right
Replies: 5
Views: 4624

Menu shifts right

I have a sample page set up that looks all right on load, but when I mouse over a milonic menu, the top+bottom DIVs shift over to the right. Then mousing over another link at the bottom will shift the elements back. This happens in Internet Explorer, but not Firefox. The right-shift only happens ...
by erik_c
Fri Sep 15, 2006 9:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Border
Replies: 1
Views: 2283

Menu Border

Within the menu style, is it possible to define a separate height for each side of the border (top,left,right,bottom)?
For example, set up a submenu so that there is no border at the top.
by erik_c
Wed Aug 09, 2006 4:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top Padding on Safari
Replies: 2
Views: 3009

I have found the issue with this. Safari wants to render milonic's subimage parameter even if it isn't there.

with(menuStyle=new mm_style()){
...
//subimage="/images/arrow.gif";
//subimagepadding="0";
}

When I change those lines to:
with(menuStyle=new mm_style()){
...
subimage="/images/1x1clear ...
by erik_c
Tue Aug 08, 2006 2:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Frame example fails (undefined $F on 7.5.3)
Replies: 8
Views: 5772

There is no link required. I downloaded version 7.5.3 and get this error when on "menu_sample1_ver5_753\extras\frames_menu\index.html"

Error: $F is not defined
Source File: file:///.../menu_sample1_ver5_753/extras/frames_menu/mm_navframe.js
Line: 21
by erik_c
Mon Aug 07, 2006 11:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top Padding on Safari
Replies: 2
Views: 3009

Top Padding on Safari

I have a multi-frame page that works fine in all browsers except Safari. When I open a menu in Safari, it positions some of the menus with some padding on the top, so the user can't easily mouse to the menu. The far-left menu looks right, so I'm not sure what the difference is between it and the ...
by erik_c
Mon Aug 07, 2006 7:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Frame example fails (undefined $F on 7.5.3)
Replies: 8
Views: 5772

Frame example fails (undefined $F on 7.5.3)

I downloaded the new 7.5.3 version of the menu to try on our multi-frame site. We used a previous version of the menu in the past to have a top frame and body frame, with the menu dropping between the two.
When I replace the mm_navframe.js file with the newer version, the menu no longer works. I ...
by erik_c
Fri Dec 16, 2005 7:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opening url link in new window
Replies: 15
Views: 20059


var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=500,width=400,left=100,
top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');

}


aI("text=item;url=javascript:poptastic('http://whatever/');");


When opening new windows, it's extra helpful ...
by erik_c
Thu Dec 08, 2005 11:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu item TARGET ignored
Replies: 2
Views: 2545

Menu item TARGET ignored

I just upgraded to the new 5.736 version of the milonic menu, and noticed that the TARGET parameter of the aI() function is working differently.

We have an area with three frames:
<frameset cols="215,*" border="0" framespacing="0" frameborder="0">
<frame src="leftSource" name="side" scrolling="no ...