CSS in Chrome: I cannot delete a field using <li>
Do you know why I canβt remove the margin from my <li> elements in Google Chrome? Google Chrome always adds a specific stock to my list, even when I write code with a specific stock. Here is the CSS and HTML code:
#NavLeftList { height: 57 % ; width: 15 % ; position: absolute; top: 23 % ; border-style: none; background: url(images / heaven.jpg); margin: 0px } #NavLeftList ul { margin-left: 11 % ; } #NavLeftList ul li { text-align: center; width: 170px; list-style-type: none; text-decoration: none; margin: 10px 0px 0px 0px; padding: 1px; } #NavLeftList li a { height: 35px; padding: 10px 0px 0px 0px; text-decoration: none; color: #fff; background: url(images / tabright.gif); display: block } #NavLeftList li a span { padding: 0px } #NavLeftList li a: hover { color: #7EC0EE; } I did not embed the HTML code here, as it appeared weird.
+4
5 answers