Thread img usemap bug in Opera 9? (10 answers)
Opened by esskar at 2009-05-07 23:45

esskar
 2009-05-07 23:45
#121319 #121319
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Gibt da nen bug?
die punkte sind total falsch. IE, FF, Safari macht alles richtig

hier mal der html code
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<map name="tour_map">

<area shape="rect" coords="56.5,459,194.5,488"
href="#"
onmouseover="ddrivetip('<h3>Saarbrücken - Landwehrplatz</h3>Saturday, 01. August 2009<br><br><br>', 300)"
onmouseout="hideddrivetip()"
>

<area shape="rect" coords="148.5,384,256.5,413"
href="#"
onmouseover="ddrivetip('<h3>Frankfurt - Ballsporthalle</h3>Wednesday, 06. May 2009<br><br><br>', 300)"
onmouseout="hideddrivetip()"
>

<area shape="rect" coords="55.5,314,102.5,343"
href="#"
onmouseover="ddrivetip('<h3>Köln - Rhein Court</h3>Saturday, 30. May 2009<br><br><br>', 300)"
onmouseout="hideddrivetip()"
>

<area shape="rect" coords="55.5,339.5,102.5,368.5"
href="#"
onmouseover="ddrivetip('<h3>Köln - Nike Court</h3>Thursday, 07. May 2009<br><br><br>', 300)"
onmouseout="hideddrivetip()"
>

<area shape="rect" coords="146.5,404,259.5,433"
href="#"
onmouseover="ddrivetip('<h3>Darmstadt - Bürgerpark</h3>Wednesday, 06. May 2009<br><br><br>', 300)"
onmouseout="hideddrivetip()"
>

<area shape="rect" coords="213.5,552,304.5,581"
href="#"
onmouseover="ddrivetip('<h3>München - Sales</h3>Wednesday, 06. May 2009<br><br><br>', 300)"
onmouseout="hideddrivetip()"
>

<area shape="rect" coords="339.5,179,403.5,208"
href="#"
onmouseover="ddrivetip('<h3>Berlin - Yaam</h3>Wednesday, 06. May 2009<br><br><b>Wo:</b><br>Stralauer Platz 35<br>D-10243 Berlin <br><br><b>Webgeschreibung:</b><br>S-Bahn zum Ostbahnhof. Gegenüber vom Ostbahnhof, zwischen Mauer und Spree (Ende der East-Side-Gallery). Einer der stylishten Spots in Berlin.<br><br>', 300)"
onmouseout="hideddrivetip()"
>

<area shape="rect" coords="218.5,91,312.5,120"
href="#"
onmouseover="ddrivetip('<h3>Hamburg - St. Georg</h3>Wednesday, 06. May 2009<br><br><br>', 300)"
onmouseout="hideddrivetip()"
>

</map>
<img class="image" src="http://localhost:3000/tour/map/2009"
alt="Germany's Finest Tour 2009" title="Germany's Finest Tour 2009"
usemap="#tour_map" />

View full thread img usemap bug in Opera 9?