believo macrumors regular Original poster May 21, 2004 161 0 Los Angeles, CA Aug 15, 2006 #1 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
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 macrumors G3 May 28, 2005 9,390 3,899 Pennsylvania Aug 15, 2006 #2 That site uses tables, although you can use CSS as well. I would recomend against using frames.
believo macrumors regular Original poster May 21, 2004 161 0 Los Angeles, CA Aug 15, 2006 #3 thejadedmonkey said: That site uses tables, although you can use CSS as well. I would recomend against using frames. Click to expand... ok that's exactly what i needed to know. thanks
thejadedmonkey said: That site uses tables, although you can use CSS as well. I would recomend against using frames. Click to expand... ok that's exactly what i needed to know. thanks
desenso macrumors 6502a May 25, 2005 797 1 Aug 15, 2006 #4 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.
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.