GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Any mouseover experts here? (https://gfy.com/showthread.php?t=134672)

MuleScrote 05-16-2003 09:37 PM

Any mouseover experts here?
 
I want a thumb to popup when textlinks are hovered. Is there anyway to do that?

I'm stumped...

d0se 05-16-2003 09:38 PM

yah make a function that pops the thumb (ja va script) Then call that through the onmouseover

Spunky 05-16-2003 09:41 PM

Fucking popups :ak47:

MuleScrote 05-16-2003 09:43 PM

Quote:

Originally posted by spunky1
Fucking popups :ak47:

LMAO...never fear...this is a little 100x100 that disappears when the cursor is moved off the link. For preview purposes :thumbsup

Lane 05-16-2003 09:54 PM

---- 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()"

MuleScrote 05-16-2003 10:28 PM

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