Transparent listview in jquery mobile version 1.4 -
i found many examples version 1.3, far see there not working version jqm 1.4
css solution on listview version 1.3 was:
background-color: transparent !important; background-image: url('') !important;
can suggets me fix version 1.4 (1.4.4)?
tnx!
just apply li itself:
li { background-color: transparent !important; }
if have anchor tags in listitems, apply anchor:
li { background-color: transparent !important; }
Comments
Post a Comment