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; } 

demo


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -