Jump to content

ddkviking

Members
  • Posts

    3
  • Joined

  • Last visited

ddkviking's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Ive tried your method dsonesuk and the image still isnt working.. sorry like i said im not too familiar with jscript. the image is clickable but nothing changes, when i make a new image and have it as a different color how do i put that in the jscript so it will work? Heres a different image with different colors https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-xfp1/v/t1.0-9/16230_795667043837732_5977530183859567072_n.jpg?oh=ac02eaea05b53998e45054b5ca23466e&oe=555989D8&__gda__=1430994139_f38e07039e92c87017f586413a04702c
  2. Im not too familiar with Javascript yet, is there anyway to do this with html or css,
  3. Hello I have made a map for my community, but im having some issues... I want to be able to move the mouse over to a certain section of the map and it change colors like a blue or a red. If this is not possible is there a way to do it where just that section is highlighted, for example this first area shape is a polygon, but when i try to the entire map gets highlighted instead. Im not all that experience with html even less so with jscript so im not even sure not to set that up, with this. If someone could at least help me with that first coord that would be awesome. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ <head> <style type="text/css"> .pic{ width:640px; height:428px; opacity: 1; filter: alpha(opacity=100); no-repeat; } .pic:hover { opacity: 0.3; filter: alpha(opacity=30); } </style> </head> <body> <div class="pic"> <img src="https://pbs.twimg.com/media/B9ii-g5IQAAwho5.png:large" width="640" height="428" alt="Halo Risk Map" usemap="#haloriskmap"> <map name="haloriskmap"> <area shape="poly" coords="175,293, 161, 294, 155, 287, 145,285, 145, 268, 161, 243, 171, 242, 177, 246, 175, 259, 171, 262, 171, 269, 178, 277, 178, 287" href="www.deadlysinsgaminghq.enjin.com" alt="1"> </map> </div> </body>
×
×
  • Create New...