I am working on a simple HTML site and with no navigation to translate correctly into Chrome and Safari There is a problem but it's OK Firefox (all on the Mac)
The NAV Le should be blocked with 15px padding, the light green background on the hover, next to each other. In Chrome and Safari, they are just displaying pages with float with default link styles.
The site can be viewed at:
Thanks for any help!
And here's the CSS that I'm using for the menu menu:
ul # nav (font-size: 16px; border-top: 1px solid # a4a4a4 ; Border bottom: 1px solid # A4A4A4; text-align: center; margin: 40px auto; list-style: none;} ul # nav li a: link, ul # nav li li: visit Done {float: left; padding: 15px 43px; text-decoration: none; font-weight: normal; color: # 000;} ul # nav li a: active, ul # nav li a: hover {background: # e 6FDDC; text-decoration: none;} Ul # nav li.highlight a: link, ul # nav li.highlight a: visit Were done at {background: # e6ffdc;}
By looking at your source, There seems to be a problem in & lt; a & gt; tag should be inside the tag , it is automatically being done on Firefox But not in WebKit. In your CSS that you have provided, you are searching for any anchor within a list, so it will not be able to get it anyway, as you have the wrong Though Area is.
Comments
Post a Comment