> Does IE only support pseudo classes (esp., :hover) for the <a> element? IE 5+ supports all link pseudo classes for the <a> element, but no others. You may be having problems because of the order you are declaring them in your stylesheet. Remember, LVHA (Link, Visited, Hover, Active). Any other sequence may become problematic. Application to other than <a> will fail in current IE. -- Lon Kraemer -----------------------------------------