jquery - fancybox: images+text -


is possible include in box (by fancybox) text , images , not text or images?

this 1 of way u can add text , image inside fancy box

         $(document).ready(function() {             /*             *   examples - various             */              $("#various1").fancybox({                 'titleposition'     : 'inside',                 'transitionin'      : 'none',                 'transitionout'     : 'none'             });           });  
        <a id="various1" href="#inline1" title="sample" name="various1">preview</a>             <div id="inline1" style="width:500px;height:500px;overflow:auto;">              <font>enter text here</font>      <img src="http://www.google.co.in/images/logos/ps_logo2.png">     </div> 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -