On 30.3.2013 1:40, Angela French wrote:
Shouldn't the following work to remove the focus outline from an image map's 
areas? It does not work in IE. It works in other browsers.

map area:focus, map area:active
{outline:none;
        border:0;


It should work, but IE has its oddities. It has for a long time supported the nonstandard hidefocus attribute in HTML (and the corresponding hideFocus property in JavaScipt). Maybe that's why supporting the CSS is not their first priority. See
http://msdn.microsoft.com/en-us/library/ie/ms533783%28v=vs.85%29.aspx

Yucca
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to