Search found 9 matches

by compbumj
Mon Jan 14, 2008 9:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change the color of one link in the menu only.
Replies: 4
Views: 3310

Re: Change the color of one link in the menu only.

download the menu and use the sample in the menu_sample\extras\listbased_menu directory

Thats all im trying to customize right now. If you can get that to work I will apply that to my menu :)

TY!
by compbumj
Mon Jan 14, 2008 3:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change the color of one link in the menu only.
Replies: 4
Views: 3310

Re: Change the color of one link in the menu only.

Still waiting for a response on this...
by compbumj
Thu Jan 03, 2008 8:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Change the color of one link in the menu only.
Replies: 4
Views: 3310

Change the color of one link in the menu only.

I am using the listbased menu found in extras\listbased_menu

Is it possible to change only one link in a submenu only?

<ul>
<li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
<li><a style="color:red;" href=http://www.milonic.com/contactus.php>Contact Us</a></li>
<li ...
by compbumj
Wed Aug 08, 2007 5:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Issue with milonic_src.js
Replies: 7
Views: 5157

Figured it out..

The milon script tags needed to go above my custom code.

Very wierd.
by compbumj
Wed Aug 08, 2007 4:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Issue with milonic_src.js
Replies: 7
Views: 5157

Theres more involved here.. the ie4 and ns6 are global vars being set... once the event is sent to the function, ie4 and ns6 are both 0... which means the event handlers are getting interrupted...

at least thats what im thinking...
by compbumj
Wed Aug 08, 2007 4:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Issue with milonic_src.js
Replies: 7
Views: 5157

var ie4=document.all
var ns6=document.getElementById&&!document.all


this is what is not working.... Hmmmmmm


ie4 is 0 and so is ns6 when I have that milon_src file included in the head tag.
by compbumj
Wed Aug 08, 2007 3:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Issue with milonic_src.js
Replies: 7
Views: 5157

Whats the best way to get this zip file to you?

Can I email it to one of you?

Id be willing to drop you some cash if you can assist.
by compbumj
Mon Aug 06, 2007 7:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Issue with milonic_src.js
Replies: 7
Views: 5157

I had a feeling you were gonna say that... If I setup an html file with my issue, would you have a moment to test it? Or am I asking to much?

I will make it fairly drag and drop
by compbumj
Mon Aug 06, 2007 6:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Issue with milonic_src.js
Replies: 7
Views: 5157

Issue with milonic_src.js

I am noticing that some of my previous JS code is no longer functioning when I put this in my head tag.

<script type="text/javascript" src="/mm_menu/js/milonic_src.js"></script>

If I remove this, my menu no longer functions (obviously) but my previous JS code does function.

Is there anything in ...