tabs when you hover over them.
I have almost all of my pages done...now I need to tie them into to these dropdown menus I cant seem to create. arrggh!
the html part should look something like this?? (am going off a source i saw online that looks like something i need)
<ul id="navigation">
<li><a href="index.html">Home</a></li>
<li class="category_link"><a href="about_us.html">About Us</a>
<small><ul id="group_list">
<li><a href="who_we_are.html">Who We Are</a></li>
<li><a href="what_we_do.html">What We Do</a></li>
<li><a href="what_we_offer.html">What We Offer</a></li>
</ul></small></li>
but i dont know what to do with the default.css file...
here's my building site before it goes live:
http://home.comcast.net/~waynetorrance/cccc/index.html
can anyone help?
