Jump to content

Wheelman85

Members
  • Posts

    1
  • Joined

  • Last visited

About Wheelman85

  • Birthday 08/12/1970

Previous Fields

  • Languages
    French, english

Profile Information

  • Location
    Canada

Wheelman85's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. var widthRatio = parseInt(parent_elem.offsetWidth) / parseInt(x[0].width) for (i = 0; i < x.length; i++) { // x[i].style.width = "100%"; if (x[i].height > maxheight) { maxheight = x[i].height; } } document.getElementById('myslideFrame').style.height = maxheight * widthRatio + "px"; showDivs(slideIndex); carousel(); }; Hi At last, a complete slideshow without jquery or with a big and unnecessary script. The only thing is i can't put my own height with css. If i remove the script part above, the slideshow disappears. Leaving the thumbnails alone. Don't know nothing about javascript.
×
×
  • Create New...