Jump to content
MakeWebGames

How To?


OutcasT

Recommended Posts

Anybody know how to make the game layout? When you login.

I dont know how to make it so the links on the top/left change only the bottom right of the page.

So i want there to be a player info bar at the top

Navigation links to the left

and the rest is the only part of the page that changes.

Link to comment
Share on other sites

You could simply use a header, different functions for different parts of the file, then call the functions at the beginning if all your files.

For the scrollbar all you need is a

<div id="mainmenu">

</div>

Then in css file

#mainmenu {

overflow-y: auto;

}

 

Simplez

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...