Page 1 of 1

jquery mobile 1.4 css filepath

Posted: Thu Apr 03, 2014 4:50 pm
by Kapow36

I'm upgrading the project to jquery mobile 1.4, but now my icon with link url("files/views/assets/image/hsl_circle_blue.png") is no longer working. Does anyone know the correct way to write local links?


jquery mobile 1.4 css filepath

Posted: Thu Apr 03, 2014 5:49 pm
by Maryna Brodina

Hello!

Please take a look here https://getsatisfaction.com/apperyio/...


jquery mobile 1.4 css filepath

Posted: Thu Apr 03, 2014 11:51 pm
by Kapow36

Unfortunately those don't work.


jquery mobile 1.4 css filepath

Posted: Fri Apr 04, 2014 3:26 am
by Alena Prykhodko

Hello,

It depends on where your CSS is located.

If you are using standart CSS assets for this goals you can try to use this path:

prebackground: url(../../../../files/views/assets/image/no-image.jpg);/pre


jquery mobile 1.4 css filepath

Posted: Fri Apr 04, 2014 4:56 am
by Kapow36

Thanks so much! That did it.