- From: Manos Batsis <m.batsis@bsnet.gr>
- Date: Thu, 31 Jan 2002 17:51:26 +0200
- To: <www-style@w3.org>
Jeez, ok. This list surely is in pedantic mode today, I don't think that forgetting to replace href attributes with events is important here, since I am trying to discuss the effect of style and how this is implemented. <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> Test: Nested elements, :hover pseudo-class </title> <style type="text/css"> div{padding:5px;} span{background:yellow;} div:hover,span:hover{color:red;text-decoration:underline;} </style> </head> <body> <div>outer link, <span>inner link</span></div> </body> </html> Now is there someone that is interested in this? I really appreciate your concern but don't need xhtml lessons, thank you. Kindest regards, Manos
Received on Thursday, 31 January 2002 10:48:29 UTC