Hi everybody,

it seems that I am doing something wrong concerning CSS classes with
JQuery.

I am using the plugin cluetip to open a new iframe tip. Now that works
perfectly, just it does not if I have the invoking <a href tag inside
another div that containes any css class. How come?!

Example working:
<div class="myactions" >
.. come code
</div>
<a class="myactions2" href="go.html" rel="go.html" style="font-
weight:regular;">test</a>

Example not working:
<div class="myactions" >
.. come code
<a class="myactions2" href="go.html" rel="go.html" style="font-
weight:regular;">test</a>
</div>

That is really strange. Can somebody please shed some light on it?

Thank you in advance,

Merlin

Reply via email to