Login    Forum    Register    Search    FAQ

Board index » 8start Launcher » Suggestions




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: 8start online...
 Post Posted: Thu Feb 26, 2009 4:49 am 
Offline
User avatar

Joined: Sun Feb 18, 2007 6:15 pm
Posts: 155
Location: Italy
8start online ... Yes You can
I have take a javascript, an 8start image cache and some line of html code for this.

If the link does not work ... copy the code below, save in a htm file and run it with your browser.
Code:
<html><head><title>8start Online Demo</title>

<style type="text/css">
.drag{
position:relative;
cursor:move;
z-index: 100;}
</style>

<script type="text/javascript">

/***********************************************
* Drag and Drop Script: © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

var dragobject={
z: 0, x: 0, y: 0, offsetx : null, offsety : null, targetobj : null, dragapproved : 0,
initialize:function(){
document.onmousedown=this.drag
document.onmouseup=function(){this.dragapproved=0}
},
drag:function(e){
var evtobj=window.event? window.event : e
this.targetobj=window.event? event.srcElement : e.target
if (this.targetobj.className=="drag"){
this.dragapproved=1
if (isNaN(parseInt(this.targetobj.style.left))){this.targetobj.style.left=0}
if (isNaN(parseInt(this.targetobj.style.top))){this.targetobj.style.top=0}
this.offsetx=parseInt(this.targetobj.style.left)
this.offsety=parseInt(this.targetobj.style.top)
this.x=evtobj.clientX
this.y=evtobj.clientY
if (evtobj.preventDefault)
evtobj.preventDefault()
document.onmousemove=dragobject.moveit
}
},
moveit:function(e){
var evtobj=window.event? window.event : e
if (this.dragapproved==1){
this.targetobj.style.left=this.offsetx+evtobj.clientX-this.x+"px"
this.targetobj.style.top=this.offsety+evtobj.clientY-this.y+"px"
return false}
}
}
dragobject.initialize()
</script>
</head>
<body>
<IFRAME NAME="if" ID="if" STYLE="border: 0px;width:1024px;height:3900px;position:absolute;top:0;left:0;overflow-y:hide;" SRC="http://www.8start.com"></IFRAME>
<div id="start" style="border: 0px; position: absolute; top:325;left:380;visibility: hiden; width: 160px; height: 360px;">
  <img src="http://i148.photobucket.com/albums/s35/Fabio_Longo/Demo.png" width="160" height="360" usemap="#Button" style="border: 0px" class="drag">
  <MAP NAME="Button">
  <AREA href="http://8start.com/index.htm" alt="Home" shape="RECT" coords="7,24,152,41" target="if">
  <AREA href="http://8start.com/features.htm" alt="Features" shape="RECT" coords="7,42,152,59" target="if">
  <AREA href="http://8start.com/help.htm" alt="Help" shape="RECT" coords="7,60,152,77" target="if">
  <AREA href="http://8start.com/download%20application%20launcher%203.htm" alt="Download" shape="RECT" coords="7,78,152,95" target="if">
  <AREA href="http://8start.com/skin.htm" alt="Skins" shape="RECT" coords="7,96,152,113" target="if">
  <AREA href="http://8start.com/donate.htm" alt="Donate" shape="RECT" coords="7,114,152,131" target="if">
  <AREA href="http://8start.com/forum/" alt="Forum" shape="RECT" coords="7,150,152,167" target="if">
  <AREA href="http://8start.com/wallpaper/national%20park%201.htm" alt="Wallpapers" shape="RECT" coords="7,168,152,185" target="if">
  <AREA href="http://8start.com/tips01.htm" alt="Useful Tips" shape="RECT" coords="7,186,152,203" target="if">
  <AREA href="http://8start.com/firefox.htm" alt="Best Freeware" shape="RECT" coords="7,204,152,221" target="if">
  <AREA href="http://s.8start.com/" alt="Speedy Start" shape="RECT" coords="7,346,60,359" target="if">
  </MAP>
</div></body></html>

_________________
My 8start skins


Top 
 Profile  
 
 Post subject: Re: 8start online...
 Post Posted: Fri Mar 27, 2009 8:09 pm 
Offline
User avatar

Joined: Sat Jan 27, 2007 8:22 am
Posts: 231
Location:
Wah, very interesting java script. :) Thanks for your suggestion.

Suggest 8start fans to try the link below, an innovative idea created by Fabio Longo.

http://www.webalice.it/longo.pistorello/test.htm

_________________
Maintain a green world for our future


Top 
 Profile  
 
Display posts from previous:  Sort by  
 
Post new topic Reply to topic  [ 2 posts ] 

Board index » 8start Launcher » Suggestions


Who is online

Users browsing this forum: No registered users and 15 guests

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron

Fatal error: Not able to open ./cache/data_global.php in C:\inetpub\vhosts\ggcircuits.com\8start.com\wwwroot\forum\includes\acm\acm_file.php on line 112