| Issue 36: | ul li not able to set active via css | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Dec 3, 2010
Project Member
#1
mat...@gmail.com
Status:
Invalid
|