CSS expert please

Discussion in 'CSS' started by uzair.frenz, Jul 27, 2012.

  1. #1
    Hello Guys,

    I am in need of some urgent help with CSS. I am having very basic knowledge about HTML and CSS. I have made a site from a HTML template. But I need to have a drop down menu in the menu items when we hover on it. Its same like the drop down menu available in Digital point forums. When we hover our mouse say suppose on forum we get the drop down menu. I need something same like that.

    If someone wants to help me I will also provide the CSS file as well as the HTML..

    I would really appreciate if someone help me in this. Please consider my request.

    Thank you.
     
    Last edited: Jul 27, 2012
    uzair.frenz, Jul 27, 2012 IP
  2. kip

    kip Notable Member

    Messages:
    1,521
    Likes Received:
    80
    Best Answers:
    0
    Trophy Points:
    205
    #2
    couldn't you google CSS menu? Basically menu's aren't heard to build if you know what you're doing. But without any html or css, it would be hard to give any advise
     
    kip, Jul 27, 2012 IP
  3. uzair.frenz

    uzair.frenz Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    I have googled but I cant understand as I have no good knowledge about CSS. If you can help (I would greatly be thankful to you) I shall provide you the HTML as well as CSS code.
     
    Last edited: Jul 27, 2012
    uzair.frenz, Jul 27, 2012 IP
  4. themoneynoob

    themoneynoob Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    Put it up in jsfiddle.net and I'll check it out.
     
    themoneynoob, Jul 27, 2012 IP
  5. uzair.frenz

    uzair.frenz Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #5
    Thank you!

    Please add /hVTmJ/1/ after jsfiddle.net.. Looks like I cant post links here
     
    uzair.frenz, Jul 27, 2012 IP
  6. themoneynoob

    themoneynoob Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    Here is an easy tutorial hxxp://csswizardry.com/2011/02/creating-a-pure-css-dropdown-menu/
     
    themoneynoob, Jul 28, 2012 IP
  7. rising_sun

    rising_sun Peon

    Messages:
    908
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If we become expert in CSS We must have origin text and package learn language first of all
     
    rising_sun, Jul 28, 2012 IP
  8. тнє Sufi

    тнє Sufi Peon

    Messages:
    391
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    This is pretty easy. All you have to follow this simple structure for a dropdown menu:

    <ul>
          <li>menu items
              <ul>
                   <li>sub-menu items</li>
              </ul>
          </li>
    </ul>
    Code (markup):
     
    тнє Sufi, Aug 13, 2012 IP