English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I trying to learn how make a webapge, What is the best way to make a navigation bar on the left? like a left colum with links and the manin text beside it?
If anyone knows of a SIMPLE htmldocument with this please tell me.
Thank you

2007-08-28 04:01:03 · 3 answers · asked by pj2024 3 in Computers & Internet Programming & Design

3 answers

check out this website:
http://www.oswd.org/

It has thousands of open source ready made templates. You'll love me for that !!!


Enjoy

2007-08-28 04:14:11 · answer #1 · answered by Twisted Hardware 2 · 0 0

You can't exactly do it with HTML, but what you could do is use CSS, and that will work well.

2007-08-28 11:07:40 · answer #2 · answered by Anonymous · 0 0

http://www.alistapart.com has bunches of classic examples...




...



...
div#wrapper { width: 80%; ... }
div#nav { width: 25%; float: left; ... }
div#main { width: 74%; float: left; ... }
div#nav ul { ... }
...

2007-08-28 11:32:38 · answer #3 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers