CSS Menu (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets



Message


Brandon -> CSS Menu (10/14/2006 17:32:15)

Ok, I need a quick and easy way to create a CSS menu that looks like this...
Thanks


[image]local://upfiles/12056/74BB7A2BC35041499275BBABDD6D2EFC.jpg[/image]




jaybee -> RE: CSS Menu (10/14/2006 17:43:45)

Just indented or dropping down?

If just indented then use a list

<ul>
    <li>nnnnn
          <ul>
              <li>mmmmm</li>
              <li>mmmmm</li>
              <li>mmmmm</li>
          </ul>
    </li>
    <li>yyyyyy
          <ul>
              <li>zzzzzzz</li>
              <li>zzzzzzz</li>
              <li>zzzzzzz</li>
          </ul>
    </li>  
</ul>   




womble -> RE: CSS Menu (10/14/2006 17:48:43)

This should do it - you just need to miss out the border lines, and the border/background colour on hover, unless you want a hover effect.




Brandon -> RE: CSS Menu (10/14/2006 18:15:44)

Thanks guys....

I knew how to make the menu, but I just didn't know how to do the whole indent thing...[:)]




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
4.699707E-02