Hi guys,
I am using the following code to display a list within a div in firefox. The problem is that the list bullets appear outside the div border but the text itself is positioned within the border. Any ideas on how to fix it?
I am using the following code to display a list within a div in firefox. The problem is that the list bullets appear outside the div border but the text itself is positioned within the border. Any ideas on how to fix it?
Code:
li.nav_links {
list-style-type:disc;
color:#FF6600;
text-indent:10%;
text-align:left;
margin-left:auto;
margin-right:auto;
}