Anubis Posted July 10, 2007 Share Posted July 10, 2007 I cannot seem to get this idea to work out for me. Obviously im new at this lol. What im trying to do is have BOTH a left and a right hand menu with the page text in the center. I know the header needs to be tweaked to do this but all ive been able to acomplish is getting both menus up but with the page text above and below the menus. Has anyone made this work? im kinda at a loss now lol. Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted July 10, 2007 Share Posted July 10, 2007 Re: Left and right hand menu? i cant find no one could get it on the right so i just got it on the top Quote Link to comment Share on other sites More sharing options...
UCC Posted July 10, 2007 Share Posted July 10, 2007 Re: Left and right hand menu? It should be pretty easy to get it on the right size. The problem, however, is you would have to have a static layout size. That can cause issues being that people use different size monitors and resolutions. Left or Top is much better. Quote Link to comment Share on other sites More sharing options...
Decepti0n Posted July 10, 2007 Share Posted July 10, 2007 Re: Left and right hand menu? Since when? mines three columns and all in percentages Quote Link to comment Share on other sites More sharing options...
UCC Posted July 10, 2007 Share Posted July 10, 2007 Re: Left and right hand menu? Since when? mines three columns and all in percentages You're correct. Quote Link to comment Share on other sites More sharing options...
Anubis Posted July 10, 2007 Author Share Posted July 10, 2007 Re: Left and right hand menu? so would someone be willing to help me do this for a small fee of course? let me know! Quote Link to comment Share on other sites More sharing options...
nheimberg Posted July 11, 2007 Share Posted July 11, 2007 Re: Left and right hand menu? There was a huge discussion on this before. I was going to use the solution, but never tried it out. Here are some of the things that were posted in it that I took down in notes. function menuarea() { include "mainmenu.php"; global $ir,$c; print "</td><td valign='top'> "; } function endpage() { print "</td> <td width=10%>"; include_once("mainmenur.php"); echo "</td> </tr> </table> </body> </html>"; } } ?> That is at the end of my header. Note the mainmenur.php. That should be the right side menu. That is all I have in my notes, so I dont know if that will help or not. It may be a shot in the dark. ok editing to say I found the original topic http://criminalexistence.com/ceforums/i ... ic=2710.30 Quote Link to comment Share on other sites More sharing options...
KyleCrispy Posted July 11, 2007 Share Posted July 11, 2007 Re: Left and right hand menu? that does not work :| Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted July 11, 2007 Share Posted July 11, 2007 Re: Left and right hand menu? I had some parts of the mainmenu on the right and it looked fine, until i clicked things like Mail, Friends list & Black list, and it moves from the right to the bottom of the page. :| Quote Link to comment Share on other sites More sharing options...
Dabomstew Posted July 11, 2007 Share Posted July 11, 2007 Re: Left and right hand menu? I had some parts of the mainmenu on the right and it looked fine, until i clicked things like Mail, Friends list & Black list, and it moves from the right to the bottom of the page. :| Those pages are missing </table> tags at the end of the pages (before $h->endpage() call) so the layout doesn't close right. Adding said </table> tags will fix this issue. Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted July 11, 2007 Share Posted July 11, 2007 Re: Left and right hand menu? I had some parts of the mainmenu on the right and it looked fine, until i clicked things like Mail, Friends list & Black list, and it moves from the right to the bottom of the page. :| Those pages are missing </table> tags at the end of the pages (before $h->endpage() call) so the layout doesn't close right. Adding said </table> tags will fix this issue. Gah why didnt i think of that, Thanks dabomstew, +1 Quote Link to comment Share on other sites More sharing options...
KyleCrispy Posted July 12, 2007 Share Posted July 12, 2007 Re: Left and right hand menu? i knew that one :wink: but ok my thing wich is the problem is i want to put my shout box on one side menu and my main menu on the other bug ok when i do it the shout box appears at the bottom of every page i have on my game :lol: Quote Link to comment 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.