.blue-info-bar { color: #fff; height: 50px; background: url(../images/ui/blue-info-bar-background.png); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); position: relative; }On the iPhone this class works fine, but on Andriod, I can't access the images folder? Is there a way to do this. I am currently using app.css to add a global style sheet to the app.
1 Answer
Try
url(app://images/ui/blue-info-bar-background.png)PS.not tested
Your Answer
Think you can help? Login to answer this question!