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.

 

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help.

 
Thread Tools
Old 08-12-2011, 07:33 PM   #1
Milfer
Confirmed User
 
Milfer's Avatar
 
Industry Role:
Join Date: Dec 2008
Posts: 1,149
What is the name of this plugin

Hello,


Does any body know what this popup window plugin is:

Milfer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
Old 08-13-2011, 02:33 AM   #2
robber
Web Developer
 
Industry Role:
Join Date: Jan 2011
Location: UK
Posts: 264
The effect if I'm correct should be achieved by:

Code:
<script src="/templates/jquery.js" type="text/javascript"></script>
<div class="flayer">
<script type="text/javascript" language="javascript"> 
	var name = "#floatlayer";
	var floatlayer = null;
	
		jQuery(document).ready(function($) {
			floatlayer = parseInt($(name).css("top").substring(0,$(name).css("top").indexOf("px")))
			$(window).scroll(function () { 
				offset = floatlayer+$(document).scrollTop()+"px";
				$(name).animate({top:offset},{duration:0,queue:false});
			});
			$('#close_float').click(function() {
				$('#floatlayer').css("display","none");
			});
		}); 
</script> 
<div id="floatlayer"> 
<iframe id="a8c8ba7b" name="a8c8ba7b" src="http://cdn.gamebabylon.com/adframe.php?n=a8c8ba7b&amp;what=zone:35" framespacing="0" frameborder="no" scrolling="no" width="300" height="250" allowtransparency="true"><a href="http://cdn.gamebabylon.com/adclick.php?n=a8c8ba7b" target="_blank"><img src="http://cdn.gamebabylon.com/adview.php?what=zone:35&amp;n=a8c8ba7b" border="0" alt=""></a></iframe> 
<a id="close_float"></a> 
</div>
</div>
Looking at this code it is not a WP installation (unless it's an advanced one where all the links are completely changed)

Rob
robber is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook
 
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.