Using Zend_Navigation, how do I create image-based navigation?
        Posted  
        
            by 
                SimpleCoder
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SimpleCoder
        
        
        
        Published on 2011-03-16T00:32:04Z
        Indexed on 
            2011/03/16
            8:09 UTC
        
        
        Read the original article
        Hit count: 253
        
(I'm assuming my navigation should be in a layout script.)
I have a navigation bar composed of rollover images. The image corresponding to the page that is active should be a different color, though. I do this by changing the image. My question is, where and how should I implement this using Zend_Navigation?
Details: The menu itself is just a stack of divs that are floated to the left within a container. Each div has a background image.
Thank you for your help,
© Stack Overflow or respective owner