Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive hover on DIV Reply To: Responsive hover on DIV

#150229
mika
Participant

Here’s my code so far:

Product row sample: (first div)

<div class="three columns offset-by-two">
             <div id="webrefe" class="box">  
                <img src="images/web_toiska.png" class="scale-with-grid"/>  
                <span class="caption fade-caption">  
                <h3>Fade Caption</h3>  
                <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit,sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>  
                </span>  
             </div>
        </div>