Forum Moderators: not2easy
#nav li a #nav a #nav li:first-child a {
href="index.html" for your home page if you do. It would be a link to a 301 redirect. If you do not have canonical handling in your .htaccess file, you should see about adding that - but back to the topic of your question. < bracket to enclose the link and a missing </li> to close the item. &" should be entity encoded to & but it is the actual name of an image. I would suggest that you change the name of the image to something without & like FandD.jpg />" I am guessing this is html5 where width="x" and height="x" would not be used. The <img src is also missing = so that won't work at all. Since the image has no closing slash " />" I am guessing this is html5 where width="x" and height="x" would not be used.
The IDL attributes width and height must return the rendered width and height of the image, in CSS pixels, if the image is being rendered, and is being rendered to a visual medium; or else the intrinsic width and height of the image, in CSS pixels, if the image is available but not being rendered to a visual medium; or else 0, if the image is not available.
<img src=" in place of <img src" a href needs an opening bracket in every case to make it <a href. li for the a selector and if this is the whole menu, there is no first-child within the #nav. Some of the properties you have for <ul> belong to other selectors. You might want to read up on which selectors can have which properties.