The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey,
I don't know what is causing this but it is obviously something in the code. You can see it in my header at http://www.deuceace.com/new/upload/ There are 2 issues but I know both are linked, there is an image from the menu that is lower than it should be and when you hover over the main menu items you will get a sub-menu - That is also lower than it should be beside the image. I think it is something simple but I just cant find it. Hope someone can help Thanks ![]() |
#2
|
|||
|
|||
![]()
I see nothing wrong in the header using firefox
|
#3
|
||||
|
||||
![]()
If you post your header template code as well as any CSS that you are using for the header I can help.
|
#4
|
|||
|
|||
![]()
Thanks very much
![]() I'm on Firefox and can see the problem, its a red image that is a corner image for the main menu. Header Template Part 1 - Character restriction on vb.org Code:
<script type="text/javascript"> <!-- function log_out() { ht = document.getElementsByTagName("html"); ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)"; if (confirm('$vbphrase[sure_you_want_to_log_out]')) { return true; } else { ht[0].style.filter = ""; return false; } } //--> </script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_showHideLayers() { //v6.0 var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; } obj.visibility=v; } } //--> </script> <style type="text/css"> <!-- .navbar { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tborder { background: #BE780D; color: #3A0000; border: 1px solid #380900; } .tfoot { background: #080000; color: #FFF7B8; } .whiten { font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; font-weight: normal; text-decoration: none; } .style2 {font-size: 24px} --> </style> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="5" height="5" background="da_imgs/header/top_bg.gif"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="da_imgs/header/logo.gif" width="265" height="146" border="0"></a></td> <td background="da_imgs/header/top_bg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="5" height="5"><img src="da_imgs/header/login_left.gif" width="16" height="60"></td> <td background="da_imgs/header/login_bg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <if condition="$show['member']"><td class="smallfont" nowrap="nowrap" style="padding-top:10px"> <div class="smallfont"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td colspan="2" nowrap><strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong></td> </tr> <tr> <td nowrap class="cream"><phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> </td> <td nowrap class="cream"><if condition="$show['pmstats']"> / <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if></td> </tr> </table> </div> </td> <else /> <td> <!-- login form --> <form action="login.php" method="post" onSubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"> <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script> <table border="0" cellspacing="1" cellpadding="2" class="yellowb"> <tr> <td valign="bottom" class="yellowb">Username:</td> <td valign="bottom" class="yellowb">Password:</td> <td> </td> <td> </td> </tr> <tr> <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="vb_login_username" size="19" accesskey="u" tabindex="101" value="$vbphrase[username]" onFocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td> <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="vb_login_password" size="19" accesskey="p" tabindex="102" /></td> <td class="cream"><label for="cb_cookieuser_navbar"> <input name="cookieuser" type="checkbox" id="cb_cookieuser_navbar" accesskey="c" tabindex="103" value="1" checked /> Cookie?</label></td> <td><input name="submit" type="submit" class="button" accesskey="s" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" value="$vbphrase[log_in]" /></td> </tr> </table> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> <!-- / login form --> </td> </if> </tr> </table></td> <td width="5" height="5"><img src="da_imgs/header/login_right.gif" width="16" height="60"></td> </tr> </table></td> </tr> <tr> <td height="52" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/misc/trans.gif" width="20" height="5"></td> <td nowrap><div align="center"><a href="/" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','show','advertising','','hide','reviews','','hide','directory','','hide','arcade','','hide','articles','','hide','tools','','hide','shop','','hide')">Forums</a></div></td> <td nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="/tournaments.php" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','hide','advertising','','hide','tourney','','show','reviews','','hide','directory','','hide','arcade','','hide','articles','','hide','tools','','hide','shop','','hide')">Tournaments</a></div></td> <td nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="/rakeback.php" class="main" onMouseOver="MM_showHideLayers('rakeback','','show','forums','','hide','advertising','','hide','tourney','','hide','reviews','','hide','directory','','hide','arcade','','hide','articles','','hide','tools','','hide','shop','','hide')">Rakeback</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="http://www.deuceace.com/" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','hide','tourney','','hide','advertising','','hide','reviews','','show','directory','','hide','arcade','','hide','articles','','hide','tools','','hide','shop','','hide')">Related</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="http://www.DeuceAce.com/directory/" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','hide','tourney','','hide','advertising','','hide','reviews','','hide','directory','','show','arcade','','hide','articles','','hide','tools','','hide','shop','','hide')">Directory</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="/arcade.php" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','hide','tourney','','hide','advertising','','hide','reviews','','hide','directory','','hide','arcade','','show','articles','','hide','tools','','hide','shop','','hide')">Arcade</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="http://www.deuceace.com/forumdisplay.php?f=15" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','hide','tourney','','hide','advertising','','hide','reviews','','hide','directory','','hide','arcade','','hide','articles','','show','tools','','hide','shop','','hide')">Articles</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="http://www.DeuceAce.com/macpoker.php" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','hide','tourney','','hide','advertising','','hide','reviews','','hide','directory','','hide','arcade','','hide','articles','','hide','tools','','show','shop','','hide')">Mac Poker </a></div></td> <td nowrap><div align="center"><img src="da_imgs/header/menu_divider.gif" width="28" height="32"></div></td> <td nowrap><div align="center"><a href="Http://www.DeuceAce.com/advertise.php" class="main" onMouseOver="MM_showHideLayers('rakeback','','hide','forums','','hide','advertising','','show','tourney','','hide','reviews','','hide','directory','','hide','arcade','','hide','articles','','hide','tools','','hide','shop','','hide')">Advertising Info</a></div></td> </tr> </table></td> <td> </td> <td width="5"><img src="da_imgs/header/a_top.gif" width="92" height="52"></td> </tr> </table></td> </tr> <tr> <td height="33" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div id="forums" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: visible; visibility: visible;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"> </div></td> </tr> </table> </div> <div id="advertising" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"><a href="/advertise.php" class="creamlink">Advertise</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/deals.php" class="creamlink">Sponsorship Options</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/sendmessage.php" class="creamlink">Contact Us Regarding Advertising</a></div></td> </tr> </table> </div> <div id="tourney" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"><a href="/tournaments.php" class="creamlink">Poker Tournaments</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="http://www.deuceace.com/showthread.php?t=1071" class="creamlink">Join our freeroll group</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="http://www.deuceace.com/forumdisplay.php?f=25" class="creamlink">Tournament Forum</a></div></td> </tr> </table> </div> <div id="reviews" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> |
#5
|
|||
|
|||
![]()
Part 2 - Code just continuing from part 1
Code:
<td nowrap><div align="center"><a href="/rakebackpages.php" class="creamlink">Rakeback Pages</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/pokerschool.php" class="creamlink">Poker School</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/comingsoon.php" class="creamlink">Coming soon</a></div></td> </tr> </table> </div> <div id="directory" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"><a href="/directory/" class="creamlink">Poker Directory</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/directory/submit.php" class="creamlink">Submit Site</a></div></td> </tr> </table> </div> <div id="arcade" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"><a href="Http://www.NonStopArcade.com" class="creamlink" target="_blank">Free Online Arcade</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/arcade.php" class="creamlink">NonStopArcade Details</a></div></td> </tr> </table> </div> <div id="rakeback" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"><a href="/future_of_rakeback.php" class="creamlink" target="_blank">Future Of Rakeback</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/rakeback.php" class="creamlink">Rakeback</a></div></td><td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/rakebrain.php" class="creamlink">Rakebrain Presentation</a></div></td> </tr> </table> </div> <div id="articles" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"><a href="/forumdisplay.php?f=15" class="creamlink">Browse Articles</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> <td nowrap><div align="center"><a href="/newthread.php?do=newthread&f=15" class="creamlink">Submit Article</a></div></td> <td width="5" nowrap><div align="center"><img src="da_imgs/header/redmenu_divider.gif" width="21" height="34"></div></td> </tr> </table> </div> <div id="tools" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"><a href="/macpoker.php" class="creamlink">Click here for Mac Poker Information</a></div></td> </tr> </table> </div> <div id="shop" style="position:absolute; z-index:1; left: 265px; top: 162px; overflow: hidden; visibility: hidden;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="da_imgs/header/redmenu_left.gif" width="19" height="34"></td> <td nowrap><div align="center"> </div></td> </tr> </table> </div></td> <td> </td> <td width="5"><img src="da_imgs/header/a_mid.gif" width="116" height="35"></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td height="80" valign="middle" background="da_imgs/header/banner_bgloop.gif" style="padding-left:30px"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="490" valign="middle"><script language='JavaScript' type='text/javascript'> <!-- // Insert click tracking URL here document.phpAds_ct0 ='Insert_Clicktrack_URL_Here' var awrz_rnd = Math.floor(Math.random()*99999999999); var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:'; if (!document.phpAds_used) document.phpAds_used = ','; document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write (awrz_protocol+"//www.deuceace.com/ads/adjs.php?n=a77fd90d"); document.write ("&zoneid=1&target=_blank"); document.write ("&exclude=" + document.phpAds_used); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); document.write ('&r=' + awrz_rnd); document.write ("&ct0=" + escape(document.phpAds_ct0)); document.write ("'><" + "/script>"); //--> </script> </p></td> <td width="160" valign="middle"><a href="http://banner.cdpoker.com/cgi-bin/redir.cgi?id=N&member=JohnD&profile=deuce120" target="_blank"><img src="http://cachewww.cpays.com/markettool/bfarm/cdpoker/English/dollar/bnr/150_up_to_500_plus_15_free/120x60/120x60_150_500_15_cdpoker.gif" alt="play online poker" width="120" height="60" border="0" ></a></center></td> <td width="442"><div align="right"><img src="da_imgs/header/a_mid01.gif" width="175" height="80"></div></td> </tr> </table></td> </tr> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="da_imgs/header/greymenu_bg.gif" style="padding-left:30px"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]" class="whitelink">Home</a></div></td> <if condition="$show['registerbutton']"> <td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td><div align="center"><a href="register.php$session[sessionurl_q]" class="whitelink">Register</a></div></td> </if> <if condition="$show['member']"><td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td><div align="center"><a href="usercp.php$session[sessionurl_q]" class="whitelink">Profile</a></div></td></if> <td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td><div align="center"><a href="faq.php$session[sessionurl_q]" class="whitelink">FAQs</a></div></td> <td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td><div align="center"><a href="calendar.php$session[sessionurl_q]" class="whitelink">Calendar</a></div></td> <td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td><div align="center"><a href="memberlist.php$session[sessionurl_q]" class="whitelink">Memberlists</a></div></td> <td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td nowrap><div align="center"><a href="search.php?$session[sessionurl]do=getnew" class="whitelink">New Posts</a></div></td> <td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td nowrap><div align="center"><a href="search.php?$session[sessionurl]do=getdaily" class="whitelink">Today's Posts</a></div></td> <td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td align="center" nowrap id="usercptools"><a href="$show[nojs_link]#usercptools" class="whitelink">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> <if condition="$show['member']"><td width="5"><div align="center"><img src="da_imgs/header/greymenu_divider.gif" width="20" height="32"></div></td> <td><div align="center"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onClick="return log_out()" class="whitelink">Logout</a></div></td></if> </tr> </table></td> <td background="da_imgs/header/greymenu_bg.gif"> </td> <td background="da_imgs/header/greymenu_bg.gif"><div align="right"><img src="da_imgs/header/a_mid02.gif" width="260" height="32"></div></td> </tr> </table></td> </tr> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5" height="5"><img src="da_imgs/header/topcurv_left.gif" width="36" height="35"></td> <td background="da_imgs/header/topcurv_bg.gif"> </td> <td width="5"><div align="right"><img src="da_imgs/header/a_bottom.gif" width="603" height="35"></div></td> </tr> </table></td> </tr> </table> $welcomeheaders <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5" background="da_imgs/misc/lefty.gif"><img src="da_imgs/misc/trans.gif" width="20" height="5"></td> <td valign="top" bgcolor="#FFA700" style="padding-left:15px; padding-top:10px"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="230"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="5" height="5"><img src="da_imgs/misc/top_left.gif" width="16" height="15"></td> <td height="5" background="da_imgs/misc/top.gif"><img src="da_imgs/misc/trans.gif" width="5" height="15"></td> <td width="5" height="5"><img src="da_imgs/misc/top_right.gif" width="16" height="15"></td> </tr> <tr valign="top"> <td background="da_imgs/misc/left.gif"><img src="da_imgs/misc/trans.gif" width="15" height="5"></td> <td bgcolor="#170000"><table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td class="cream">Enter your search criteria here:</td> </tr> <tr> <td title="nohilite"> <form action="search.php" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="text" class="bginput" name="query" size="24" /> $gobutton<br /> </form></td> </tr> <tr> <td><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" class="yellowlink">$vbphrase[advanced_search]</a></td> </tr> </table></td> <td background="da_imgs/misc/right.gif"><img src="da_imgs/misc/trans.gif" width="15" height="5"></td> </tr> <tr valign="top"> <td width="5" height="5"><img src="da_imgs/misc/bot_left.gif" width="16" height="15"></td> <td background="da_imgs/misc/bot.gif"><img src="da_imgs/misc/trans.gif" width="5" height="15"></td> <td width="5" height="5"><img src="da_imgs/misc/bot_right.gif" width="16" height="15"></td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td width="5" height="5"><img src="da_imgs/misc/top_left.gif" width="16" height="15"></td> <td height="5" background="da_imgs/misc/top.gif"><img src="da_imgs/misc/trans.gif" width="5" height="15"></td> <td width="5" height="5"><img src="da_imgs/misc/top_right.gif" width="16" height="15"></td> </tr> <tr valign="top"> <td background="da_imgs/misc/left.gif"><img src="da_imgs/misc/trans.gif" width="15" height="5"></td> <td bgcolor="#170000"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="yellowb"><div align="center">Sponsors</div></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="cream" style="padding-top:5px"><div align="center">Please support the DeuceAce sponsors!<br> <p align="center"></p> <p> <p align="center"><script language='JavaScript' type='text/javascript'> <!-- // Insert click tracking URL here document.phpAds_ct0 ='Insert_Clicktrack_URL_Here' var awrz_rnd = Math.floor(Math.random()*99999999999); var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:'; if (!document.phpAds_used) document.phpAds_used = ','; document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write (awrz_protocol+"//www.deuceace.com/ads/adjs.php?n=a8b6dd42"); document.write ("&zoneid=14&target=_blank"); document.write ("&exclude=" + document.phpAds_used); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); document.write ('&r=' + awrz_rnd); document.write ("&ct0=" + escape(document.phpAds_ct0)); document.write ("'><" + "/script>"); //--> </script><noscript><a href='http://www.deuceace.com/ads/adclick.php?n=a8b6dd42' target='_blank'><img src='http://www.deuceace.com/ads/adview.php?zoneid=14&n=a8b6dd42' border='0' alt=''></a></noscript> </p></p> ![]() |
#6
|
|||
|
|||
![]()
Part 3:
Code:
<p align="center"><a href="http://www.skypoker.com/poker/sky_lobby?aff=1314" target="_blank"><img border="0" src="/temp/skypoker.gif " width="120" height="60" alt="SkyPoker"></a></p> <p align="center"><a href="http://instantpokermoney.com/free-poker-money.php " target="_blank"><img border="0" src="http://instantpokermoney.com/images/IPM_FreePokerMoney.gif " width="120" height="60" alt="Free Poker Money"></a></p> <p align="center"><a href="http://www.rakebreak.com/index.php?AFF=6" target="_blank"><img src="http://www.rakebreak.com/images/DeuceAce120.gif" alt="Rakebreak" width="120" height="60" border="0"></a></p> <a href="http://banner.betfred.com/cgi-bin/redir.cgi?id=N&member=DeuceAce&profile=textlinkpo" target="_blank"><img src="http://www.deuceace.com/ads/adimage.php?filename=betfred120.gif&contenttype=gif" alt="" border="0"></a> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="cream" style="padding-top:5px"><div align="center">Please use our links to download<br><br> A number of our regular freerolls require that you have downloaded through DeuceAce<br><br> Thanks for your support!<br><br> <p align="center"><a href="http://www.absolutepoker.com/main.asp?host=a_77a_25243b_2320" target="_blank">Absolute Poker</a><br> <a href="http://skins.pokerdream.com/signup.aspx?sid=49&rc=16717928" target="_blank">Arctic Poker Club</a><br> <a href="http://banner.betfred.com/cgi-bin/redir.cgi?id=N&member=DeuceAce&profile=daforumlef" target="_blank">Bet Fred</a><br> <a href="http://www.pokercs.com/_cbf20c35d5183fd4e4b6002f06212308/2" target="_blank">Carbon Poker</a><br> <a href="http://banner.cdpoker.com/cgi-bin/redir.cgi?id=N&member=JohnD&profile=cdforum" target="_blank">CD Poker</a><br> <a href="http://affiliate.dreampoker.com/processing/clickthrgh.asp?btag=a_2358b_62" target="_blank">DreamPoker</a><br> <a href="http://www.fulltiltpoker.com/?key=MDAwMDNENjgwMDAwQThENzIwNjA4MDUxMDAwMDAwMDM-" target="_blank">Full Tilt Poker</a><br> <a href="http://www.PacificPoker.com" target="_blank">Pacific Poker</a><br> <a href="http://www.paradisepoker.com/?adv_id=a_9206b_31" target="_blank">Paradise Poker</a><br> <a href="http://pitbullpoker.com/poker/affiliate/entry.do?referral=19101" target="_blank">Pitbull Poker</a><br> <a href="http://www.redkings.com/index.cgi?aname=deuceace.com&zone_id=Frmpost" target="_blank">Red Kings</a><br> <a href="http://royalcardclub.com/index.php?btag=BanAff59355" target="_blank">Royal Card Club</a><br> <a href="http://banner.titanpoker.com/cgi-bin/redir.cgi?id=N&member=johnace&profile=ltd234x60" target="_blank">Titan Poker</a><br> <a href="http://affiliates.absolutepoker.com/processing/clickthrgh.asp?btag=a_25243b_4069" target="_blank">Ultimate Bet</a><br> <a href="http://affiliates.wingows.com/redirect.php?Affid=51472" target="_blank">Wingows Poker</a><br> </p> <p></p> </tr> </table> </td> </tr> </table></td> <td background="da_imgs/misc/right.gif"><img src="da_imgs/misc/trans.gif" width="15" height="5"></td> </tr> <tr valign="top"> <td width="5" height="5"><img src="da_imgs/misc/bot_left.gif" width="16" height="15"></td> <td background="da_imgs/misc/bot.gif"><img src="da_imgs/misc/trans.gif" width="5" height="15"></td> <td width="5" height="5"><img src="da_imgs/misc/bot_right.gif" width="16" height="15"></td> </tr> </table> </td> <td style="padding-left:15px; padding-right:15px"> <if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> <if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_forums]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="search.php" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="text" class="bginput" name="query" size="20" /> $gobutton<br /> </form> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> </table> </div> <!-- / header quick search form --> </if> <if condition="$show['member']"> <!-- user cp tools menu --> <div class="vbmenu_popup" id="usercptools_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">$vbphrase[quick_links]</td></tr> <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr> <tr><td class="vbmenu_option"><a href="#" onClick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr> <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr> <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if> <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>--> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr> <tr><td class="thead">$vbphrase[miscellaneous]</td></tr> <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr> <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr> <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if> </table> </div> <!-- / user cp tools menu --> </if> <!-- / NAVBAR POPUP MENUS --> <!-- PAGENAV POPUP --> <div class="vbmenu_popup" id="pagenav_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="$vboptions[forumhome].php" method="get" onSubmit="return this.gotopage()" id="pagenav_form"> <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" /> <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" /> </form> </td> </tr> </table> </div> <!-- / PAGENAV POPUP --> </if> Thanks again for helping ![]() Thanks again! |
#7
|
|||
|
|||
![]()
Can you post a screenshot pointing out what you see also why do you have your site on two different urls
http://www.deuceace.com/forum.php http://www.deuceace.com/new/upload/ You also have some url errors http://www.deuceace.com/arcade.php http://www.deuceace.com/macpoker.php http://www.deuceace.com/advertise.php http://www.deuceace.com/directory http://www.deuceace.com/rakeback.php http://www.deuceace.com/tournaments.php |
#8
|
|||
|
|||
![]()
Im reverting back to 3.8 - Thats why its in the /new folder - Once I get this and a few other changes made I am moving it into the main directory and it will be the main site - Just working on it right now
![]() Once this is fixed I'm hoping to move it tonight as the other problems aren't too difficult to fix Getting a screenshot now |
#9
|
|||
|
|||
![]()
You should of put the test site behind htaccess file for testing
|
#10
|
|||
|
|||
![]()
Attached
The outlined should be under the main menu - The text beside the corner image is the text that comes up when hovering over the rakeback section, it should be where the second x is Thank you |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|