Topic: <area> tag and Javascript (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
![]() Does the <area> tag stay in the defined place or can i use it in conjunction with a javascript random image loader, to have the defined ,area. be in alternating places? |
Paranoid (IV) Inmate From: France |
![]() bikepunk: First, welcome in the Asylum, |
Obsessive-Compulsive (I) Inmate From: |
![]() Thanks... |
Nervous Wreck (II) Inmate From: |
![]() Ok... here is another example with better html. quote:
|
Paranoid (IV) Inmate From: France |
![]() quote: So you definitively should have a look at the CSS Zen Garden. You see, building a clean, valid and semantic (x)HTML markup will allow you, or anybody else, to "skin" it by just doing a .CSS file and some images. To learn about (x)HTML and CSS, you could head to w3schools.com and A List Apart. Check also the code: document.write("<img src='"+list[j]+"' />"); into code: bla = "<img src='"+listImg[ j ]+"' usemap='#theMap'>\n<map name='theMap'>\n\t" bla += "<area href='"+ listHref[ j ] +"' shape='"+ listShape[ j ] +"' coords='"+ listCoords[ j ] +"' alt='' /></map>" document.write( bla ) Well I think you get the point. |
Nervous Wreck (II) Inmate From: |
![]() ... dear lord. |