Jump to content

herdoctor

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    мужской
  • From
    Издалека

herdoctor's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Приветствую всех! Я новичок. Пытаюсь сделать случайный порядок показа картинок в галерее, но пока, увы. Если кто может помочь с кодом или предложить другой, буду благодарен за помощь! Сам код в html: <script type="text/javascript" src="res/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="res/jquery.cross-slide.js"></script> <script type="text/javascript">$(function() {$('#pic10').crossSlide({sleep: 2,fade: 1} , [ { src: 'gallery/home1.jpg' }, { src: 'gallery/home2.jpg' }, { src: 'gallery/home3.jpg' }, { src: 'gallery/home4.jpg' }, { src: 'gallery/home5.jpg' }, { src: 'gallery/home6.jpg' }, { src: 'gallery/home7.jpg' }, { src: 'gallery/home8.jpg' }, { src: 'gallery/home9.jpg' }, { src: 'gallery/home10.jpg' }, { src: 'gallery/home11.jpg' }, ]);}); </script><style type="text/css">#pic10 {margin-left: 121px; width: 990px;height: 475px; } </style> <div style="float: left; width: 110px;"><div id="imCell_11" class="imGrid[1, 1]"><div id="imCellStyleGraphics_11"></div><div id="imCellStyle_11"><div align="left" id="pic10"></div></a></div></div></div>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy