Arama butonu
Bu konudaki kullanıcılar: 1 misafir
12
Cevap
2265
Tıklama
0
Öne Çıkarma
Resme link verme ACİL
B
18 yıl
Teğmen
Konu Sahibi

bütün bir resmin farklı farklı yerlerine ayrı bağlantıları olan linkler eklemek için bir program vardı ben hatırlıyamadım
bilen varsa yardım lütfen
şimdiden teşekkür ederim



P
18 yıl
Çavuş

http://www.pc-kopat.com/eskisite/kb.php?mode=article&k=8

Frontpage programında bu işlemin nasıl yapıldığı açıklanmıştır.


Bu mesaja 1 cevap geldi.
S
18 yıl
Yüzbaşı

http://www.w3schools.com/html/tryit.asp?filename=tryhtml_areamap
Bu sayfada sağdaki resimdeki gezegene tıkla. Başka sayfa açıyor. Küçük gezegene tıkla başka sayfa açıyor. Sen kendi resmini kullanarak deneyebilirsin.

Buradaki kod
http://vebgelistirme.googlepages.com/resmeCokLinkVer.htm
burada var. Sarı olan güneş ona tıklarsan sun.htm açılıyor. İki tane daha gezegen var. Birine tıklayınca venus.htm açılıyor. Diğerine tıklayınca başka bir sayfa açılıyor.

   
<html>
<body>

<p>
Click on one of the planets to watch it closer:
</p>

<img src="planets.gif"
width="145" height="126"
usemap="#planetmap">

<map id="planetmap" name="planetmap">

<area shape="rect"
coords="0,0,82,126"
alt="Sun"
href="sun.htm">

<area shape="circle"
coords="90,58,3"
alt="Mercury"
href="mercur.htm">

<area shape="circle"
coords="124,58,8"
alt="Venus"
href="venus.htm">

</map>

<p><b>Note:</b> The "usemap" attribute in the img element refers to the "id" or "name" (browser dependant) attribute in
the map element, therefore we have added both the "id" and "name" attributes to the map element.</p>

</body>
</html>







< Bu mesaj bu kişi tarafından değiştirildi sanal47 -- 3 Temmuz 2007; 20:15:09 >
Bu mesaja 1 cevap geldi.
G
18 yıl
Yarbay

al bunları kendine göre eidtle bi sayfada deniye deniye
<html> 
<body>

<p>
Click on one of the planets to watch it closer:
</p>

<img src="planets.gif"
width="145" height="126"
usemap="#planetmap">

<map id="planetmap" name="planetmap">

<area shape="rect"
coords="0,0,82,126"
alt="Sun"
href="sun.htm">

<area shape="circle"
coords="90,58,3"
alt="Mercury"
href="mercur.htm">

<area shape="circle"
coords="124,58,8"
alt="Venus"
href="venus.htm">

</map>

<p><b>Note:</b> The "usemap" attribute in the img element refers to the "id" or "name" (browser dependant) attribute in
the map element, therefore we have added both the "id" and "name" attributes to the map element.</p>

</body>
</html>



bidehttp://www.globalscape.com/support/map.aspx



Bu mesaja 1 cevap geldi.
DH Mobil uygulaması ile devam edin. Mobil tarayıcınız ile mümkün olanların yanı sıra, birçok yeni ve faydalı özelliğe erişin. Gizle ve güncelleme çıkana kadar tekrar gösterme.