Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 05-16-2003, 09:37 PM   #1
MuleScrote
Confirmed User
 
Join Date: Dec 2002
Posts: 4,601
Any mouseover experts here?

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

I'm stumped...
MuleScrote is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-16-2003, 09:38 PM   #2
d0se
Confirmed User
 
Join Date: Jul 2002
Location: Western Australia
Posts: 1,225
yah make a function that pops the thumb (ja va script) Then call that through the onmouseover
d0se is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-16-2003, 09:41 PM   #3
Spunky
I need a beer
 
Spunky's Avatar
 
Industry Role:
Join Date: Jun 2002
Location: ♠ Toiletville ♠
Posts: 133,944
Fucking popups
__________________
Spunky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-16-2003, 09:43 PM   #4
MuleScrote
Confirmed User
 
Join Date: Dec 2002
Posts: 4,601
Quote:
Originally posted by spunky1
Fucking popups

LMAO...never fear...this is a little 100x100 that disappears when the cursor is moved off the link. For preview purposes
MuleScrote is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-16-2003, 09:54 PM   #5
Lane
Will code for food...
 
Join Date: Apr 2001
Location: Buckeye, AZ
Posts: 8,496
---- 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()"

Last edited by Lane; 05-16-2003 at 10:01 PM..
Lane is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-16-2003, 10:28 PM   #6
MuleScrote
Confirmed User
 
Join Date: Dec 2002
Posts: 4,601
Ok Lane....don't suppose I could get you on ICQ?

78681003
MuleScrote is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.