-
Notifications
You must be signed in to change notification settings - Fork 2.4k
CSS Icon disapears with local CSS #3205
Comments
Hi, have you tried running the local jqm version on a web server (even localhost)? Do you still get the same issue? |
Yup. |
I've just seen you're using jquery 1.7, have you tried with 1.6.4 ? |
Yes, too. Oh god... I'm stupid >.> |
Finally, I didn't see the images because in the CSS, they're referenced as "url(images/...)", and I'm on a subdirectory of a subdomain. I changed the URL to "../images", and now it's working. Sorry for that. |
If icons aren't appearing, check to make sure you have the icon images local too, and that paths from the stylesheet to the icon images is correct in your local file structure. .................................. . . . . On Dec 2, 2011, at 4:32 AM, "Adnan RIHAN" reply@reply.github.com wrote:
|
That's what I said there: #3205 (comment) |
Hi,
I'm debugging with Chrome and it's Dev Console.
I have a page with collapsible content, and the +/- icon on it.
When I switch from distant CSS (on JQuery Servers) to local CSS, the icons disapear.
Good luck, and thank you for this amazing "tool" (JQMobile) :)
Distant CSS: http://i39.tinypic.com/nz521e.png
Local CSS: http://i41.tinypic.com/4t3885.png
The text was updated successfully, but these errors were encountered: