PCToOLs
Un forum pentru fiecare!!
Lista Forumurilor Pe Tematici
PCToOLs | Reguli | Inregistrare | Login

POZE PCTOOLS

Nu sunteti logat.
Nou pe simpatie:
princess79 25 ani
Femeie
25 ani
Bucuresti
cauta Barbat
25 - 60 ani
PCToOLs / Coduri Pentru Site Si Forum / 3d Spinning Menu Moderat de Raxon
Autor
Mesaj Pagini: 1
b3n1am1n
Administrator

Inregistrat: acum 17 ani
Postari: 3407
This 3D Spin Menu creates a virtual "ring" of menu links whereby the user can manually select and rotate into view the desired link to go to. This script works in IE and NS6+ while degrading well with older browsers (doesn't show itself). It's fully customizable, from its colors, number of links, to positioning of the menu on the page and more. Modified to be relatively positioned on page.


Insert Between Head Tags: <HEAD></HEAD>

<script type="text/javascript" src="http://jdstiles.com/java/js/spinmenu.js"></script>




Insert Inside Body: <BODY></BODY>

<script type="text/javascript">

eye.isVertical = 0; //if it's vertical or horizontal [0|1]
eye.x = 480; // x offset from point of insertion on page
eye.y = 10; // y offset from point of insertion on page
eye.w = 150; // item's width
eye.h = 30; // height
eye.r = 100; // menu's radius
eye.v = 20; // velocity
eye.s = 8; // scale in space (for 3D effect)
eye.color = '#000066'; // normal text color
eye.colorover = '#ff1493'; // mouseover text color
eye.backgroundcolor = '#ff1493'; // normal background color
eye.backgroundcolorover = '#00ced1'; // mouseover background color
eye.bordercolor = '#000066'; //border color
eye.fontsize = 12; // font size
eye.fontfamily = 'Arial'; //font family
if (document.getElementById){
document.write('<div id="spinanchor" style="height:'+eval(eye.h+20)+'"></div>')
eye.anchor=document.getElementById('spinanchor')
eye.spinmenu();
eye.x+=getposOffset(eye.anchor, "left" //relatively position it
eye.y+=getposOffset(eye.anchor, "top"  //relatively position it

//menuitem:   eye.spinmenuitem(text, link, target)
eye.spinmenuitem("JavaScript Examples","http://www.....";
eye.spinmenuitem("MS Office Tips","http://www......";
eye.spinmenuitem("Design Sets","http:.....";
eye.spinmenuitem("Developer Tools","http://www.......l";
eye.spinmenuitem("Support","http://......";
eye.spinmenuitem("Guestbook","http://.....";
eye.spinmenuclose();
}
</script>


_______________________________________
1) Esti pe net
2) Esti pe Situl MediasH
3) Imi citesti semnatura
5) Nu ai observat ca lipseste punctul 4
6) Tocmai ai verificat daca exista punctul 4 sau nu
7) Zambesti, sau chiar razi !









pus acum 17 ani
   
Pagini: 1  

Mergi la