It is visible in Firefox, but not in IE (specifically IE6).
<style type="text/css">
li { list-style-type:disc; }
</style>
<div style="margin: 2px auto 15px; padding: 5px 0px; width: 480px; text-align: center;">
<ul style="margin: 0; padding: 0; text-align: left; list-style-position: outside; overflow: visible;">
<li ><em>test.</em> 111</li>
<li><em>test.</em> 2</li>
</ul>
</div>
Please visit the following link for reference:link text
EDIT All requirements:
1. Keep the parent div with a fixed width.
2. Ensure the <ul>
text-align property is set to left;
3. Display the bullets