PDA

View Full Version : basic web design question




believo
Aug 15, 2006, 04:48 PM
I want to design a site with a simple navigation bar similar to this http://www.brendanmonroe.com. Is this done with frames or something else? I'm using dreamweaver MX 2004.

thanks



thejadedmonkey
Aug 15, 2006, 05:08 PM
That site uses tables, although you can use CSS as well. I would recomend against using frames.

believo
Aug 15, 2006, 05:08 PM
That site uses tables, although you can use CSS as well. I would recomend against using frames.
ok that's exactly what i needed to know.

thanks

desenso
Aug 15, 2006, 11:38 PM
Easy to achieve with CSS... use an unordered list, set list-style-type to none, etc... If you need specific help feel free to ask.