02.08.2010, 10:47 | |||||
Кружок подлетает к ссылкеНа скрине нифига не видно, поэтому ставим и смотрим. Прикольный скрипт. Если навести курсор на ссылку, то к ней подлетит серый кружок (конечно, картинку можно и заменить). А если нажать на нее, то кружок останется на ссылке. В head вставляем это:
Quote <style type="text/css"> #divCircle {position:absolute; width:10px; height:10px; z-index:1; top:-50px;} .clButtons {position:absolute; width:47px; height:10px; top:20px; visibility:hidden; z-index:10; font-family:arial,helvetica,sans-serif; font-size:12px;} .clButtons a {color:#333366;} </style> <script language="JavaScript" type="text/javascript"> /********************************************************************************** SlideBall * Copyright © 2001 Thomas Brattli * This script was released at WOscripts.com * Visit for more great scripts! * This may be used and changed freely as long as this msg is intact! * We will also appreciate any links you could give us. *********************************************************************************/ function lib_bwcheck(){ //Browsercheck (needed) //Variables to set circleXstart = 100 //Where should the circle start and end, x position circlePXspeed = 5 //How many pixels the circle will move per timeout circleStay = 1 //Set this to 0 if you don't want the circle to stay on the active link when a link is clicked. //NOTE: To set the placement of the buttons, see the slideball_init() function! /**************************************************************************** // A unit of measure that will be added when setting the position of a layer. function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x+px; this.css.top=this.y+px;} function b_slide(dx,dy,endx,endy,speed,fn,wh) { /**************************************************************************** /**************************************************************************** //Starting the script when the balls load. /*************** Красное - скорость движения кружка. В body - это: Quote <div id="divButton0" class="clButtons"><a href="#" onmouseover="sbmover(0)" onmouseout="sbmout(0)" onclick="changeListing(0); return false">Link 1</a></div> <div id="divButton1" class="clButtons"><a href="#" onmouseover="sbmover(1)" onmouseout="sbmout(1)" onclick="changeListing(1); return false">Link 2</a></div> <div id="divButton2" class="clButtons"><a href="#" onmouseover="sbmover(2)" onmouseout="sbmout(2)" onclick="changeListing(2); return false">Link 3</a></div> <div id="divButton3" class="clButtons"><a href="#" onmouseover="sbmover(3)" onmouseout="sbmout(3)" onclick="changeListing(3); return false">Link 4</a></div> <div id="divButton4" class="clButtons"><a href="#" onmouseover="sbmover(4)" onmouseout="sbmout(4)" onclick="changeListing(4); return false">Link 5</a></div> <div id="divCircle"><img src="circle.gif" width=23 height=22 alt="" border="0"></div> Синее - ссылка на картинку с кружочком или любую другую. Вот сам кружочек: Материал взят с сайта infoscript.ru
| |||||
Категория: JavaScript's | Просмотров: 2829 | Добавил: antisept | Рейтинг: 3.0/1 | | |||||
Теги: |
Всего комментариев: 2
|
|
|
Кроме того, материал перепечатывали с сайта на сайт, ставили... файл можно найти на Вэбочке (название tables_tablichki_dli_foruma.js).