Search found 29 matches

by jbruso
Tue Mar 06, 2007 9:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Width on table??
Replies: 5
Views: 4385

Thanks Ruth,

That has been a lot of help.

I encountered an issue with the menu having about a 5 pixel space on the right border here:

http://dev.sheridan.edu/programs/

Do you see how the blue background is showing and that the menu is not 100% within the table?'

It should look like this: http ...
by jbruso
Tue Mar 06, 2007 6:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Width on table??
Replies: 5
Views: 4385

Hi Ruth,

Why won't the menu align inside the table? I have:

<table width="732" border="1" align="center">
<tr><td><script type="text/javascript" src="/menu_sub2/menu_data.js"></script>
</td>
</tr>
</table>

This is my menu code
with(menuStyle=new mm_style()){
bordercolor="#ffcc99";
borderstyle ...
by jbruso
Tue Mar 06, 2007 4:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Width on table??
Replies: 5
Views: 4385

Width on table??

Hello,

How can I edit the width of this table in order to make it larger?

http://dev.sheridan.edu/Test/nav.html

Code: Select all

with(menuStyle=new mm_style()){
width="732px"; 
}
That doesn't work.

Thanks,

John
by jbruso
Tue Jun 06, 2006 11:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on mouseover of menu object with inline frame
Replies: 7
Views: 5198

Were u able to see what I was tlaking about?
by jbruso
Thu Jun 01, 2006 5:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on mouseover of menu object with inline frame
Replies: 7
Views: 5198

I know.. I don't see it on my IE 6 either.. but on most of the other IE 6 apps running on other machines here at the college.

It occurs when you mouseover the orange button and then move your mouse into the yellow box...

You should see it clearly in Netscape 7.2 with the javascript console open ...
by jbruso
Wed May 31, 2006 6:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on mouseover of menu object with inline frame
Replies: 7
Views: 5198

still don't know what to do with $G???

I'm sorry to be a pest about this.. if anyone has any ideas for what $G is all about and how to get rid of this javascript error, I would really appreciate it.
by jbruso
Wed May 31, 2006 12:26 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on mouseover of menu object with inline frame
Replies: 7
Views: 5198

menu files

are here:
http://dev.sheridan.edu/menus/

and the code I have for that window is this...

with(milonic=new menuname("eservicestop")){
style=eservicesStyle;
top="offset=-26";
left="offset=70";
align="right";
aI("text=`<iframe src=https://www.sheridan.edu/uportal/login/form.htm name=Portal_login ...
by jbruso
Wed May 31, 2006 12:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on mouseover of menu object with inline frame
Replies: 7
Views: 5198

Netscape

Netscape javascript console says there is no value for G??

$G has no properties??
by jbruso
Tue May 30, 2006 11:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on mouseover of menu object with inline frame
Replies: 7
Views: 5198

Error on mouseover of menu object with inline frame

If you go to http://dev.sheridan.edu and mouseover the orange e-Services button in the top right, you'll notice that a script error is thrown as you mouse into the box. For the life of me, I can not debug this thing. Any ideas?

http://dev.sheridan.edu/
by jbruso
Wed Mar 22, 2006 5:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Feature Request: Menu Code Reducer Filter Utility
Replies: 8
Views: 6027

Just curious to know how this is coming along?
by jbruso
Wed Mar 08, 2006 5:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Feature Request: Menu Code Reducer Filter Utility
Replies: 8
Views: 6027

That's sweet Andy.. looking forward to it...

If you're able to pull it off, I think it will also help you manage the size of your code better as new browsers and features are relased... I'm sure you are struggling to contain that code size now as it is.
by jbruso
Sat Mar 04, 2006 12:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Feature Request: Menu Code Reducer Filter Utility
Replies: 8
Views: 6027

That's one way of looking at it...

or, it could cause you to sell more volume for the market of developers who want something streamlined.
by jbruso
Fri Mar 03, 2006 11:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Feature Request: Menu Code Reducer Filter Utility
Replies: 8
Views: 6027

nope.. a paid for license.

I'm just wondering how much overhead can be cut from the menus if you were able to streamline the code only down to what is used versus what is available.
by jbruso
Fri Mar 03, 2006 9:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Feature Request: Menu Code Reducer Filter Utility
Replies: 8
Views: 6027

Feature Request: Menu Code Reducer Filter Utility

:idea: I don't know how possible it would be, but this sure might be an awesome utility...

A javascript utility to run on your menu code that analyzes which functions you're using and not using... which will strip out the unnecessary code, leaving u with the bare-bones minimum you need for ur ...
by jbruso
Fri Feb 24, 2006 11:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Drop Down Menus inside menu causing it to close prematurely
Replies: 1
Views: 1994

Drop Down Menus inside menu causing it to close prematurely

I have this menu that is calling an Ifram, and there is a form in it.. with a drop down menu.

mouseover the yellow e-Services button in the top right corner. You'll see a log in form (username, password, and pulldown)
http://dev.sheridan.edu/index_live.asp?id=1

Everything works great except that ...
by jbruso
Wed Feb 15, 2006 9:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Want to use menus as login form on non-ssl pages
Replies: 1
Views: 2129

Want to use menus as login form on non-ssl pages

I have a login form in a button (The orange eservices button at the top right of the page) http://dev.sheridan.edu/

I need this form to submit via SSL, but I don't want to make every page in my website SSL. So, I need to be able to submit the form via a secure connection.

At first, I thought I ...
by jbruso
Thu Nov 03, 2005 4:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu images keep loading??
Replies: 5
Views: 3683

hmm, yes andy I do... and I just turned it to automatic... and I see that the flickering went away.

But I'm still confused; that shouldn't matter should it? I can't control a user's temp int settings. There is another web site that i developed and it uses images for menus as well here.. and there's ...
by jbruso
Thu Nov 03, 2005 4:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu images keep loading??
Replies: 5
Views: 3683

Hi Ruth, are you sure? I'm using IE 6.0.29 on a PC.

The page isn't reloading.. just those 3 images... they're flickering and I see in the status bar repeated calls to the server for the images... again and again...

I tried renaming the menus, but nogo.. still flickering.
by jbruso
Thu Nov 03, 2005 1:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu images keep loading??
Replies: 5
Views: 3683

Menu images keep loading??

Why are the buttons here (About Us, Ministries, and Events) reloading constantly?

http://www.cornerstoneofsheridan.org/