bullets image not appearing on IE8


Author Message
Brendan

Posted: 9/29/2011
Quote message 

Currently using the latest artisteer 3.1.0.44079.
Bullets have not been appearing on IE8 browsers in the article container. Have found this solution.

Adding the following lines to .art-post ul>li in the article.css file seems to resolve this issue

position:relative;
z-index:99999;