randolph249 / iscroll-js

Automatically exported from code.google.com/p/iscroll-js
MIT License
0 stars 0 forks source link

ul li not able to set active via css #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
- the latest

Please provide any additional information below.

before i told my problem thanks for the nice iScroll script.

I work with jqtouch in my css stands that:

ul li.arrow {
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

ul li a.active {
    background: transparent;
    background-image: url(img/selection.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #000;
}

When i touch a li the backgroundimage changed to selection.png

After i installed iscroll it dosent work.
What is the problem.

Sorry for the bad englisch

greets from germany
Kevin

Original issue reported on code.google.com by i...@appzer.de on 18 Nov 2010 at 9:58

GoogleCodeExporter commented 8 years ago
Please use the google groups for this kind of problems.

Original comment by mat...@gmail.com on 3 Dec 2010 at 3:50