CSS: How to display hidden class
        Posted  
        
            by 
                Gabriel Meono
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gabriel Meono
        
        
        
        Published on 2012-11-28T04:55:27Z
        Indexed on 
            2012/11/28
            5:04 UTC
        
        
        Read the original article
        Hit count: 276
        
I'm trying to display with css the navigation buttons that are located inside my jquery rotating banner.
Which are:
<a class="ls-nav-prev" href="#"></a>
<a class="ls-nav-next" href="#"></a>
For some reason I can't show them, I've tried changing their position, setting a z-index, adding a background-image and color.
Here's the website:
http://npmaudiovisual.com/esde/
This is what I have:

This is what I should have (buttons on corners)

© Stack Overflow or respective owner