Jump to content
MakeWebGames

right side mainmenu


Tonka

Recommended Posts

Re: right side mainmenu

Just a lil joke: Is this an arabic site?

_______________________________

Have you tried moving the function call for the main menu from the beginning of a page to the end?

if you have a table with two rows, and two columns, you'll need to add a third column

Your layout is likely something like that

____________________

|-----|---------------|

|-----|---------------|

|-----|---------------|

|____|_____________|

|-----|---------------|

|-----|---------------|

|-----|---------------|

|-----|---------------|

|-----|---------------|

|-----|---------------|

|-----|---------------|

|____|_____________|

 

You'll need something like this:

|-----|---------------|

|-----|---------------|

|-----|---------------|

|____|_____________|

|---------------|-----|

|---------------|-----|

|---------------|-----|

|---------------|-----|

|---------------|-----|

|---------------|-----|

|---------------|-----|

|_____________|____|

 

Of course that means adding a column, and making the wide space up top and on the right span 2 columns

and making the wide space on the bottom and on the left span 2 columns

To illustrate where the way the table is layed out, I'll use ! for a "hidden" seperator, i.e, a place where two cells join together

 

|-----|---------!-----|

|-----|---------!-----|

|-----|---------!-----|

|____|________!____|

|-----!---------|-----|

|-----!---------|-----|

|-----!---------|-----|

|-----!---------|-----|

|-----!---------|-----|

|-----!---------|-----|

|-----!---------|-----|

|____!________|____|

 

Since your main menu function should contain it's on starting <td> and ending </td> tags, you should be able to call the function later on

 

and just edit the rest of the table to adding colspans to the two cells that will need them.

Link to comment
Share on other sites

Re: right side mainmenu

 

Just a lil joke: Is this an arabic site?

_______________________________

you suck!

 

 

but to get a right hand side menu you would have to go into all files and change die() into echo() exit;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...