Search found 12 matches

by mrwhitehat@hotmail.com
Wed Jun 22, 2005 8:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Images load only after mouseover!
Replies: 5
Views: 4471

Normally a path preceded by a "/" is an absolute path and works from the root - that's why I used it.
:x
by mrwhitehat@hotmail.com
Wed Jun 22, 2005 4:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Images load only after mouseover!
Replies: 5
Views: 4471

Tried the preload module.
I have the menu working in several other areas
e.g. http://www.cdowk.org/stewardship_development

The current one (http://www.cdowk.org/st_dismas) is just a copy of the same thing with different settings. I've gone over the code for typos and found none.

:-( frustrating!
by mrwhitehat@hotmail.com
Wed Jun 22, 2005 3:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Images load only after mouseover!
Replies: 5
Views: 4471

Images load only after mouseover!

http://www.cdowk.org/st_dismas/

The images only load after mouseover. Why is that?

Thanks for any help you can give!
MATTHEW
by mrwhitehat@hotmail.com
Fri Jun 03, 2005 7:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Subimage path Problem
Replies: 3
Views: 2308

Sorry, no help

Ruth,
I tried bothe the following and neither works:

subimage="http://www.wichitavocations/stewardship_development/menus/black_down_arrow.gif";
subimage="black_down_arrow.gif";

The JS is being run from http://www.wichitavocations/stewardship ... ent/menus/
and the sub image is also located there ...
by mrwhitehat@hotmail.com
Fri Jun 03, 2005 6:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Subimage path Problem
Replies: 3
Views: 2308

Subimage path Problem

Hi guys & gals!

In the code below I have a reference to a sub image. I will not display. I have tried the following:
placing the image in the same directory as the JS file.
referencing it in various ways
absolute reference.

It still won't display. Any suggestions?
The site is:
http://www ...
by mrwhitehat@hotmail.com
Thu Jun 02, 2005 7:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Different submenu offsets on the same page?
Replies: 2
Views: 2062

Thank you Ruth. you rock!
by mrwhitehat@hotmail.com
Wed Jun 01, 2005 6:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Different submenu offsets on the same page?
Replies: 2
Views: 2062

Different submenu offsets on the same page?

http://www.wichitavocations.com/steward ... st_design/

Notice the "OTHER MINISTRIES" menu option (along the top) is offset fine.

The main menu in the center, however, needs a different offset. It is relatively positioned, so I cannot use the menu offset. Any suggestions?

Also, how do i get the ...
by mrwhitehat@hotmail.com
Wed Jun 01, 2005 6:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu does not display - help please!
Replies: 4
Views: 2996

Sorry, typo

Forgot a semi-colon

My bad!
by mrwhitehat@hotmail.com
Wed Jun 01, 2005 5:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu does not display - help please!
Replies: 4
Views: 2996

Ruth,
I know what you mean about relative paths.
While you were posting I was doing exactly what you suggested.
no change.

I have another menu in the same directory workign perfectly. (you helped me with it a couple days ago - thank you).

here is the code for this menu:

HTML ...
by mrwhitehat@hotmail.com
Wed Jun 01, 2005 5:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu does not display - help please!
Replies: 4
Views: 2996

menu does not display - help please!

Could someone tell me what kind of idiotic thing I did with this script that it will not work:
http://www.wichitavocations.com/steward ... /test.html

Note: This is a test page with code from another page I am working on. if I can get this page to work, then I can figure out the problem.

Thanks!
by mrwhitehat@hotmail.com
Fri May 27, 2005 6:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Absolute position within relative?
Replies: 1
Views: 1748

Absolute position within relative?

Hi,
I am new so please have mercy on me. I've checked the other listing and have not found an answer to this question:

I have a menu which looks and works like I want it to and it is embedded in a table cell. Unfortunately it appears a little high (up a couple of pixels) in the table cell.

I have ...
by mrwhitehat@hotmail.com
Fri May 27, 2005 5:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Background and Relative position problem
Replies: 1
Views: 1823

Background and Relative position problem

http://www.cdowk.org/stewardship_development/

BASICALLY, I can't get this menu to shift down about 5 - 15 pixels

Here is my code:

with(milonic=new menuname("Main Menu")){
style=background;
top=15;
left=0;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("status=Click Here for ...