Hi all,
If you see the menu on the right at the following page youll notice an
unordered list
[url]http://www.macromedia.com/software/dreamweaver/[/url]
- something like
<UL class=nav-pod>
<LI><A href="http://www.macromedia.com/software/dreamweaver/">Dreamweaver
Home</A>
<P>Evaluate</P>
<UL>
<LI><A

href="http://www.macromedia.com/software/dreamweaver/productinfo/datasheet/">Dat
asheet</A> </LI>
<LI><A

href="http://www.macromedia.com/software/dreamweaver/productinfo/reviews_news/">
Reviews,
News, Awards</A> </LI>
<LI></LI>
</UL>
</LI>
<LI></LI>
</UL>
As you can see the unordered list has blocks with predefiend size and the most
important the hover effect. Is this done using JS or with CSS?
I looked throught MM stylesheet but it was so complex that i couldnt figure
out properly how that effect is achived. Please post some css sample code if
you are able to.
Thanks!