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 ...
Search found 29 matches
- Tue Mar 06, 2007 9:54 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Width on table??
- Replies: 5
- Views: 4385
- Tue Mar 06, 2007 6:43 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Width on table??
- Replies: 5
- Views: 4385
- 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
That doesn't work.
Thanks,
John
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";
}
Thanks,
John
- 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
- 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
- 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.
- 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 ...
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 ...
- 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??
$G has no properties??
- Wed May 31, 2006 12:06 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Error on mouseover of menu object with inline frame
- Replies: 7
- Views: 5198
- 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/
http://dev.sheridan.edu/
- 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
- 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
- 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
- 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
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- Thu Nov 03, 2005 4:26 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu images keep loading??
- Replies: 5
- Views: 3683
- 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/
http://www.cornerstoneofsheridan.org/