hey kia,

This is a bug, i guess... I am in the process of fixing it... i will keep
you updated on when version 0.3.1 is released..

BTW, i am not sure why you are still seeing the older version of my install
page... try refreshing ur browser, coz, i guess you are viewing some cached
page. Lemme know if this works for u. Otherwise, i got to check back on the
site..

-GTG

On 7/10/07, Kia Niskavaara <[EMAIL PROTECTED]> wrote:

I have a container div that has a width of 350px. But the jCarouselLite
images take the whole width of the screen. Why is that?

<html>
<head>
<script src="jquery-latest.pack.js" type="text/javascript"></script>
<script src="jcarousellite_0.3.0.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
    $("#carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});
</script>
</head>
<body>
<div style="width: 350px;">
<button class="prev"><<</button>
<div id="carousel">
    <ul>
        <li><img src="http://www.domain.com/123.jpg";></li>
        <li><img src=" http://www.domain.com/456.jpg";></li>
        <li><img src="http://www.domain.com/789.jpg";></li>
    </ul>
<button class="next">>></button>
</div>
</div>
</body>

Also, the install link on
http://www.gmarwaha.com/jquery/jcarousellite/index.php#install doesn't
work: http://www.gmarwaha.com/jquery/js/jquery.jCarouselLite.js

Kia

Reply via email to