navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

CSS Menu

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> CSS Menu
Page: [1]
 
Brandon

 

Posts: 431
Joined: 7/13/2004
From: Indiana, US
Status: offline

 
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



Thumbnail Image
:)

Attachment (1)

_____________________________

~ Brandon
jaybee

 

Posts: 14134
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
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>   


_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Brandon)
womble

 

Posts: 5506
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
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.

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to Brandon)
Brandon

 

Posts: 431
Joined: 7/13/2004
From: Indiana, US
Status: offline

 
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...:)

_____________________________

~ Brandon

(in reply to womble)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> CSS Menu
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts