add the toolme class in your tooltip script:

$.tooltip = {
        blocked: false,
        defaults: {
            delay: 200,
            fade: false,
            showURL: true,
            extraClass: "toolMe",
            top: 15,
            left: 15,
            id: "tooltip"
        },
        block: function() {
            $.tooltip.blocked = !$.tooltip.blocked;
        }
    };


2008/11/17 Paul <[EMAIL PROTECTED]>

>
> www.drhankbarreto.com
>
> I am trying to get it to work with within a sub-ul dhtml menu. In all
> my reading I have not found a reason why it would not function within
> this context. So after much coding and headache, no luck. It is not
> taking effect for some reason.
>



-- 
////////////////\\\\\\\\\\\\\\\\\\\
StrikingConcepts.nl
\\\\\\\\\\\\\\\\///////////////////

www.strikingconcepts.nl
06 450 860 83

Reply via email to