![]() |
|
|||||||
| Register | FAQ | Members List | Arcade | Dev Directory | HB Bank | Calendar | Search | Today's Posts | Mark Forums Read |
| HTML / XHTML / CSS Discuss HTML, XHTML and CSS coding in this forum. |
| Have A Look At Some Of Our Webmaster Related Sponsors! | |||||
![]() Script Directory |
![]() Advertise Here |
![]() Market Leverage |
![]() Free Templates |
![]() 3D Guide-characters |
![]() Advertise Here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Field Master
|
Hi dear Please Use this Thread to introduce Different Kinds of java Scripts for web designing..
Please share only differnet kinds or categoeized java scripts.. I also Share some Scripts here for my mates..:p Best of luckk
__________________
Always be Happy... ![]() |
|
|
|
|
|
#2 (permalink) |
|
Field Master
|
Use this Script in your website ..
You can Drag and Move the place of your added image in the website HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- START OF SCRIPT --><!-- HOW TO INSTALL DRAG AND DROP: 1. Copy code into the HEAD section of document 2. Add the following attribute to your links: class="dragme" (as shown below) --><!-- STEP ONE: Add code into HEAD section of document --><HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <STYLE type=text/css>.dragme { POSITION: relative } </STYLE> <SCRIPT type=text/javascript> <!-- Created by: elouai.com --> <!-- Begin var ie=document.all; var nn6=document.getElementById&&!document.all; var isdrag=false; var x,y; var dobj; function movemouse(e) { if (isdrag) { dobj.style.left = nn6 ? tx + e.clientX - x : tx + event.clientX - x; dobj.style.top = nn6 ? ty + e.clientY - y : ty + event.clientY - y; return false; } } function selectmouse(e) { var fobj = nn6 ? e.target : event.srcElement; var topelement = nn6 ? "HTML" : "BODY"; while (fobj.tagName != topelement && fobj.className != "dragme") { fobj = nn6 ? fobj.parentNode : fobj.parentElement; } if (fobj.className=="dragme") { isdrag = true; dobj = fobj; tx = parseInt(dobj.style.left+0); ty = parseInt(dobj.style.top+0); x = nn6 ? e.clientX : event.clientX; y = nn6 ? e.clientY : event.clientY; document.onmousemove=movemouse; return false; } } document.onmousedown=selectmouse; document.onmouseup=new Function("isdrag=false"); // End --> </SCRIPT> <!-- STEP TWO: Add the following attribute to your links: class="dragme" (as shown below) --> <META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD> <BODY> <DIV align=center><IMG class=dragme height=16 src="" width=116><BR><BR> <IMG class=dragme height=121 src="http://devhunters.com/images/smilies/tongue.gif" width=156> </DIV><!-- END OF SCRIPT --></BODY></HTML>
__________________
Always be Happy... ![]() |
|
|
|
|
|
#6 (permalink) |
|
Sharp Shooter
|
they got some new christmas scripts
http://webdeveloper.earthweb.com/webjs/ |
|
|
|
|
|
#7 (permalink) |
|
Field Master
|
Hay Guys By using the following Code you can create the background of your page changing its color on load...It is not good.. HTML Code:
<%@ LANGUAGE="VBSCRIPT" %> <HTML> <!----------- Created By EasyASP ----------------> <!--------- Copyright 1998 Eric Banker ---------> <HEAD> <title>Untitled Document</title> </HEAD> <BODY bgcolor = "WHITE"> <script language="JavaScript"> var currentcolor = 0; function initArray(n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' } } bgcolors = new initArray(15) bgcolors [0] = "ffffff" bgcolors [1] = "ffdead" bgcolors [2] = "ffffff" bgcolors [3] = "add8e6" bgcolors [4] = "0000ff" bgcolors [5] = "add8e6" bgcolors [6] = "90ee90" bgcolors [7] = "00ff00" bgcolors [8] = "90ee90" bgcolors [9] = "ffc0cb" bgcolors [10] = "ff0000" bgcolors [11] = "ffc0cb" bgcolors [12] = "FFFFFF" bgcolors [13] = "ffdead" bgcolors [14] = "FFFFFF" function backgroundChanger() { document.bgColor = bgcolors[currentcolor]; if (currentcolor < bgcolors.length-1) { currentcolor++ setTimeout("backgroundChanger()", 100); } } backgroundChanger(); </script> </BODY> </HTML>
__________________
Always be Happy... ![]() |
|
|
|
|
|
#8 (permalink) |
|
Senior Moderator
|
O WOW, these scripts are so cool. I checked them out with the ZIP file. Awesome man!!!!
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+ Code:
<style type="text/css"> u { text-decoration: none; } </style>
|
|
|
|
|
|
#10 (permalink) |
|
Senior Designer (Staff)
|
excellent.
thanks for share.
__________________
TE9 Free Templates
Free templates for PHP Link Directory, Wordpress (more is coming ...) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|