Search found 7 matches

by arkeo
Fri Mar 04, 2005 5:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: JavaScript function - return false;
Replies: 4
Views: 4414

Thanks for your response and sorry about the version 5 code not being available.

Unfortunately, none of those solutions worked and I am already specifying "return false" in the function itself. It seems like IE is choosing to ignore it, though.

I'll have the new version online pretty soon and we ...
by arkeo
Wed Mar 02, 2005 3:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: JavaScript function - return false;
Replies: 4
Views: 4414

If you mouseover "select text size" in the navigation bar, the menu appears.

Current Version:
Eye Vitamins

Test Version:
Eye Vitamins with new menu

The idea is to change the style without refreshing the page. It works in FireFox and Opera, but not in IE6. (It doesn't work at all in NN7, but ...
by arkeo
Tue Mar 01, 2005 10:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: JavaScript function - return false;
Replies: 4
Views: 4414

JavaScript function - return false;

I've looked everywhere and can't find an answer to this question. However, as soon as I post this, I'm sure I'll find it somewhere. (Is there a way to delete posts? ;) )

When calling a JavaScript function with clickfunction= , onfunction= , offfunction= , etc., how do you specify "return false"? I ...
by arkeo
Tue Mar 01, 2005 9:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS:hover on individual menu items
Replies: 2
Views: 2383

Multiple CSS Selectors

Thanks.

CORRECTION: In this message, I previously stated the following.
I guess the reason it wasn't working was that I was trying to use multiple CSS class selectors and that must have messed it up:
That is incorrect. What was really happening was that I had failed to remove some of the global ...
by arkeo
Tue Mar 01, 2005 7:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: onclick JavaScript function
Replies: 1
Views: 2050

Never Mind

:oops: Never mind. I just discovered "clickfunction".

So for anyone else who was as confused as I was, clickfunction is the parameter used to simulate the onClick functionality of JavaScript.

Jonathan Jeter
Web Developer
Arkéo, Inc.
Fort Worth, Texas
http://www.arkeo.com
by arkeo
Tue Mar 01, 2005 6:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: onclick JavaScript function
Replies: 1
Views: 2050

onclick JavaScript function

Is there any way to call an onClick JavaScript function from the menu? In looking through the samples and documentation, I can only find supported methods for mouseover and mouseout. The reason I ask is this:

In the version 3 menu, I have a function that I am calling onclick from a button (<input ...
by arkeo
Tue Mar 01, 2005 4:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS:hover on individual menu items
Replies: 2
Views: 2383

CSS:hover on individual menu items

Is there a way to put call different CSS classes for individual menu items? I've read through the instructions for applying CSS to a menu, but it seems like you can only style menu sections. The only way I have been able to do it is by placing HTML in the text attribute. I tried onclass and offclass ...