display:none and scrolling text
        Posted  
        
            by small
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by small
        
        
        
        Published on 2010-03-11T08:06:05Z
        Indexed on 
            2010/05/31
            17:53 UTC
        
        
        Read the original article
        Hit count: 272
        
There is a conflict between display:none and scrolling text. What can I use instead of using display:none?
<div id="side_forums_pane" class="side_pane" style=" height:350px;width:260px">
   <div class="jscroller2_up jscroller2_speed-19 jscroller2_mousemove" style="height:250px;width:260px;">
   </div>
</div>
© Stack Overflow or respective owner