-
Notifications
You must be signed in to change notification settings - Fork 58
To implement AliceJS my image disappears #32
Comments
Can you post a sample of code for us to review? |
Hi follow I post a sample of code thanks script src="js/jquery.flexslider-min.js"></script> <script src="js/alice-min.js"></script> <script src="js/src/alice.core.js"></script> <script src="js/src/alice.plugins.cheshire.js"></script> <script type="text/javascript"> $(document).bind("mobileinit", function() { $.mobile.page.prototype.options.addBackBtn = true; }); </script> <style> .ui-page, .ui-body-d, .ui-body-d input, .ui-body-d select { background: url("images/arches.png") repeat; } .ui-grid-a .ui-block-a {width: 25%;} /*lo inclui hoy*/ .ui-grid-a .ui-block-b {width: 75%; } .youtube-player{ position: absolute; top:47.25% ; left: 55%; } </style>
|
Can you try the plain HTML and AliceJS code without the jquery code? Wondering if there is a collision somewhere. But just from looking at this, i can't tell. Also, which browser are you experiencing the issue on? |
I 'm experiencing in chrome, sometimes it works and sometimes not |
Did you try the code without jQuery to try to isolate where the problem could be? i have tried the basic block of your code and it worked ok: <img src="images/logo.gif" id="img-logo" width="200" alt="Logo"> |
I already fix my problem, thanks! |
Oh, cool... what was it? Please share so that if other people experience the same issues, they can find a solution :) |
Hello I need your help when I to implement the code in my html , and to refresh my browser my image disappears, I inspect with the console, and don't show me errors, And I put my cursor on the code in my inspecto's browser, a blue box appears with the effect, this means that the code runs fine but because my image is disappear?
The text was updated successfully, but these errors were encountered: