Quantcast
Channel: Últimos conteúdos
Viewing all articles
Browse latest Browse all 14190

Estou tentando utilizar o makeMeScrollable

$
0
0

Estou tentando utilizar o makeMeScrollable em 3 divs e não tá dando certo

 

 

<html>

<head>

<script type="text/javascript">
$(document).ready(function () {
$("#makeMeScrollable").smoothDivScroll({
mousewheelScrolling: "allDirections",
manualContinuousScrolling: true,
autoScrollingMode: "OnStart",
 
 
});
});
</script>

</head>

<body>

<div id="makeMeScrollable">
<img src="img/politriz 1.png" >
<img src="img/politriz 3.png" >
<img src="img/politriz 4.png" >
<img src="img/politriz 2.png" >
</div>
</body>
</html>
 
 
quero utilizar em mais de 1 div mais da conflito alguem pode ajudar?

Viewing all articles
Browse latest Browse all 14190