javascript - How to decorate area tag in html? -
The code below is not working This & lt; Region & gt;
do not decorate the tag.
Is there a way to decorate the area tag?
& lt; Html & gt; & Lt; Top & gt; & Lt; Style & gt; # Area1 {background color: red; Border-style: solid; Border color: # FF0000 # 0000FAF; } & Lt; / Style & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Img src = "kar.jpg" range = "0" usemap = "imgmap201522694636" alt = "map" & gt; & Lt; Map ID = "imgmap201522694636" name = "imgmap201522694636" & gt; & Lt; Area shape = "Rectangle" coord = "96,66,112,80" id = "area1" alt = "" title = "" href = "" target = "" & gt; & Lt; / Map & gt; & Lt; / Body & gt; & Lt; Html & gt;
Works for me: < / P>
See its blue / How is the red border and a red background?
What are you looking at? If you have other code that is updating the area tag, then you should also post here
Perhaps try to run your code in a different environment.
Comments
Post a Comment