TobuAchiraNi
09-29-2004, 05:15 PM
Hey guys, I've got a site and I've realized that I have a LOT of links now on my pages. How do you make a Menu on the left side of the page using HTML coding without making the page move down wicked far? Thanks guys!
kittycat
09-29-2004, 09:44 PM
There are a few things you could use, depending on what type of page layout you have... if you have a table, just add another column to it. You could also use an iframe (http://www.lissaexplains.com/frames.shtml#inline) or a div. (http://www.lissaexplains.com/html7.shtml) If you want a better answer as to what you can do it would help to have a link to the page with your current layout.
You could use one of those nifty sliding menus. They go on the left side, and when you hover over them, the links appear. You could also use a dropdown menu.