Hello,
I am applying a function (tinymce) to some text areas.
However I need to check before if this function exists (if its js file
was loaded).
If I would use JS I would do this:
$(document).ready(function() {
if (typeof (tinymce) !== "undefined") {
$('textarea.Editor-Base').tinymce({
While there are a few problems with your code, I think you could
achieve your desired effect if you threw the ul#slidemenu and
#dropmenu into a containing div and then apply the hover function to
the container.
Something like this:
-- HTML --
M
Anchors are inline elements. Try giving it display: block (or inline-block).
On Thu, Feb 4, 2010 at 7:12 PM, Erik wrote:
> Hello everyone...
>
> I'm using DD_roundies for IE round corners and it works great. BUT, I
> can"t seen to figure out how to make the following work:
>
>
>
> .a2 {width: 1
the error is the last comma in literal object:
the correct is
6. effect: 'fade'
7.});
On 6 fev, 20:35, vengiss wrote:
> Hi, I have a table in my site that shows a list of products I get from a DB,
> each one has and image (thats loaded on a hidden div). I'd like to show on a
> to
Hi Vengiss,
$('#preview_'+id_mercancia).tooltip({
tip: '#img_'+id_mercancia,
effect: 'fade',
});
The error is the last comma.
Correct:
$('#preview_'+id_mercancia).tooltip({
tip: '#img_'+id_mercancia,
effect: 'fade',
});
This error doesn't affect IE and Safari because they ar
Hi,
I am having a problem with
www.bldd.nl/prototypes/megamenu/test11.html
When you quickly rollover the menu it keeps in "rollover" state, how
can i fix this???
regards,
still no real answer?
in the meantime I have tried some solutions, but none of them would
work. Please help.
thank you
7 matches
Mail list logo