[Script] Image slider

Locked
User avatar
! Manticore ♛
Membru
Membru
Posts: 1542
Joined: 8 years ago
Location: New York , SUA
Has thanked: 0
Been thanked: 0
Zodiac:
Age: 27
Status: Offline

7 years ago

Image slider

Prima data copiati folderul "ism" in script. Apoi bagati imaginile dorite in folder-ul "slides" sau le preluati de unde vreti..

Intre tag-urile <head></head> adaugati:

Code: Select all

<link rel="stylesheet" href="ism/css/my-slider.css"/>
<script src="ism/js/ism-2.1.js"></script>
Apoi puneti slider-ul unde doriti:

Code: Select all

<div class="ism-slider" data-buttons="false" data-radios="false" id="my-slider">
  <ol>
    <li>
      <img src="imagine">
    </li>
    <li>
      <img src="imagine">
    </li>
    <li>
      <img src="imagine">
    </li>
  </ol>
</div> 
Image Image

Image

© ! Manticore ♛

"Many things that seems threatening in the dark,become more welcoming when we shine a light on them."
"Maybe for the world you are just a person,but for a person you are the entire world."
"Nothing is impossible,the word itself says <<I'm Possible>>."
"If the pain will ever speak,then my pain will scream."
''The fastest way to happiness is to avoid the reality."

Image
Locked

Return to “Script-uri”