Info box..

Raymond

Seasoned Veteran
Joined
Nov 6, 2008
Messages
3,092
Reaction score
10
FP$
800
I have been searching google for many hours trying to find the exact or somewhat alike of what I am looking for basically I am looking for something that when you hover over a "text" it opens a little info box.

I searched using javascript but couldn't find anything.

Basically once again lets say you hover over

"text"
then a little window will popup "onmouseover"
 
I think I know what you mean, an example would be the code they're using here when you hover over the question mark next to FP Cash in the postbit?

ou7877.webp
 
Urg those things bug the hell outta me! :lol:

Although, it could be used really well for like info posts... Hmm the possibilities!!
 
I think I know what Raymond means. Don't they have something similar on Vbulletin hosted forums where you can mouse over a given topic, and it gives you a little tidbit of what the topic is about before you go in and read the whole thing?
 
Ashley said:
I think I know what Raymond means. Don't they have something similar on Vbulletin hosted forums where you can mouse over a given topic, and it gives you a little tidbit of what the topic is about before you go in and read the whole thing?
That uses the title attribute (plus some substr to decrease the size and removal of BBcode) I'd imagine. This is the same concept, but a bit more complex.
 
Cosmic said:
Ashley said:
I think I know what Raymond means. Don't they have something similar on Vbulletin hosted forums where you can mouse over a given topic, and it gives you a little tidbit of what the topic is about before you go in and read the whole thing?
That uses the title attribute (plus some substr to decrease the size and removal of BBcode) I'd imagine. This is the same concept, but a bit more complex.

Ah, okay.
 
Same thing would work with a mouseover text box. 😉 Prob way better to search that next time.
 
Back
Top Bottom