Results 1 to 4 of 4

Thread: css menu

  1. #1
    Join Date
    Feb 2009
    Posts
    156
    Thanks
    0
    Thanked 4 Times in 3 Posts

    Default css menu

    i want to make a css menu by simple coding, vdout any script... is it possible ?
    by giving styles to he hover?
    i need only single menu like this


    ========
    Profile (main menu)
    =======
    Edit
    ----
    picture
    ------
    professional
    -----------


    like this, when i hover on profile it display an after that it hide...
    is it possible by CSS only?

  2. #2
    Join Date
    Apr 2008
    Location
    San Diego, CA
    Posts
    352
    Thanks
    57
    Thanked 6 Times in 6 Posts

    Default

    It is very possible. The standard practice is to use nested unordered lists for your menus. Unfortunately IE6 only supports :hover on links, so it will require Javascript to see your submenus.

    Try searching Google for "pure css menu".

  3. #3
    Join Date
    Feb 2009
    Posts
    156
    Thanks
    0
    Thanked 4 Times in 3 Posts

    Default

    ok can u give me simple coding in javascript plz.... ya i serched on net, bt its very coplex coding , so not easy to understand..

    if u have coding give it to me plz, vd some description of the code..
    THANX in advance

  4. #4
    Join Date
    Apr 2008
    Location
    San Diego, CA
    Posts
    352
    Thanks
    57
    Thanked 6 Times in 6 Posts

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •