Area tag styles
Posted: Mon Apr 04, 2011 6:10 pm
Trying to highlight or even color a area tag and it doesnt seem to work
everything else works, BTW this is a dynamic area map system hence all the variables.
Code: Select all
echo "<area style='background-color:#FF0000' shape='rect' coords='" . $mapsplit[0] . "," . $mapsplit[1] . "," . $mapsplit[2] . "," . $mapsplit[3] . "' href='adventure.php?" . $mapsplit[4] . "&id=" . $mapsplit[5] . "' TITLE='" . $mapsplit[6] . "' />";