zgkhoo Posted December 7, 2007 Share Posted December 7, 2007 <?php session_start(); echo "loginname=".$_SESSION['loginname']; //$login=$_SESSION['loginname']; //echo "<br/>"; //echo "loginvariable=".$login; /*echo "<table border=2> <tr> td>";*/ ?> <html> <head> <title>Add Card</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // --> </script> </head> <body bgcolor="#FFFFFF" text="#000000"> <div id="Layer1" style="position:absolute; left:12px; top:13px; width:754px; height:42px; z-index:1"> <?php include '../adminmain.php'; ?> </div> <div id="Layer2" style="position:absolute; left:9px; top:58px; width:758px; height:292px; z-index:2"> <table width="100%" border="0" height="293"> <tr> <td width="30%" height="242"> <?php include 'cardsubmenu.php'; ?> </td> <td width="70%" height="242"> <?php include 'add1card.php'; ?> </td> </tr> </table> </div> </body> </html> the bottom row of menu cant click at all..why? the alignment of page also not correct..(see the picture) thanks. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/80628-solved-menus-bottom-row-cant-click-at-all/ Share on other sites More sharing options...
boushley Posted December 7, 2007 Share Posted December 7, 2007 I'm not sure if this is a php issue... whats in the adminmain.php, cardsubmenu.php & add1Card.php? Quote Link to comment https://forums.phpfreaks.com/topic/80628-solved-menus-bottom-row-cant-click-at-all/#findComment-408889 Share on other sites More sharing options...
zgkhoo Posted December 7, 2007 Author Share Posted December 7, 2007 admin main.php <html> <head> <link rel="stylesheet" type="text/css" href="../../../style.css" /> </head> <body> <div id="bodyarea" style="padding: 1ex 0px 2ex 0px;"> <table width="100%" border="0" cellpadding="0" cellspacing="0" style="padding-top: 1ex;"> <tr> <td width="180" valign="top"> <table border="0" cellpadding="4" cellspacing="1" class="bordercolor" width="674" height="42" align="center"> <tr> <td class="catbg" width="140" height="40"> <div align="center"><a href="/EN/menu/Card/cardmenu.php">Card</a></div> </td> <td class="catbg" width="209" height="40"> <div align="center"><a href="/EN/menu/UserMg/managemenu.php">User Management</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="#">Product Management</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="#">Status Management</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="#">Reward Management</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/AccountMg/acctmenu.php">Account Management</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/AdminPass/displayadminpass.php">Change Password</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="#">System Management</a></div> </td> </tr> <tr> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/Rate/rate.php">Rate Management</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/AssoTable/assotable.php">Pyramid Associated</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/AdminCard/admincard.php">Insert Admin Card</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/Feedback/fbackmenu.php">Feedback</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/CardPending/cardpending.php">Message/Pending Card Exchange</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/CashPending/cashpending.php">PendingCashWithdraw</a></div> </td> <td class="catbg" width="143" height="40"> <div align="center"><a href="/EN/menu/othersgame/othersgame.php">Others GameCard</a></div> </td> <td class="catbg" width="155" height="40"> <div align="center"><a href="/EN/menu/logout.php">Log Out</a></div> </td> </tr> </table> </div> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/80628-solved-menus-bottom-row-cant-click-at-all/#findComment-408920 Share on other sites More sharing options...
zgkhoo Posted December 7, 2007 Author Share Posted December 7, 2007 cardsubmenu.php <head> <link rel="stylesheet" type="text/css" href="../../../style.css" /> </head> <div id="bodyarea" style="padding: 1ex 0px 2ex 0px;"> <table width="100%" border="0" cellpadding="0" cellspacing="0" style="padding-top: 1ex;"> <tr> <td width="180" valign="top"> <table border="0" cellpadding="4" cellspacing="1" class="bordercolor" width="191"> <tr> <td class="catbg">Card</td> </tr> <tr class="windowbg2"> <td class="smalltext" height="87"> <p><a href="displayaddcard.php">Add Card</a><br /> <a href="displayaddsingle.php">Add Single Card</a><br /> <a href="card_manipulation.php">View/Edit/Delete Card</a><br/> </a><br /> <br /> </p> </td> </tr> </table> </div> Quote Link to comment https://forums.phpfreaks.com/topic/80628-solved-menus-bottom-row-cant-click-at-all/#findComment-408922 Share on other sites More sharing options...
zgkhoo Posted December 7, 2007 Author Share Posted December 7, 2007 add1card.php <html> <body> <!--<table border="1"> <tr> <td> </td> <td>--> <form action="view1card.php" method="post"> <table border="1"> <tr> <td width="181">Serial Number</td> <td width="168"> <input type="text" name="serial1" /> </td> </tr> <tr> <td width="181">Activate Code Length</td> <td width="168"> <input type="text" name="slength"> </td> </tr> <tr> <td width="181">Activate Code Type</td> <td width="168"> <select name="code_type"> <option value="Character(Big Letter)">Character(Big Letter)</option> <option value="Character(Small Letter)">Character(Small Letter)</option> <option value="Number">Number</option> <option value="Mix">Mix</option> </select> </td> </tr> <tr> <td width="181">Point</td> <td width="168"> <input type="text" name="spoint"> </td> </tr> <tr> <td width="181">Expirly Date</td> <td width="168"> <input type="text" name="sexpiry_date"> </td> </tr> <tr> <td width="181"> <input type="reset" name="reset" /> </td> <td width="168"> <input type="submit" name="submit" /> </td> </tr> </table> <!--</td> </tr> </table>--> </form> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/80628-solved-menus-bottom-row-cant-click-at-all/#findComment-408923 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.