$(\'#gallerie ul li:eq(1)\').animate({opacity: 1}, 1250).remove(); //results in instand remove $(\'#gallerie ul li:eq(1)\').delay(3000).remove(); //instant remove
Is it possible to clone a specific < li> and put it above an other specific < li>? Any clue would help me..?
I have code <ul id=\"list\"> <li>test</li> <li class=\"header\">test</li>
Can I work with the index value so easily? I think using the natural index values is better then using classes. I want to use the .index in that way.
Hi i have 2 function for one menu, slide bottom under menu and dynamic load content to div.. I have 2 JS files.. Problem is with slide bottom under menu, this back anytime for this same position (firs
i have a big problem with a menue ONLY in IE8 - all other browsers work perfect: There\'s an menue like this one:
I have an ordinary ul li. I want to attach an li to the list which is based on the first li in the list.
I\'m looking for a way to display an image on a webpage. This image needs to be just to the right of a list item within an unordered list. Preferably, I\'d like it to be within the list item tags but
Is it possible to write W3C compliant multi-level bullet points (unordered list) in HTML? Nested ul can be used, but is not W3C compliant.
I\'ve got a problem with some ul and li... I\'d like to create an unordered list with 3 li and each li has got a different list-style-image...