Low cost ecommerce web development India flash website design
Create an image map
An image map is an image that serves as a navigation device. With an image map,
you can create
multiple hotspots (clickable areas) in a single image and have each hotspot
link to a different URL
or file to open. You can also set where a linked document opens; for example
you can open the
document in a particular frame of a frameset document, or open it in a new browser
window.
View the completed file
Take a look at the completed file to see what you’ll create. The completed
image map includes links
to other document. You will open the document in a browser window to see how
the links work.
1 Choose File > Open, and in the dialog box that appears, navigate to the
GettingStarted
folder you created, then navigate to Tutorials/Completed and open the file named
imagemap_comp.htm.
The document opens in the Document window.
2 Press F12 (Windows only) or select File > Preview in Browser then select
a browser to view the
document in.
3 Roll the pointer over the light purple areas. The pointer changes to a hand,
letting you know
that the areas link to another document.
4 Click North America.
A new page opens.
5 Click your browser’s back button to return to the world map page.
6 Click the other hotspot.
The linked document opens in a new browser window.
7 When you are done viewing the pages, close your browser.
website designer freelance ASP PHP ecommerce web developer
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110