This is my code:
<ul class="results">
<li class="item"> <span class="title"><a href="item.html" target="_blank">The numbers in the table specify the first browser version that fully supports the property</a></span><span class="place">Place</span>
</li>
<li class="item"> <span class="title"><a href="item.html" target="_blank">The numbers in the table specify the first browser version that fully supports the property</a></span><span class="place">Place</span>
</li>
</ul>
I am using the css:
.results {text-overflow: ellipsis;}
However it doesn't seem to work on the content I have, and just overflows as normal. Can anyone tell me where I am going wrong please?