|
ImageMap problem - please help me..
|
|
7th April, 12:10
Post: #1
|
|||
|
|||
|
ImageMap problem - please help me..
Hi Everyone,
I tried to put the qtip on my new website at my ImageMap and it does'n work.. ![]() this is the link to my site: http://www.travel-israel.co.il/site/index.php Thanks, Elior Haim. P.s sorry for my bad english. |
|||
|
7th April, 12:46
Post: #2
|
|||
|
|||
|
ImageMap problem - please help me..
Hi eliorhaim,
Image map functionality went live with the Beta 4 Release so try updating to the newest library. If you've already done so, take a look at the code in the imagemap demo: http://craigsworks.com/projects/qtip/dem...n/imagemap JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 12:52
Post: #3
|
|||
|
|||
|
ImageMap problem - please help me..
Tanks Craig,
I alredy use the Beta 4. and I did the same thing like at the demo. its still not work.. ![]() craig Wrote:Hi eliorhaim, |
|||
|
7th April, 12:53
Post: #4
|
|||
|
|||
|
ImageMap problem - please help me..
Could you give a bit more detail about what's not working? What kind of errors are you receiving? Could you post screenshots indicating what's happening? Any more information would be helpful.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 12:58
Post: #5
|
|||
|
|||
|
ImageMap problem - please help me..
It's not working I dont know what to describe.. my english is bad, visit the link and see whats happend.
I will try to put here some screenshots. craig Wrote:Could you give a bit more detail about what's not working? What kind of errors are you receiving? Could you post screenshots indicating what's happening? Any more information would be helpful. |
|||
|
7th April, 13:05
Post: #6
|
|||
|
|||
|
ImageMap problem - please help me..
http://www.travel-israel.co.il/site/qtip.jpg
screenshot |
|||
|
7th April, 13:06
Post: #7
|
|||
|
|||
|
ImageMap problem - please help me..
Found your problem!
You need to apply the tooltips to the area elements, not the map itself. Change you selector from this: JS Code
To this: JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 13:16
Post: #8
|
|||
|
|||
|
ImageMap problem - please help me..
still not working.. :\
what I did wrong? I know javascript and also ajax.. dont know why its doesn't work. Thanks Craig.. |
|||
|
7th April, 13:40
Post: #9
|
|||
|
|||
|
ImageMap problem - please help me..
Hmm what happens when you replace the content with a simple text like this:
JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 13:49
Post: #10
|
|||
|
|||
|
ImageMap problem - please help me..
Its show the text but only if I change it back to "#ImageMap" from "#ImageMap area" and its working not near to the mouse crusir.
|
|||
|
7th April, 13:53
Post: #11
|
|||
|
|||
|
ImageMap problem - please help me..
I was thinking that its doesnt work cause the Direction of the page at RIGHT TO LEFT
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="rtl"> (not english site of dir="ltr") but its not the bag.. its fix how the tip box looks like. my problems is that: 1. the content of the "alt" not show at the tips. 2. the tips appears not near to the mouse crusir. |
|||
|
7th April, 14:49
Post: #12
|
|||
|
|||
|
ImageMap problem - please help me..
I think I've found the problem. At the moment the area map functionality only matches against lowercase area types like 'poly' and 'circle' but not uppercase ones like yours 'POLY'. Try changing them to lowercase and I'll add in uppercase detection to the next RC.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 14:59
Post: #13
|
|||
|
|||
|
ImageMap problem - please help me..
Its not that cause I have also poly where the red dots at the map and also circles.
see my ImageMap code.. JS Code
|
|||
|
7th April, 15:01
Post: #14
|
|||
|
|||
|
ImageMap problem - please help me..
Not sure I follow... the problem is not the types present, its that your text is in UPPERCASE not lowercase. Change this:
JS Code
to this: JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 15:10
Post: #15
|
|||
|
|||
|
ImageMap problem - please help me..
still not working..
|
|||
|
7th April, 15:35
Post: #16
|
|||
|
|||
|
ImageMap problem - please help me..
You've not changed the selector in the code. The below code works, but the border issue is caused by your right to left text. This can be fixed by adding a normal dir attribute to the tooltip itself, which is also included in the code. I'll be adding native support for this in the upcoming RC.
JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 15:41
Post: #17
|
|||
|
|||
|
ImageMap problem - please help me..
with this thing "#ImageMap area" its not work at all.
|
|||
|
7th April, 15:43
Post: #18
|
|||
|
|||
|
ImageMap problem - please help me..
The border is nothing. the big problems is that the tip not show near to the mouse crusir and the alt text not show at the content of the tip.
|
|||
|
7th April, 16:00
Post: #19
|
|||
|
|||
|
ImageMap problem - please help me..
This code definitely works, I've just tested it on your page:
JS Code
The positioning is actually an issue with my positioning code. Bare with me while I have a look over it. Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 16:04
Post: #20
|
|||
|
|||
|
ImageMap problem - please help me..
Could you please replace this bit of your qTip javascript file:
JS Code
with this: JS Code
This should fix the problem with positioning hopefully Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 16:05
Post: #21
|
|||
|
|||
|
ImageMap problem - please help me..
still not shown at the page..
|
|||
|
7th April, 16:09
Post: #22
|
|||
|
|||
|
ImageMap problem - please help me..
JS error?
|
|||
|
7th April, 16:16
Post: #23
|
|||
|
|||
|
ImageMap problem - please help me..
Your code on the page is not correctly formatted:
JS Code
Should read: JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
7th April, 16:19
Post: #24
|
|||
|
|||
|
ImageMap problem - please help me..
AWESOME!
|
|||
|
7th April, 16:20
(This post was last modified: 7th April 16:21 by Olivier.)
Post: #25
|
|||
|
|||
|
ImageMap problem - please help me..
but why its still not every tip box near to the mouse pointer?
(also its working perfect at FF but not at IE 7.. - at IE7 there is an js error) |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Viewport problem | dynamicmindset | 8 | 1,213 |
18th February 02:12 Last Post: Craig |
|
| Problems with qTip and imagemap | JavaGuy | 2 | 826 |
10th February 18:03 Last Post: JavaGuy |
|
| [Solved] Tip Positioning using an Imagemap | Chris Rouxel | 0 | 716 |
21st September 10:53 Last Post: Chris Rouxel |
|
| I have problem for IE and Chrome . | yourself | 0 | 820 |
30th July 18:45 Last Post: yourself |
|
| Tooltip position incorrect on imagemap area (only in FF) | ajohnson1 | 2 | 1,515 |
8th September 15:43 Last Post: ajohnson1 |
|
| Instant problem | Pseudonaut | 1 | 404 |
7th September 19:35 Last Post: Pseudonaut |
|
| Problem only in Chrome | Michael Bykov | 6 | 1,978 |
20th August 15:22 Last Post: yolsgens |
|
| ImageMap with alt | mdeltito | 5 | 1,538 |
11th August 20:41 Last Post: nataroo37 |
|
| Position problem | m2studio | 1 | 430 |
24th June 15:37 Last Post: Craig |
|
| Input value problem | gostbuster | 14 | 2,081 |
23rd April 14:36 Last Post: gostbuster |
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help





