sykowizard Posted November 14, 2007 Share Posted November 14, 2007 I am new to the whole php java and css parts of making a web page, I am trying to make a menu for my buddies site, i want the menu to go along the left side of the page, and stay in the focus area of the page as its scrolled, basically make it so no matter how long the page is, the menu is always on the screen, no scrolling back to the top of the page to get back to the menu.. is there a way to do this? if so can anyone help me with this? thanks.. SykoWizard~ Quote Link to comment Share on other sites More sharing options...
emehrkay Posted November 15, 2007 Share Posted November 15, 2007 try css. all you have to do is make it position:fixed then define the top and left attributes Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted November 15, 2007 Share Posted November 15, 2007 search Google for "floating dhtml menu" - you will find lots of examples on how you can do this. Quote Link to comment Share on other sites More sharing options...
sykowizard Posted November 15, 2007 Author Share Posted November 15, 2007 thanks for the tips, the css position:fixed, worked great... anyone who would like to take a look at the progress of the site we are working on go to http://3r14nd.com/psp/temp/ for current look.... for original page(s) go to http://3r14nd.com/psp/ any thoughts of how to make this sites look and feel better, please reply.. thanks. SykoWizard~ Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted November 15, 2007 Share Posted November 15, 2007 here is a good example, that I did not know about: http://www.cssplay.co.uk/layouts/fixed.html 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.