Consider the following fragments of an xhtml document: <style type="text/css"> a:link{text-decoration:none;} a:hover{color:red;text-decoration:underline;} </style> And <a href="outer_link"> outer link, <a href="inner_link"> inner link </a> </a> In both Mozilla5 (Gecko/20011120) and IE6, during mouseover events on the outer link, only the non inner link changes style. Is this according to spec? Test page attached (linkTest.htm, 499Bytes). Kindest regards, Manos
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:21:47 GMT