473,796 Members | 2,679 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

image popup tip when mouse hover an object?

Hi, does any javascript framework can implement image popup tip when
mouse hover an object?

Mootool has a text popup tips. Is it easy to inherit it and create a
popup tip with images or other html code?

Nov 7 '07 #1
6 8901
wrote on 07 nov 2007 in comp.lang.javas cript:
Hi, does any javascript framework can implement image popup tip when
mouse hover an object?
Framework???? You mean library?
Mootool has a text popup tips. Is it easy to inherit it and create a
popup tip with images or other html code?
Overlib

<http://www.macridesweb .com/oltest/commandRef.html >
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Nov 7 '07 #2
On Nov 7, 6:52 am, nickw...@gmail. com wrote:
Hi, does any javascript framework can implement image popup tip when
mouse hover an object?

Mootool has a text popup tips. Is it easy to inherit it and create a
popup tip with images or other html code?
If this is the only thing you need, I don't see a reason to use
another, probably large and poweful, library to do a simple thing.

Nov 7 '07 #3
On Nov 7, 3:32 pm, Darko <darko.maksimo. ..@gmail.comwro te:
On Nov 7, 6:52 am, nickw...@gmail. com wrote:
Hi, does any javascriptframe workcan implement image popup tip when
mouse hover an object?
Mootool has a text popup tips. Is it easy to inherit it and create a
popup tip with images or other html code?

If this is the only thing you need, I don't see a reason to use
another, probably large and poweful, library to do a simple thing.
I need to show image in the popup tips. However, mootool doesn't have
it. Any suggestion on the solution?

Nov 7 '07 #4
On Nov 7, 3:49 am, "Evertjan." <exjxw.hannivo. ..@interxnl.net wrote:
wrote on 07 nov 2007 in comp.lang.javas cript:
Hi, does any javascriptframe workcan implement image popup tip when
mouse hover an object?

Framework???? You mean library?
Mootool has a text popup tips. Is it easy to inherit it and create a
popup tip with images or other html code?

Overlib

<http://www.macridesweb .com/oltest/commandRef.html >

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
in fact, they use word "framework" .

Nov 7 '07 #5
wrote on 07 nov 2007 in comp.lang.javas cript:
On Nov 7, 3:49 am, "Evertjan." <exjxw.hannivo. ..@interxnl.net wrote:
> wrote on 07 nov 2007 in comp.lang.javas cript:
Hi, does any javascriptframe workcan implement image popup tip when
mouse hover an object?

Framework??? ? You mean library?
Mootool has a text popup tips. Is it easy to inherit it and create a
popup tip with images or other html code?

Overlib

<http://www.macridesweb .com/oltest/commandRef.html >
[please do not quote signatures on usenet. Removed]
>
in fact, they use word "framework" .
Who are "they"?

And if so, do you mean "library"?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Nov 8 '07 #6
Evertjan. wrote:
wrote on 07 nov 2007 in comp.lang.javas cript:
>Hi, does any javascript framework can implement image popup tip when
mouse hover an object?

Framework???? You mean library?
>Mootool has a text popup tips. Is it easy to inherit it and create a
popup tip with images or other html code?

Overlib

<http://www.macridesweb .com/oltest/commandRef.html >
Pugly!

You might as well go for a proper /framework/ which offers everything else too rather than these amateurish, piecemeal, pugly widgets:

http://extjs.com/deploy/dev/examples...ets/qtips.html
Nov 11 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3049
by: Roger Shrubber | last post by:
I have a page with images that the user can drag from one frame to another. I need them to see a "ghost image" of the image they are dragging, while the original stays put. I use the onmousemove event to keep the ghost image under the mouse pointer. There are three problems: (1) if the ghost image is dragged so it is partially off the edge of the screen, scrollbars appear. This not only looks bad, it can cause the page to autoscroll...
6
10067
by: killerkatt | last post by:
I am new to CSS and would like to know if there is a way to make this happen with CSS: image1 and image 2 are laid out at the top of the page. when the mouse hovers over image1, a paragragh or so of formatted text appears below, when the mouse leaves the image, the text disappears; when the mouse hovers over image2, a different body of text appears in
8
12801
by: JLahm | last post by:
I have defined a class for my images called .image that specifies the default border color, width and style. I'd like to be able to have the pseudo elements link, visited and active have one color and style, while the hover class has a different color and style. I have the entries: a:link .image { border-color: #151515; border-style: solid; border-width: 2px; }
2
9183
by: Kevin Lyons | last post by:
Hello, Can anyone assist me with what I am trying to do with the following code (six different scenarios to try to make the functionality work correctly)? I want to always (and ONLY) display in the status bar 'Symantec Corporation' whenever anyone mouses over (onMouseOver) my image or link OR when one clicks while holding the left mouse down (onClick) on the same image or link. Upon releasing the mouse (onMouseOut), the
3
2158
by: Roger Withnell | last post by:
My simple popup menu code works in IE (Windows and Mac) but not in Safari. I use a onmouseover ShowMenu function and a onmouseout HideMenu function. Because Safari, unlike IE, recognises (correctly) text nodes within the element nodes, the functions run twice as often. If the onmouseover is to or the onmouseout is to a text node then the functions return false and do nothing. But because so many functions are being triggered, if the...
14
11099
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a window.open function? I would prefer not to create a separate HTML page. So far all I have is the basic var cwin = window.open('images/KJV-THANKS.gif', 'Thanks', 'width=243,height=420,'); cwin.focus();
18
2988
by: Colin McGuire | last post by:
Hi - this was posted last weekend and unfortunately not resolved. The solutions that were posted almost worked but after another 5 days of working on the code everynight, I am not further ahead. If you do have any ideas I would really like to hear them. Thanks Colin - 0 - 0 - 0 - I want a glorified popup/context menu on a button that shows only when
4
2406
by: Rusty | last post by:
Hi, I've seen something on a web site that I want to do for our Intranet web site. I'm not advocating pop-ups but for our company app, this would be perfect. Please go to this page and hold your mouse over one of the rings. http://www.bluenile.com/product_catalog.asp?catid=8&oid1=364&track=hero& elem=img The middle ring on the top brings up this page, but in a pop-up form.
7
27504
by: fredo | last post by:
I've studied Eric Meyer's pure css popups, version two: http://meyerweb.com/eric/css/edge/popups/demo2.html which pops up an image when I roll over a text link. Now I want to pop up a large image when I roll over a thumbnail. I've tried some things, but can't make it work. See here (Warning: adult matter):
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10465
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6800
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2931
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.