OutcasT Posted December 6, 2013 Posted December 6, 2013 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. Quote
aliali786 Posted December 6, 2013 Posted December 6, 2013 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. Quote
OutcasT Posted December 6, 2013 Author Posted December 6, 2013 I want it like this [ATTACH=CONFIG]1217[/ATTACH] Quote
aliali786 Posted December 6, 2013 Posted December 6, 2013 DO you have skype? i can get that done for you with iframes in the headers Quote
Script47 Posted December 6, 2013 Posted December 6, 2013 I want it like this [ATTACH=CONFIG]1217[/ATTACH] Off Topic: (Sorry! :p ) Woah, not going to lie that theme looks decent. Quote
OutcasT Posted December 6, 2013 Author Posted December 6, 2013 DO you have skype? i can get that done for you with iframes in the headers Yes, i messaged you! Quote
Coly010 Posted December 7, 2013 Posted December 7, 2013 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 Quote
Guest Posted December 7, 2013 Posted December 7, 2013 Using a frameset, with the links you need to set the target. Quote
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.