![]() |
Any mouseover experts here?
I want a thumb to popup when textlinks are hovered. Is there anyway to do that?
I'm stumped... |
yah make a function that pops the thumb (ja va script) Then call that through the onmouseover
|
Fucking popups :ak47:
|
Quote:
LMAO...never fear...this is a little 100x100 that disappears when the cursor is moved off the link. For preview purposes :thumbsup |
---- put this within style:
.DEK (opening '}' here, stupid censoring) POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200; } --- put this as javascript Xoffset=-60; // modify these values to ... Yoffset= 20; // change the popup position. var nav,old,iex=(document.all),yyy=-1000; if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=tru e;} if(!old){ var skn=(nav)?document.dek:dek.style; if(nav)document.captureEvents(Event.MOUSEMOVE); document.onmousemove=get_mouse; } function popup(msg){ var content=msg; if(old){} else{yyy=Yoffset; if(nav){skn.document.write(content);skn.document.c lose();skn.visibility="visible"} if(iex){document.all("dek").innerHTML=content;skn. visibility="visible"} } } function get_mouse(e){ var x=(nav)?e.pageX:event.x+document.body.scrollLeft;s kn.left=x+Xoffset; var y=(nav)?e.pageY:event.y+document.body.scrollTop;sk n.top=y+yyy; } function kill(){ if(!old){yyy=-1000;skn.visibility="hidden";} } ---- on your links use this: ONMOUSEOVER="popup('<img src=thumb.jpg>')"; ONMOUSEOUT="kill()" |
Ok Lane....don't suppose I could get you on ICQ?
78681003 |
All times are GMT -7. The time now is 04:05 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123