Andrew16
06-02-2006, 05:33 PM
Could anyone point me to a site or tell me what to add to create a side menu? I've been looking for this and I just can't seem to find how to. It seems pretty basic, and just about everysite has one.
|
Click to See Complete Forum and Search --> : Side Menu Andrew16 06-02-2006, 05:33 PM Could anyone point me to a site or tell me what to add to create a side menu? I've been looking for this and I just can't seem to find how to. It seems pretty basic, and just about everysite has one. Sheldon 06-02-2006, 06:07 PM Bye side menu what do you mean? Like a menu on the side? or a drop down menu? WebJoel 06-02-2006, 08:11 PM Here's a quick menu that I made just now... feel free to take and use it if it's anything you need. :) <div style="width:175px; padding:auto; border: 1px dotted red; background-color:#feede3"> <h1 style="line-height:1.5em; text-align:center; letter-spacing:0.19ex; background-color:yellow; margin:6px;">My Links</h1> <ul style="list-style-type:none; line-height:1.2em; padding-top:5px;"> <li><a href="#nogo" style="text-decoration:none; color:#000; background-color:#fff; padding:6px 12px 6px 12px;">My Link #1</a><li> <li><a href="#nogo" style="text-decoration:none; color:#000; background-color:#fff; padding:6px 12px 6px 12px;">My Link #2</a><li> <li><a href="#nogo" style="text-decoration:none; color:#000; background-color:#fff; padding:6px 12px 6px 12px;">My Link #3</a><li> <li><a href="#nogo" style="text-decoration:none; color:#000; background-color:#fff; padding:6px 12px 6px 12px;">My Link #4</a><li> <li><a href="#nogo" style="text-decoration:none; color:#000; background-color:#fff; padding:6px 12px 6px 12px;">My Link #5</a><li> </ul> </div> I included all the necessary STYLE statements in the code so that there aren't any external files to contend with. -Joel webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |