Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Default

Java Script ????????

Recommended Posts

Galeraaaaaaa

 

Uma dúvida isso é JavaScript? Como se faz....Ao passar o Mouse sobre o Link Aparece a descrição em outro lugora, deem uma olhada.

 

http://www.k10k.net/

 

 

Se alguem souber puder ajudar...

 

Agradeço antecipadamente

 

[]'s

Compartilhar este post


Link para o post
Compartilhar em outros sites

Galeraaaaaaa

 

Uma dúvida isso é JavaScript? Como se faz....Ao passar o Mouse sobre o Link Aparece a descrição em outro lugora, deem uma olhada.

 

http://www.k10k.net/

 

 

Se alguem souber puder ajudar...

 

Agradeço antecipadamente

 

[]'s

É JavaScript sim.

Tem uma série de funções no início do código fonte que chamam as descrições e dentro da tag <img> é invocado o evento ONMOUSEOVER.

Segue a cópia do código.

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

 

<!-- Kaliber10000/K10k - Copyright (c) 1998-2003 mschmidt + token + per + barney. -->

<!-- www.k10k.net | www.k10k.org | www.kaliber10000.net -->

 

<!-- All rights reserved, all graphics copyrighted. -->

<!-- Please don't steal our stuff. We know where you live. And we have ze ways of making you talk. -->

 

   <head>

       <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

       <title>Kaliber10000 { The Designers Lunchbox' ™ }</title>

 

       <!-- the css & js externals -->

       <link rel="stylesheet" href="/scripts/k10k.css" type="text/css" media="screen" />

       <script language="JavaScript" src="/scripts/k10k.js" type="text/javascript"></script>

 

       <!--specific js functions for this page -->

       <script language="JavaScript" type="text/javascript"><!--

 

       // GRABS THE BROWSER NAME

       browserNaming();

 

       // COOKIE VARS

       customSize = 'large';

       customTempSize = '';

       isSmall = 0;

       linkSettings = 'off';

       linkTempSettings = '';

 

       // NEWSLETTER VAR

       newslettervalue = 'sub';

       newRan = 25;

 

       // ANIMATED MENU VARS

       delay = 70;

       imgs = new Array();

       counter = new Array();

       peelingup = new Array();

       peelingdown = new Array();

       oldsection = 'front';

       currentsection = 'front';

       lastover = '';

 

       // MENUTEXT VARS

       textfront = 'Kaliber Frontpage - A yummy grabbag o\' design goodies';

       textissues = 'Kaliber Issues - Tasty treats in all shapes and forms';

       textnews = 'Kaliber News - PDA + XML options now available!';

       textspecials = 'Kaliber Specials - Bitesize nuggets of fun!';

       textstore = 'Kaliber Store - Good vibes always on sale!';

       textfaq = 'FAQs - Everything you need to know';

       textnewsletter = 'Newsletter - Sign me up, Scotty!';

       textcontact = 'Contact - No robots in here!';

       textcustomize = 'Customize - Change the frontpage size + link colors';

       textexpand = 'Resize - Set browser window to K10k friendly size';

       

       // SETS THE COUNTER FOR THE MENUS, PEELS THEM UP

       counter['front'] = 1;

       counter['issues'] = 1;

       counter['news'] = 1;

       counter['specials'] = 1;

       counter['store'] = 1;

       peelingup['front'] = 1;

       peelingup['issues'] = 1;

       peelingup['news'] = 1;

       peelingup['specials'] = 1;

       peelingup['store'] = 1;

       

       // CHECKS THE INITIAL SECTION

       if (currentsection) {

           peelingup[currentsection] = 0;

           peelingdown[currentsection] = 1;

       }

       

       // PRELOADS IMAGES

       loadingFlag = true;

       

       // form buttons

       createObject('btnclosemenuoff','/images/buttondom/closemenu.gif');

       createObject('btnclosemenuon','/images/buttondom/closemenu_on.gif');

       createObject('btnsubmitmenuoff','/images/buttondom/submitmenu.gif');

       createObject('btnsubmitmenuon','/images/buttondom/submitmenu_on.gif');

       

       // sponsor logo

       createObject('mtlogooff','/images/menu/sponsorstext/mtlogo_off.gif');

       createObject('mtlogoon','/images/menu/sponsorstext/mtlogo_on.gif');

       createObject('adlogooff','/images/menu/sponsorstext/adlogo_off.gif');

       createObject('adlogoon','/images/menu/sponsorstext/adlogo_on.gif');

       

       // form elements

       createObject('radiooff','/images/menu/formstuff/radio_off.gif');

       createObject('radioon','/images/menu/formstuff/radio_on.gif');

       createObject('checkoff','/images/menu/formstuff/check_off.gif');

       createObject('checkon','/images/menu/formstuff/check_on.gif');

       

       // non-animated icons

       createObject('contactoff','/images/menu/icons_static/contact_off.gif');

       createObject('contacton','/images/menu/icons_static/contact_on.gif');

       createObject('contactclick','/images/menu/icons_static/contact_click.gif');

       createObject('customizeoff','/images/menu/icons_static/customize_off.gif');

       createObject('customizeon','/images/menu/icons_static/customize_on.gif');

       createObject('customizeclick','/images/menu/icons_static/customize_click.gif');

       createObject('expandoff','/images/menu/icons_static/expand_off.gif');

       createObject('expandon','/images/menu/icons_static/expand_on.gif');

       createObject('faqoff','/images/menu/icons_static/faq_off.gif');

       createObject('faqon','/images/menu/icons_static/faq_on.gif');

       createObject('faqclick','/images/menu/icons_static/faq_click.gif');

       createObject('newsletteroff','/images/menu/icons_static/newsletter_off.gif');

       createObject('newsletteron','/images/menu/icons_static/newsletter_on.gif');

       createObject('newsletterclick','/images/menu/icons_static/newsletter_click.gif');

       

       loadingFlag = false;

       preloadFlag = true;

 

       // THINGS TO DO AFTER THE PAGE LOADS

       function initPage() {

       

           // show all section buttons

           show('front');

           show('issues');

           show('news');

           show('specials');

           show('store');

 

           // set up newsletter + customize

           show('newsletterback');

           show('customizeback');

           changeImage(null,'radio'+customSize,'radioon');

           customTempSize = customSize;

           if (linkSettings != 'off') {

               changeImage(null,'check'+linkSettings,'checkon');

           }

           linkTempSettings = linkSettings;

 

           // sets the starting section

           if (checkSection(currentsection)) {

               clipMover(currentsection,7);

               counter[currentsection] = 7;

           }

           else {

               changeImage(null,currentsection,currentsection+'click');

           }

           

           // removes the link boxes in IE

           getLinksToBlur();

 

           // mac OS X display problem fix

           fix_OSX_IE_DisplayBug();

           

       }

 

 

       // CHECKS FOR STATIC OR ANIMATED SECTION

       function checkSection(thisSection) {

           if ((thisSection != 'faq') && (thisSection != 'newsletter') && (thisSection != 'contact') && (thisSection != 'customize')) {

               return true;

           }

           else {

               return false;

           }

       }

 

       // NON-ANIMATED ICONS

       function noAniMouseover(id,param) {

           if (preloadFlag) {

               if (currentsection != id) {

                   changeImage(null,id,id+param);

               }

           }

       }

       

       // RESIZES BROWSER WINDOW

       function resizeK10k(noAlert) {

           if ((customSize == 'small') && ((currentsection == 'front') || (currentsection == 'customize'))) {

               resizeBrowser(605,582);

           } else {

               if (self.screen.height > 870) {

                   resizeBrowser(1007,708);

               } else {

                   resizeBrowser(1007,582);

               }

           }

       }

       

       // THE ISSUE DROPDOWN

       function issueWarp(dropdown) {

           var URL = dropdown.options[dropdown.selectedIndex].value;

           if(URL != "") {

               top.section.location.href='/issues/issuewarp.asp?IssueID='+URL;

               setsection('issues');

           }

       }

       

       // LOADS THE FRONTPAGE

       function loadFront() {

           top.section.location.href = '/pages/front/'+customSize+'.aspx?customSize='+customSize+'&linkSettings='+linkSettings;

           if (isSmall) {

               top.k10kbot.location.href = '/pages/bottom.aspx?customSize=small';

           } else {

               top.k10kbot.location.href = '/pages/bottom.aspx?customSize=large';

           }

       }

       

       // HANDLES THE NEWSLETTER SUBSCRIBE/UNSUBSCRIBE

       function newsletterSubmit(newsletterForm) {

           var sValue = document.forms['newsletterForm'].Email.value;

           if ((sValue.indexOf("@") == -1) || (sValue == "") || (sValue == "user@domain.com")) {

               alert("Please enter a real email address!");

               return false;

           }

           else {

               top.k10kbot.location.href='/pages/bottom.aspx?Action='+newslettervalue+'&Email='+sValue;

               document.forms['newsletterForm'].Email.blur();

               hide('newsletterforms');

               slide('newsletterback','29','77','newsletterforms','away');

               document.forms['newsletterForm'].Email.value = 'user@domain.com';

           }

       }

 

       // HANDLES THE CUSTOMIZE & NEWSLETTER FAKE-FORM SWITCHING

       function fakeFormSwitcher(id,name) {

           if (id == 'size') {

               if (name != customTempSize) {

                   changeImage(null,'radio'+customTempSize,'radiooff');

                   changeImage(null,'radio'+name,'radioon');

                   customTempSize = name;

               }

           } else if (id == 'linkSettings') {

               if (name != linkTempSettings) {

                   if (linkTempSettings != 'off') {

                       changeImage(null,'check'+linkTempSettings,'checkoff');

                   }

                   changeImage(null,'check'+name,'checkon');

                   linkTempSettings = name;

               } else {

                   changeImage(null,'check'+name,'checkoff');

                   linkTempSettings = 'off';

               }

           } else if (id == 'newsletter') {

               if (newslettervalue != name) {

                   changeImage(null,'radiosub','radiooff');

                   changeImage(null,'radiounsub','radiooff');

                   changeImage(null,'radio'+name,'radioon');

                   newslettervalue = name;

               }

           }

       }

 

       // SETS THE CUSTOMIZE COOKIE

       function customizeSubmit() {

           if ((customTempSize != customSize) || (linkSettings != linkTempSettings)) {

               if (customTempSize == 'small') {

                   hide('issuedrop');

                   show('menubackhide');

               } else {

                   hide('menubackhide');

                   show('issuedrop');

               }

               customSize = customTempSize;

               linkSettings = linkTempSettings;

               loadFront();

               resizeK10k(true);

           }

           hide('customizeforms');

           slide('customizeback','29','77','customizeforms','away');

       }

 

 

       // MENU TEXT FUNCTIONS

       // For more info check out http://www.bosrup.com/web/overlib/

       var textLayerHtml;

       var dontShowTextLayer = 1;

       var showTimer = null;

 

       function menuTextOn(thisSection) {

           if (browserName != "Opera") {

               thisText = eval('text' + thisSection);

               if (thisSection == currentsection) { textLayerHtml = "<span class=\"menusml\">You are here. Oh, well, you probably are ...</span>"; }

               else { textLayerHtml = "<span class=\"menusml\">"+thisText+"</span>"; }

               rewriteTextLayer(textLayerHtml, 'botoverdiv');

               hide('bottextoff');

               window.clearTimeout(showTimer);

               dontShowTextLayer = 1;

               show('botoverdiv');

               self.status = '.: ' + eval('text' + thisSection) + ' :.';

           }

       }

 

       function rewriteTextLayer(txt, id) {

           txt += "\n";

           // NS6

           if (browserNew && browserName == "NS") {

               botOver = document.getElementById(id);

               range = document.createRange();

               range.setStartBefore(botOver);

               domfrag = range.createContextualFragment(txt);

               while (botOver.hasChildNodes()) {

                   botOver.removeChild(botOver.lastChild);

               }

               botOver.appendChild(domfrag);

           }

           // IE 4+

           else {

               document.all[id].innerHTML = txt;

           }

       }

 

       function menuTextOff() {

           if (browserName != "Opera") {

               dontShowTextLayer = 0;

               hide('botoverdiv');

               self.status = '';

               showTimer = setTimeout("showNormalBottom()", 3000);

           }

       }

 

       function showNormalBottom() {

           if (dontShowTextLayer == 0) {

               show('bottextoff');

           }

       }

 

 

       // MENU ANIMATION FUNCTIONS

       function clipMover(section,num) {

           newTop = 37 - (num * 18);

           if (browserNew) {

               obj = document.getElementById(section);

               obj.style.top = newTop+"px";

           } else {

               obj = document.all[section].style;

               obj.top = newTop+"px";

           }

       }

       

       function startpeelup(section) {

           if (section != currentsection) {

               startpeeldown(lastover);

               lastover = section;

               peelingup[section] = 1;

               peelingdown[section] = 0;

               peelup(section);

           }

       }

 

       function startpeeldown(section) {

           if (section != currentsection) {

               peelingdown[section] = 1;

               peelingup[section] = 0;

               peeldown(section);

           }

       }

       

       function peelup(section) {

           if (section != currentsection) {

               if (! peelingdown[section]) {

                   if (counter[section] < 8) {

                       clipMover(section,counter[section]);

                       if (counter[section] < 7) {

                           counter[section] = counter[section] + 1;

                           setTimeout("peelup('" + section + "')",delay);

                       }

                   }

               }

           }

       }

 

       function peeldown(section) {

           if (section != currentsection) {

               if (! peelingup[section]) {

                   if (counter[section] > -1) {

                       clipMover(section,counter[section]);

                       if (counter[section] > 0) {

                           counter[section] = counter[section] - 1;

                           setTimeout("peeldown('" + section + "')",delay);

                       }

                   }

               }

           }

       }

 

       function setsection(section) {

           if (preloadFlag) {

               if (section != currentsection) {

                   oldsection = currentsection;

                   currentsection = section;

                   if (browserName != "Opera") {

                       rewriteTextLayer('<span class=\'menusml\'>'+eval('text' + section)+'</span>', 'bottextoff');

                   }

                   hide('botoverdiv');

                   show('bottextoff');

                   if (checkSection(oldsection)) {

                       startpeeldown(oldsection);

                   } else {

                       changeImage(null,oldsection,oldsection + 'off');

                   }

                   if (checkSection(section)) {

                       clipMover(section,7);

                   } else {

                       changeImage(null,section,section + 'click');

                   }

                   if (((section == 'front') || (section == 'customize') || ((section == 'newsletter') && (oldsection == 'front'))) && (customSize == 'small')) {

                       if (isSmall == 0) {

                           move('newsletterback','208px','77px',false);

                           move('newsletterforms','220px','38px',false);

                           move('customizeback','208px','77px',false);

                           move('customizeforms','221px','38px',false);

                           hide('issuedrop');

                           show('menubackhide');

                           resizeK10k(true);

                           isSmall = 1;

                       }

                   }

                   else {

                       if (isSmall == 1) {

                           move('newsletterback','344px','77px',false);

                           move('newsletterforms','357px','38px',false);

                           move('customizeback','344px','77px',false);

                           move('customizeforms','357px','38px',false);

                           hide('menubackhide');

                           show('issuedrop');

                           top.k10kbot.location.href = '/pages/bottom.aspx?customSize=large';

                           resizeK10k(true);

                           isSmall = 0;

                       }

                   }

                   if ((section == 'front') || (section == 'customize') || ((section == 'newsletter') && (oldsection == 'front'))) {

                       hide('custbutton');

                   } else {

                       show('custbutton');

                   }

               }

           }

       }

 

 

       // SLIDING FUNCTIONS

       function slide(id,endPos,startPos,layerToShow, dir) {

           thisId = id;

           thisEndPos = endPos;

           thisStartPos = startPos;

           thisLayerToShow = layerToShow;

           thisDir = dir;

           if (browserNew) {

               block = document.getElementById(thisId);

               block.ypos = parseInt(getIdProperty(id, "top"));

               block.xpos = parseInt(getIdProperty(id, "left"));

           } else {

               block = document.all[thisId].style;

               block.ypos = parseInt(block.top);

               block.xpos = parseInt(block.left);

           }

           if (dir == 'in') {

               if (block.ypos > thisEndPos) {

                   move(id,block.xpos+'px',(block.ypos-4)+'px',false);

                   setTimeout("slide(thisId,thisEndPos,thisStartPos,thisLayerToShow,thisDir);",30);

               }

               else if (block.ypos == thisEndPos) {

                   show(layerToShow);

               }

           } else if (dir == 'away') {

               if (block.ypos < startPos) {

                   move(id,block.xpos+'px',(block.ypos+4)+'px',false);

                   setTimeout("slide(thisId,thisEndPos,thisStartPos,thisLayerToShow,thisDir);",30);

               }

               else if (block.ypos == startPos) {

                   setsection(oldsection);

               }

           }

       }

       

       // -->

       </script>

       

       <style media="screen" type="text/css"><!--

           select { font: 9px geneva, verdana, arial, sans-serif; color: #5A6644; border: 1px #7D7A54 solid; width: 224px; background-color: #FFFFFF; }

           .menusml { font: 9px geneva, verdana, arial, sans-serif; color: #7D7A54; }

           .menusatbrown { font: 9px geneva, verdana, arial, sans-serif; color: #7C6224; }

           #botcover { position: absolute; z-index: 200; top: 77px; left: 0px; height: 40px; width: 713px; }

           #klogo { position: absolute; z-index: 102; top: 0px; left: 12px; height: 28px; width: 49px; }

           #cclogo { position: absolute; z-index: 101; top: 0px; left: 922px; height: 45px; width: 45px; }

           #sponslogo { position: absolute; z-index: 102; top: 5px; left: 688px; height: 18px; width: 243px; }

           #nonanimenu { position: absolute; z-index: 103; top: 37px; left: 348px; height: 38px; width: 604px; }

           .genmenu { position: absolute; z-index: 100; top: 37px; width: 62px; height: 144px; }

       --></style>

 

   </head>

   <body bgcolor="white" background="/images/backgrounds/back_menu_nopress2.gif" onload="initPage();">

       <!-- logos -->

       <div id="klogo"><img src="/images/menu/logo/menulogo_25.gif" width="49" height="28" border="0" align="top" alt="K10k" /></div>

       <div id="cclogo"><a href="http://www.cubancouncil.com/" target="_blank" onmouseover="self.status='.: cuban council :.'; return true" onmouseout="self.status=''; return true"><img src="/images/menu/ccbanderole.gif" width="45" height="45" border="0" align="top" alt="Cuban Council" /></a></div>

       <div id="sponslogo">

           <table border="0" cellpadding="0" cellspacing="0" width="243">

               <tr>

                   <td width="65" height="18" valign="bottom"><a href="http://www.mediatemple.net/.from/k10k.net" target="_blank" onmouseover="buttonTxtSwitcher('sponsmt','on'); self.status='.: media temple | host + hardware sponsor :.'; return true" onmouseout="buttonTxtSwitcher('sponsmt','off'); self.status=''; return true" onclick="buttonTxtSwitcher('sponsmt','off');"><img src="/images/menu/sponsorstext/mediatemple.gif" width="54" height="9" border="0" align="top" class="txtbtnoff" id="sponsmt" alt="" /></a></td>

                   <td width="106" height="18" valign="top"><a href="http://www.mediatemple.net/.from/k10k.net" target="_blank" onmouseover="changeImage(null,'mtlogo','mtlogoon'); self.status='.: .: media temple | host + hardware sponsor :. :.'; return true" onmouseout="changeImage(null,'mtlogo','mtlogooff'); self.status=''; return true" onclick="changeImage(null,'mtlogo','mtlogooff');"><img src="/images/menu/sponsorstext/mtlogo_off.gif" width="40" height="18" border="0" align="top" alt="" id="mtlogo" /></a></td>

                   <td width="41" height="18" valign="bottom"><a href="http://www.adobe.com" target="_blank" onmouseover="buttonTxtSwitcher('sponsad','on'); self.status='.: adobe systems | software sponsor :.'; return true" onmouseout="buttonTxtSwitcher('sponsad','off'); self.status=''; return true" onclick="buttonTxtSwitcher('sponsad','off');"><img src="/images/menu/sponsorstext/adobenew.gif" width="27" height="9" border="0" align="top" class="txtbtnoff" id="sponsad" alt="" /></a></td>

                   <td width="31" height="18" valign="top"><a href="http://www.adobe.com" target="_blank" onmouseover="changeImage(null,'adlogo','adlogoon'); self.status='.: .: adobe systems | software sponsor :. :.'; return true" onmouseout="changeImage(null,'adlogo','adlogooff'); self.status=''; return true" onclick="changeImage(null,'adlogo','adlogooff');"><img src="/images/menu/sponsorstext/adlogo_off.gif" width="31" height="18" border="0" align="top" alt="" id="adlogo" /></a><a href="http://www.lisasvisas.com" target="_blank"></a></td>

               </tr>

           </table>

       </div>

       <!-- animated menu hiders -->

       <div id="genmenubot" style="position: absolute; z-index: 101; top: 55px; left: 0px; height: 126px; width: 701px;"><img src="/images/menu/genmenu_bottom.gif" width="701" height="126" border="0" align="top" alt="" /></div>

       <div id="genmenutop" style="position: absolute; z-index: 101; top: 0px; left: 0px; height: 37px; width: 477px;"><img src="/images/menu/genmenu_top.gif" width="477" height="37" border="0" align="top" alt="" /></div>

       <div id="botcover"><img src="/images/menu/cover_bottom.gif" width="713" height="40" border="0" align="top" alt="" /></div>

       <!-- animated menu -->

       <div id="front" class="genmenu" style="left: 12px; visibility: hidden;"><a href="#" onmouseover="startpeelup('front'); menuTextOn('front'); return true;" onmouseout="startpeeldown('front'); menuTextOff('front'); return true;" onclick="setsection('front'); loadFront(); return false"><img src="/images/menu/icons_ani/front_all.gif" width="62" height="144" border="0" alt="" /></a></div>

       <div id="issues" class="genmenu" style="left: 78px; visibility: hidden;"><a href="/pages/issues/" target="section" onmouseover="startpeelup('issues'); menuTextOn('issues'); return true;" onmouseout="startpeeldown('issues'); menuTextOff('issues'); return true;" onclick="setsection('issues');"><img src="/images/menu/icons_ani/issues_all.gif" width="62" height="144" border="0" alt="" /></a></div>

       <div id="news" class="genmenu" style="left: 144px; visibility: hidden;"><a href="/pages/news/" target="section" onmouseover="startpeelup('news'); menuTextOn('news'); return true;" onmouseout="startpeeldown('news'); menuTextOff('news'); return true;" onclick="setsection('news');"><img src="/images/menu/icons_ani/news_all.gif" width="62" height="144" border="0" alt="" /></a></div>

       <div id="specials" class="genmenu" style="left: 210px; visibility: hidden;"><a href="/pages/matchmaker/" target="section" onmouseover="startpeelup('specials'); menuTextOn('specials'); return true;" onmouseout="startpeeldown('specials'); menuTextOff('specials'); return true;" onclick="setsection('specials');"><img src="/images/menu/icons_ani/specials_all.gif" width="62" height="144" border="0" alt="" /></a></div>

       <div id="store" class="genmenu" style="left: 276px; visibility: hidden;"><a href="http://www.madmerch.com/Store/Default_Frame.asp?id=55" target="_blank" onmouseover="startpeelup('store'); menuTextOn('store'); return true;" onmouseout="startpeeldown('store'); menuTextOff('store'); return true;"><img src="/images/menu/icons_ani/store_all.gif" width="62" height="144" border="0" alt="" /></a></div>

       <!-- non-animated menu -->

       <div id="nonanimenu">

           <table border="0" cellpadding="0" cellspacing="0" width="604">

               <tr>

                   <td width="22" height="22" valign="top"><a href="/pages/faq/" target="section" onmouseover="noAniMouseover('faq','on'); menuTextOn('faq'); return true;" onmouseout="noAniMouseover('faq','off'); menuTextOff('faq'); return true;" onclick="setsection('faq');"><img src="/images/menu/icons_static/faq_off.gif" width="18" height="18" border="0" align="top" id="faq" alt="" /></a></td>

                   <td width="22" height="22" valign="top"><a href="#" onmouseover="noAniMouseover('newsletter','on'); menuTextOn('newsletter'); return true;" onmouseout="noAniMouseover('newsletter','off'); menuTextOff('newsletter'); return true;" onclick="setsection('newsletter'); slide('newsletterback','29','77','newsletterforms','in'); return false"><img src="/images/menu/icons_static/newsletter_off.gif" width="18" height="18" border="0" align="top" id="newsletter" alt="" /></a></td>

                   <td width="34" height="22" valign="top"><a href="/pages/contact/" target="section" onmouseover="noAniMouseover('contact','on'); menuTextOn('contact'); return true;" onmouseout="noAniMouseover('contact','off'); menuTextOff('contact'); return true;" onclick="setsection('contact');"><img src="/images/menu/icons_static/contact_off.gif" width="18" height="18" border="0" align="top" id="contact" alt="" /></a></td>

                   <td width="27" height="22" valign="top"><a href="#" onmouseover="noAniMouseover('customize','on'); menuTextOn('customize'); return true;" onmouseout="noAniMouseover('customize','off'); menuTextOff('customize'); return true;" onclick="setsection('customize'); slide('customizeback','29','77','customizeforms','in'); return false"><img src="/images/menu/icons_static/customize_off.gif" width="18" height="18" border="0" align="top" id="customize" alt="" /></a></td>

                   <td width="272" height="22" valign="top"><a href="#" onmouseover="noAniMouseover('expand','on'); menuTextOn('expand'); return true;" onmouseout="noAniMouseover('expand','off'); menuTextOff('expand'); return true;" onclick="noAniMouseover('expand','off'); resizeK10k(); return false"><img src="/images/menu/icons_static/expand_off.gif" width="18" height="18" border="0" align="top" id="expand" alt="" /></a></td>

                   <td width="227" height="22" valign="top"> </td>

               </tr>

               <tr>

                   <td colspan="5" height="16"> </td>

                   <td width="227" height="16"><span class="menusml">Backissue selecta</span></td>

               </tr>

           </table>

       </div>

       <div id="custbutton" style="position: absolute; z-index: 104; top: 37px; left: 426px; width: 18px; height: 18px; visibility: hidden;"><img src="/images/menu/icons_static/customize_greyedout.gif" width="18" height="18" border="0" align="top" alt="" /></div>

       <!-- small version background + issue dropdown -->

       <div id="menubackhide" style="position: absolute; z-index: 206; top: 0px; left: 564px; width: 412px; height: 100px; visibility: hidden;"><img src="/images/backgrounds/back_menu_hide.gif" width="412" height="100" border="0" align="top" alt="" /></div>

       <div id="issuedrop" style="position: absolute; z-index: 205; top: 37px; left: 725px; visibility: visible;">

       <form action="">

           <select name="IssueID" size="1" onchange="issueWarp(this);">

               <option value="">K10k backissues</option>

               <option value="">++++++++++++++++++++++++++++++</option>

               <option value="131">0131 Freedom of Expression ...</option><option value="130">0130 Pixelpusher</option><option value="129">0129 The greater departure</option><option value="128">0128 Orchid Escape</option><option value="127">0127 I'm Not The Boy Who Misses Much</option><option value="126">0126 Sonata for the Unaware</option><option value="125">0125 Macronaut</option><option value="124">0124 Flash MX Turntable</option><option value="123">0123 Public Display of Dis-Affection</option><option value="122">0122 AI</option><option value="121">0121 HardBoiled Thoughts</option><option value="120">0120 Fields</option><option value="119">0119 Sickness</option><option value="117">0117 ACRT</option><option value="116">0116 Fragile Machines</option><option value="115">0115 Ndecision</option><option value="114">0114 Dodge magazine#1</option><option value="113">0113 The Community Project</option><option value="112">0112 Hypo: token</option><option value="111">0111 Stanzagen</option><option value="110">0110 The Slide-Box</option><option value="109">0109 Become a part of it</option><option value="108">0108 The Percentages Project</option><option value="107">0107 Pandæmonium Piece</option><option value="106">0106 Lime Tostitos</option><option value="105">0105 Time Machine</option><option value="104">0104 HU3 vs. K10k</option><option value="103">0103 Mondo</option><option value="102">0102 10 minutes downtown</option><option value="101">0101 Brazilian Anatomy</option><option value="100">0100 Issue 100</option><option value="99">0099 About that little boy ...</option><option value="98">0098 Domestic Violence</option><option value="97">0097 E-Thom</option><option value="96">0096 Selected tools & games</option><option value="95">0095 Mode</option><option value="94">0094 Glad to Be Here</option><option value="93">0093 Five Minutes</option><option value="92">0092 Yabu</option><option value="91">0091 Meta-Interaction + Misrepresentation</option><option value="90">0090 Build!</option><option value="89">0089 Collected</option><option value="88">0088 Powers that lurk</option><option value="87">0087 Client-o-matic 2000</option><option value="86">0086 k10k.list.gummo. add(086)</option><option value="85">0085 722</option><option value="84">0084 TRANS1T.7</option><option value="83">0083 Pixel People</option><option value="82">0082 No Issue</option><option value="81">0081 No concept</option><option value="80">0080 12:00/ZRH</option><option value="79">0079 Noizesandspikes</option><option value="78">0078 Nine</option><option value="77">0077 The Machine</option><option value="76">0076 Project Breed</option><option value="75">0075 Brighton Rock</option><option value="74">0074 Paper Boxes*</option><option value="73">0073 Fun Fun Fun</option><option value="72">0072 Typical Crankbunny Production</option><option value="71">0071 SATCOM[01]</option><option value="70">0070 Osaka</option><option value="69">0069 Underground</option><option value="68">0068 Curiosity</option><option value="67">0067 Empty City</option><option value="66">0066 Mesoa * aquafresh!</option><option value="65">0065 WorldDomination DesignGroup</option><option value="64">0064 J-Japan 1990's</option><option value="63">0063 An issue about nothing</option><option value="62">0062 We have the technology</option><option value="61">0061 Blub-Blubs</option><option value="60">0060 Forrest Green</option><option value="59">0059 Dakadaka</option><option value="58">0058 Future Girlfriend - Revisited</option><option value="57">0057 The Line</option><option value="56">0056 Version 2 : Elixer</option><option value="55">0055 Hard Normal Daddy</option><option value="54">0054 Mondo colors</option><option value="53">0053 Myhands:Myvoice</option><option value="52">0052 threedays.input.output</option><option value="51">0051 Index</option><option value="50">0050 citySCOPE</option><option value="49">0049 Coexistence</option><option value="48">0048 Flicker</option><option value="47">0047 Four Winds</option><option value="46">0046 Microscope</option><option value="45">0045 Wind...</option><option value="44">0044 936605047</option><option value="43">0043 Electronix The Cat</option><option value="42">0042 Untitled too</option><option value="41">0041 Untitled</option><option value="40">0040 Sock it to 'em</option><option value="39">0039 Daily record of automatic thoughts</option><option value="38">0038 Deserto*3</option><option value="37">0037 Leaky Vessel : Pixel Skin</option><option value="36">0036 All There Is To It</option><option value="35">0035 4links4ways</option><option value="34">0034 PaintBox: K10k Special Edition</option><op

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.