Kezdőknek könyebben
Webmaster Links News sites
<!--{cke_protected}%3Cscript%20type%3D%22text%2Fjavascript%22%20%20language%3D%22javascript%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%0A%23popitmenu%7B%0Aposition%3A%20absolute%3B%0Abackground-color%3A%20white%3B%0Aborder%3A1px%20solid%20black%3B%0Afont%3A%20normal%2012px%20Verdana%3B%0Aline-height%3A%2018px%3B%0Az-index%3A%20100%3B%0Avisibility%3A%20hidden%3B%0A%7D%0A%0A%23popitmenu%20a%7B%0Atext-decoration%3A%20none%3B%0Apadding-left%3A%206px%3B%0Acolor%3A%20black%3B%0Adisplay%3A%20block%3B%0A%7D%0A%0A%23popitmenu%20a%3Ahover%7B%20%2F*hover%20background%20color*%2F%0Abackground-color%3A%20%23CCFF9D%3B%0A%7D%0A%0A%3C%2Fstyle%3E%0A%0A%3Cscript%20type%3D%22text%2Fjavascript%22%3E%0A%0A%2F***********************************************%0A*%20Pop-it%20menu-%20%C2%A9%20Dynamic%20Drive%20(www.dynamicdrive.com)%0A*%20This%20notice%20MUST%20stay%20intact%20for%20legal%20use%0A*%20Visit%20http%3A%2F%2Fwww.dynamicdrive.com%2F%20for%20full%20source%20code%0A***********************************************%2F%0A%0Avar%20defaultMenuWidth%3D%22150px%22%20%2F%2Fset%20default%20menu%20width.%0A%0Avar%20linkset%3Dnew%20Array()%0A%2F%2FSPECIFY%20MENU%20SETS%20AND%20THEIR%20LINKS.%20FOLLOW%20SYNTAX%20LAID%20OUT%0A%0Alinkset%5B0%5D%3D'%3Ca%20href%3D%22http%3A%2F%2Fdynamicdrive.com%22%3EDynamic%20Drive%3C%2Fa%3E'%0Alinkset%5B0%5D%2B%3D'%3Chr%3E'%20%2F%2FOptional%20Separator%0Alinkset%5B0%5D%2B%3D'%3Ca%20href%3D%22http%3A%2F%2Fwww.javascriptkit.com%22%3EJavaScript%20Kit%3C%2Fa%3E'%0Alinkset%5B0%5D%2B%3D'%3Ca%20href%3D%22http%3A%2F%2Fwww.codingforums.com%22%3ECoding%20Forums%3C%2Fa%3E'%0Alinkset%5B0%5D%2B%3D'%3Ca%20href%3D%22http%3A%2F%2Fwww.cssdrive.com%22%3ECSS%20Drive%3C%2Fa%3E'%0Alinkset%5B0%5D%2B%3D'%3Ca%20href%3D%22http%3A%2F%2Ffreewarejava.com%22%3EFreewarejava%3C%2Fa%3E'%0A%0Alinkset%5B1%5D%3D'%3Ca%20href%3D%22http%3A%2F%2Fmsnbc.com%22%3EMSNBC%3C%2Fa%3E'%0Alinkset%5B1%5D%2B%3D'%3Ca%20href%3D%22http%3A%2F%2Fcnn.com%22%3ECNN%3C%2Fa%3E'%0Alinkset%5B1%5D%2B%3D'%3Ca%20href%3D%22http%3A%2F%2Fnews.bbc.co.uk%22%3EBBC%20News%3C%2Fa%3E'%0Alinkset%5B1%5D%2B%3D'%3Ca%20href%3D%22http%3A%2F%2Fwww.washingtonpost.com%22%3EWashington%20Post%3C%2Fa%3E'%0A%0A%2F%2F%2F%2FNo%20need%20to%20edit%20beyond%20here%0A%0Avar%20ie5%3Ddocument.all%20%26%26%20!window.opera%0Avar%20ns6%3Ddocument.getElementById%0A%0Aif%20(ie5%7C%7Cns6)%0Adocument.write('%3Cdiv%20id%3D%22popitmenu%22%20onMouseover%3D%22clearhidemenu()%3B%22%20onMouseout%3D%22dynamichide(event)%22%3E%3C%2Fdiv%3E')%0A%0Afunction%20iecompattest()%7B%0Areturn%20(document.compatMode%20%26%26%20document.compatMode.indexOf(%22CSS%22)!%3D-1)%3F%20document.documentElement%20%3A%20document.body%0A%7D%0A%0Afunction%20showmenu(e%2C%20which%2C%20optWidth)%7B%0Aif%20(!document.all%26%26!document.getElementById)%0Areturn%0Aclearhidemenu()%0Amenuobj%3Die5%3F%20document.all.popitmenu%20%3A%20document.getElementById(%22popitmenu%22)%0Amenuobj.innerHTML%3Dwhich%0Amenuobj.style.width%3D(typeof%20optWidth!%3D%22undefined%22)%3F%20optWidth%20%3A%20defaultMenuWidth%0Amenuobj.contentwidth%3Dmenuobj.offsetWidth%0Amenuobj.contentheight%3Dmenuobj.offsetHeight%0AeventX%3Die5%3F%20event.clientX%20%3A%20e.clientX%0AeventY%3Die5%3F%20event.clientY%20%3A%20e.clientY%0A%2F%2FFind%20out%20how%20close%20the%20mouse%20is%20to%20the%20corner%20of%20the%20window%0Avar%20rightedge%3Die5%3F%20iecompattest().clientWidth-eventX%20%3A%20window.innerWidth-eventX%0Avar%20bottomedge%3Die5%3F%20iecompattest().clientHeight-eventY%20%3A%20window.innerHeight-eventY%0A%2F%2Fif%20the%20horizontal%20distance%20isn't%20enough%20to%20accomodate%20the%20width%20of%20the%20context%20menu%0Aif%20(rightedge%3Cmenuobj.contentwidth)%0A%2F%2Fmove%20the%20horizontal%20position%20of%20the%20menu%20to%20the%20left%20by%20it's%20width%0Amenuobj.style.left%3Die5%3F%20iecompattest().scrollLeft%2BeventX-menuobj.contentwidth%2B%22px%22%20%3A%20window.pageXOffset%2BeventX-menuobj.contentwidth%2B%22px%22%0Aelse%0A%2F%2Fposition%20the%20horizontal%20position%20of%20the%20menu%20where%20the%20mouse%20was%20clicked%0Amenuobj.style.left%3Die5%3F%20iecompattest().scrollLeft%2BeventX%2B%22px%22%20%3A%20window.pageXOffset%2BeventX%2B%22px%22%0A%2F%2Fsame%20concept%20with%20the%20vertical%20position%0Aif%20(bottomedge%3Cmenuobj.contentheight)%0Amenuobj.style.top%3Die5%3F%20iecompattest().scrollTop%2BeventY-menuobj.contentheight%2B%22px%22%20%3A%20window.pageYOffset%2BeventY-menuobj.contentheight%2B%22px%22%0Aelse%0Amenuobj.style.top%3Die5%3F%20iecompattest().scrollTop%2Bevent.clientY%2B%22px%22%20%3A%20window.pageYOffset%2BeventY%2B%22px%22%0Amenuobj.style.visibility%3D%22visible%22%0Areturn%20false%0A%7D%0A%0Afunction%20contains_ns6(a%2C%20b)%20%7B%0A%2F%2FDetermines%20if%201%20element%20in%20contained%20in%20another-%20by%20Brainjar.com%0Awhile%20(b.parentNode)%0Aif%20((b%20%3D%20b.parentNode)%20%3D%3D%20a)%0Areturn%20true%3B%0Areturn%20false%3B%0A%7D%0A%0Afunction%20hidemenu()%7B%0Aif%20(window.menuobj)%0Amenuobj.style.visibility%3D%22hidden%22%0A%7D%0A%0Afunction%20dynamichide(e)%7B%0Aif%20(ie5%26%26!menuobj.contains(e.toElement))%0Ahidemenu()%0Aelse%20if%20(ns6%26%26e.currentTarget!%3D%20e.relatedTarget%26%26%20!contains_ns6(e.currentTarget%2C%20e.relatedTarget))%0Ahidemenu()%0A%7D%0A%0Afunction%20delayhidemenu()%7B%0Adelayhide%3DsetTimeout(%22hidemenu()%22%2C500)%0A%7D%0A%0Afunction%20clearhidemenu()%7B%0Aif%20(window.delayhide)%0AclearTimeout(delayhide)%0A%7D%0A%0Aif%20(ie5%7C%7Cns6)%0Adocument.onclick%3Dhidemenu%0A%0A%3C%2Fscript%3E--> _____________________________________________________________________________________ Body-ba a linkek <a data-cke-saved-href="#" href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">Webmaster Links</a><br> <a data-cke-saved-href="#" href="#" onMouseover="showmenu(event,linkset[1], '180px')" onMouseout="delayhidemenu()">News sites</a>
Kezdőlap | Nyomtatás | Oldaltérkép | RSS