rfrancisco Posted October 31, 2012 Report Share Posted October 31, 2012 <script type="text/javascript"> $(document).ready(function() { //Start up our Featured Project Carosuel $('#featured ul').roundabout({ easing: 'easeOutInCirc', duration: 600 }); }); </script>USO O DIV 'FEATURED' QUE INTERPRETA A FUNÇÃO: <div id="featured" class="clearfix grid_12"> <ul> <li> <a href="portfolio_single.html"> <span>BATIZADOS</span> <img src="images/600x300.gif" alt="" /> </a> </li>USO UM SCRIPT PARA O BANNER E O MESMO SCRIPT ABRIR OS LINKS NA MESMA DIV! Quote Link to comment Share on other sites More sharing options...
0 rfrancisco Posted November 23, 2012 Author Report Share Posted November 23, 2012 TEM JEITO? Quote Link to comment Share on other sites More sharing options...
Question
rfrancisco
<script type="text/javascript">
$(document).ready(function() { //Start up our Featured Project Carosuel
$('#featured ul').roundabout({
easing: 'easeOutInCirc',
duration: 600
});
});
</script>
USO O DIV 'FEATURED' QUE INTERPRETA A FUNÇÃO:
<div id="featured" class="clearfix grid_12">
<ul>
<li>
<a href="portfolio_single.html">
<span>BATIZADOS</span>
<img src="images/600x300.gif" alt="" />
</a>
</li>
USO UM SCRIPT PARA O BANNER E O MESMO SCRIPT ABRIR OS LINKS NA MESMA DIV!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.