Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

so you want player info at the top navigation to the left and a seperate window which is the only page that changes. You'll have to use different frames for each part. A top windows a left windows and a big window for the rest of the game.

Posted

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

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