Does anyone know all the scripts that need to be called for this to work on a non-dolphin page?
I assume:
/plugins/jquery/jquery.js
/inc/js/jquery.float_inf.js
Is there anything else?
Does anyone know all the scripts that need to be called for this to work on a non-dolphin page? I assume: /plugins/jquery/jquery.js /inc/js/jquery.float_inf.js
Is there anything else? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
and this on the top of your body <div id="float_info" style="position: absolute; z-index: 1010; display: none; "></div> so much to do.... |
RE: and this on the top of your body <div id="float_info" style="position: absolute; z-index: 1010; display: none; "></div> Got that. Still doesn't work. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I don't get it. All the js is loaded, the css is loaded, so is <div id="float_info" style="position: absolute; z-index: 1010; display: none; "></div> Image with float_info="Some Text" attribute is on page. Hovering on image does nothing. What am I missing? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
explain in details what is it you are trying to do |
RE: explain in details what is it you are trying to do See this page: http://houstonlively.com/chess2.php
See that question mark icon by the 'Register Player' fields. When you click on it, a big ugly html window is popped up. I just wanted an info box on mouseover, just like you see on D7's join form and elsewhere. The content for the above page is loaded into a dynamically sized iframe, so in effect, none of the usual JS loaded on a standard dolphin page is available, and needs to be loaded on the page that is iframed. I can't get it to work, so I'm just wondering what I'm missing.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
i think its in an iframe. So you need to attach all js in the main page, which is this http://houstonlively.com/chess2/. so much to do.... |
RE: i think its in an iframe. So you need to attach all js in the main page, which is this http://houstonlively.com/chess2/. I tried that already... didn't work. I gave up on the jquery.float_info.js, and went with lytebox. Lytebox is better because I can use it to pop up any external web page. It works... click on the question mark to see.
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
oh! thats good but "Sorry, if you're too stupid to fill out this simple form, we can't help you." This is funny lol so much to do.... |
RE: i think its in an iframe. So you need to attach all js in the main page, which is this http://houstonlively.com/chess2/. I tried that already... didn't work. I gave up on the jquery.float_info.js, and went with lytebox. Lytebox is better because I can use it to pop up any external web page. It works... click on the question mark to see.
cool, i was gonna suggest to use something else http://code.drewwilson.com/entry/tiptip-jquery-plugin |