Hi over there,
i integrated the script jCarousel ( http://sorgalla.com/jcarousel/ ),
so i there are 2 errors at sitevalidation.
The site ( http://www.pulverlack-matzen.de/de/oberflaechenveredelung.php
) is using XHTML 1.0 Strict.

The first one, where the carousel is loaded, can be easy transform:

no Valid!
<ul id="mycarousel" class="jcarousel-skin-ie7">
<!-- The content will be dynamically loaded in here -->
</ul>

Valid!
< ul id="mycarousel" class="jcarousel-skin-ie7" >
< li ><!-- The content will be dynamically loaded in here -->< /li >
< /ul >

and for the CSS insert:

.jcarousel-skin-ie7 li {
        list-style-type: none;
}

-----------------------------------------------------

The other one javascript-specialy:

{
return '< img src= "' + item.url + '" width="50" height="50" alt="' +
item.title + '" title="' + item.title + '" />';
};

i can't help...sorry I'm not a programmer.

My best regards

Reply via email to