Search found 12 matches

by mark1
Sat Feb 25, 2006 1:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: [FIXED]problem with Milonic java breaking other java
Replies: 2
Views: 2504

That fixed the problem!!!! :D

Thanks again Ruth.

Mark
by mark1
Sat Feb 25, 2006 1:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: [FIXED]problem with Milonic java breaking other java
Replies: 2
Views: 2504

[FIXED]problem with Milonic java breaking other java

Hi I have added WebCalendar to this site http://www.abnc.org/WebCalendar To get the calendar to look like the rest of the site I have to add the menu in a custom header file provided by the calendar. Everything works OK except the mouseover does not work in the calendar. When you mouseover an event ...
by mark1
Fri Jun 10, 2005 12:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamicly change page link?
Replies: 7
Views: 5039

You were all correct. The problem was I had defined <base href="http://mysite.com" /> This caused the link to go to the home page mysite.com/#MAIN_TOP I removed the base href tag and it all works.

Thanks
mark
by mark1
Mon Jun 06, 2005 1:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Background color question
Replies: 6
Views: 4765

Thanks Ruth, great explanation. I got it now. It was not a simple as I had hoped but simple enough to fix. You have been a great help.

Mark
by mark1
Sun Jun 05, 2005 7:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Background color question
Replies: 6
Views: 4765

Ruth Thanks for the quick response.
They wanted a different background color or image for the body that would flank both sides of the main table. This would only be seen by people who use a wider screen resolution. That is why I set table background to white. I will use the body tag to set the ...
by mark1
Sun Jun 05, 2005 5:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Background color question
Replies: 6
Views: 4765

Sure Ruth

I do a little volunteer work form time to time and use my website to develop website for non-profit organizations. I am redesigning this for http://www.abnc.org.

I had hoped I would not have to put my website here but here goes.
http://markglassonline.com

Thanks for the help.
Mark
by mark1
Sun Jun 05, 2005 2:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Background color question
Replies: 6
Views: 4765

Background color question

I have searched the post and help files but can not find the answer. It must be so simple everyone but me knows.

My problem is, my menus look great until I changed the background color of the table they are in to white. Now the menu items with sub menus are white and menu items with links are OK ...
by mark1
Tue May 03, 2005 11:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: W3C will not validate my menu with <br>
Replies: 6
Views: 4767

Thanks John

Well it works as coded so leave well enough alone :)
Don't fix it if it ain't broke
Thanks for everyone's help and the great menu system.

Mark
by mark1
Tue May 03, 2005 7:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: W3C will not validate my menu with <br>
Replies: 6
Views: 4767

Thanks GigWebGuy This gave me quotes in the menu and this error message when validating. I have also tried "li". It works but I get the same error message with the exception "br" is now "li".

Line 67, column 31: document type does not allow element "br" here

aI("text=\"Education<br \/>&nbsp;&nbsp ...
by mark1
Tue May 03, 2005 1:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: W3C will not validate my menu with <br>
Replies: 6
Views: 4767

W3C will not validate my menu with <br>

Hi I want to have a line break and indent on a couple of menu items. Easy enough <br />&nbsp;&nbsp;. Problem is I get an error message when validating the page.
Do I have another option? I tried <br /> ang got more errors when validating the page.
Line 67, column 30: document type does not allow ...
by mark1
Thu Apr 28, 2005 10:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamicly change page link?
Replies: 7
Views: 5039

Thanks for the replys I tried them and no luck. I did notice it only happens on IE using the original code. Saddly this is most of my audience.

Kevin this sent me to the top of the index page from any page.
aI("text=Top;url=#;");

John I tried single quotes and backslash double quote and neither ...
by mark1
Wed Apr 27, 2005 10:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamicly change page link?
Replies: 7
Views: 5039

dynamicly change page link?

I don't know if this is a javascript or php problem. I use templates creating these pages. I have a header menu file and a footer menu file. In my footer menus I want a link to the top of the page. I need to dynamicly set the page name and path. When I tried php the file name returned was the footer ...