float_info jquery plugin question

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.
Quote · 19 Jun 2012

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....
Quote · 19 Jun 2012

 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.
Quote · 19 Jun 2012

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.
Quote · 20 Jun 2012

explain in details what is it you are trying to do

Quote · 20 Jun 2012

 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 loaded jquery.js and jquery.float_info.js, I added the appropriate css for div #float_info, and I placed the actual div in the body of the document.

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.
Quote · 20 Jun 2012

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....
Quote · 20 Jun 2012

 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.

 

http://houstonlively.com/chess2.php

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 20 Jun 2012

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....
Quote · 20 Jun 2012

 

 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.

 

http://houstonlively.com/chess2.php

 cool, i was gonna suggest to use something else http://code.drewwilson.com/entry/tiptip-jquery-plugin
I use it and works just fine, easy to modify

Quote · 20 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.