Note that there are some explanatory texts on larger screens.

plurals
  1. USuser1949029
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COthanks...this solution works...here is code: <div id="rating"><img src="./images/star.png" alt="Star" width="48" height="48" <="" img=""><div id="rating2">6.7</div></div> and here is css code: .item-rating.rating img{margin-left: -8px; margin-top: 32px;} div#rating{margin-left: 36px; margin-top: -32px; position: absolute;} div#rating2{margin-left: 4px; margin-top: -32px; position: absolute;} div#rating:hover{-webkit-filter: drop-shadow(0px 0px 14px rgba(0,0,0,0.5));} Thank You for an idea.
      singulars
    2. COi have fixed it now..than you all for help (vortextangent) it now sends ajax post to popup.php in php get id from ajax call, then index.php receive data and insert received data in middle of <div> </div> that calls bpopup jquery plugin...i have removed div from popups.php so that i don't get two bpopups only one...so all is now working perfectly..but...i im getting about 1second delay from ajax call is that normal? can it be faster? Thanks!
      singulars
    3. COhttp://dinbror.dk/bpopup/ this plugin i im using...and ajax function is successfully now i see that i can load content from external php file (there is hidden popup <div> </div>) and example 4a show how to load i have this code here: $('#popup').bPopup({ contentContainer: data, loadUrl: 'http://mysiteaddress.com/popup.php' //Uses jQuery.load() }); } so when i alert data i get all correctly in message box that alerts...<div> ... </div> stuff...then opens bpopup and content of bpopup plugin needs to be data from external file..but its contents is empty...someone have solution?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload