Hi,
Anyone know what styles apply to <AREA> tag?
I tried to use <AREA style="border-style:solid; border-width:1px" ..../>
and it seemed not have any effect.
Thanks
<AREA> TAG
Hi yylex,
Would you not have declare the 'shape' and 'coord' values of the area tag first, thus defining it as an entity, something for the styles to actually apply to ?
Ignore me if I'm being dumb, not that familiar with their use,
Hugo.
<AREA> TAG
Hi Hugo
Thanks for your response.
I did include 'shape' and 'coord' attributes in my AREA tag, and my image map works ok, except the style does not take any effect.
yylex
<AREA> TAG
Could do with seeing a little more code really, css/html , check for errors.
Hugo.
<AREA> TAG
To my understanding the AREA tag is only used to define a clickable area on an image map. It doesn't follow the same rules as other inline or block elements when it comes to styling. I'm not 100% sure about this, but I really doubt you can apply any styles do them.. why would you want to anyway? just curious