Hello all,
I'm trying to use accordion jquery plugin to make a list ... I have
started with nested list because I couldn't make the other examples
work in short time so this one just looked easier to implement ...
Everything works fine only that I would like a different background of
active link in li element. Theres a css written for that but it dosent
really work ..
ul.ui-accordion-container li.active { background-image: url(i/
accordion-left-act.png); }
ul.ui-accordion-container li.active a.ui-accordion-link { background-
image: url(i/accordion-middle-act.png); }
ul.ui-accordion-container li.active .ui-accordion-right { background-
image: url(i/accordion-right-act.png); }
I tired to use that code but then I realised it dosent work even i the
example you run called nested.html
Does anyone know whats the problem exactly I tried everything I knew
but my js skills are like 2 on scale 1 to 10
Thanks in advance.