Should the 3rd link be yellow or gray?Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <style type="text/css"> div > p > a:first-child { color: red; } div > p > a:last-child { color: #ccc; } div > p > a+a { color: yellow; } </style> </head> <body> <div> <p>some text <a href="#">link</a> and <a href="#">link2</a> and <a href="#">link 3</a></p> </div> </body> </html>
Firefox shows it gray and opera as yellow.
Who's right?![]()





Bookmarks