View Single Post
Old 07-09-2008, 05:33 PM  
maxpower
Confirmed User
 
Join Date: May 2006
Posts: 734
I did try that script maybe I put it in the wrong place but does not work, still have the same problem


<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Gay Tube-Barely Legal Guys</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="http://barelylegalguys.com/member/AC_RunActiveContent.js" language="javascript"></script>
<link rel="shortcut icon" href="favicon.ico" >
<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->


<link href="/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/ajax.js"></script>

<script language="javascript" type="text/javascript">

// ||||||||||||||||||||||||||||||||||||||||||||||||||

Menu = {timer : null, current : null};
Menu.getStyle = function(name){
if(document.getElementById) return document.getElementById(name).style;
else if(document.all) return document.all[name].style;
else if(document.layers) return document.layers[name];
}
Menu.show = function(name){
if(this.timer) clearTimeout(this.timer);
this.getStyle(name).visibility = "visible";
this.current = name;
}
Menu.hide = function(){
this.timer = setTimeout("Menu.doHide()",300);
}
Menu.doHide = function(){
if(this.current){
this.getStyle(this.current).visibility = "hidden";
this.current = null;
}
}

// ||||||||||||||||||||||||||||||||||||||||||||||||||
function swapClass(field) {
if (field.className == "field0") {
field.className = "field1";
} else if (field.className == "field1") {
field.className = "field0";
}
}
</script>
</head>
maxpower is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote