CSS is Cascading Style Sheets it help style your page instead off using tables. In a nut shell I am going to send you this link
http://acc.shoreconnection.com/jberry/tabs/page1.html#
I made the nav bar you are looking for. and then if you click on About it does the subNavbar.
you can view the source on each page(the code) by going to view>source or view source. The CSS is a seperate file you will see in the code
- Code: Select all
style type="text/css" media="all">
@import "nav.css";
this is how you get the CSS in your file. If you go to this link it will show you what the CSS is.
http://acc.shoreconnection.com/jberry/tabs/nav.cssif you were to use this you have to save it as a style sheet in dreamweaver it gives the the option. file > save as> and the drop down says stylesheets (.css) what ever you name it you will have to change it in the code where it says @import "_.css"; put the file name there. Ihope this helps but it hard to teach CSS this way but it will give you a start play with the code use the code and good luck and more questions feel free to PM me or post more.
[/code]