<div class="article"> <span class="articleTitle"> Welcome to our blog!</span> <span class="articleIcon"></span> </div>
I am looking to achieve the following:
1. The max-width of <div class="article"> should be 300px, with overflow hidden ;
2. There is no limit to the number of words in the article title;
3. The icon "new" should always be displayed.
In Windows Internet Explorer 6, is it possible? How should I write the CSS for this?