1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Modify for a Dropdown Menue?

Discussion in 'Web Development' started by Judia, Aug 17, 2008.

  1. Judia

    Judia New Member

  2. Judia

    Judia New Member

    Can ANYONE do it???? Please??? :( Pretty please with sugar on top??? :(
     
  3. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    here is the code from earthy for the html pages
    Code:
    <title>*EARTHY*</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     
    <link href="my.css" rel="stylesheet" type="text/css" />
    [COLOR=darkred]<link href="menu.css" rel="stylesheet" type="text/css" />[/COLOR]
    <!--[if lt IE 7]>
    <style type="text/css" media="screen">
    #menuh{float:none;}
    body{behavior:url(csshover.htc); font-size:75%;}
    #menuh ul li{float:left; width: 100%;}
    #menuh a{height:1%;font:normal 1em/1.6em "Trebuchet MS", helvetica, arial, sans-serif;}
    </style>
    <![endif]-->
    </head>
    <body>
    <div id="container">
    <div id="top">
    <p><a href="#">Homepage</a> | 
    <a href="[EMAIL="denise@mitchinson.net"]mailto:denise@mitchinson.net[/EMAIL]"> Contact </a></p>
    <h1>Your Company Name</h1>
    </div>
    <!-- Begin CSS Horizontal Popout Menu -->
    <div id="menuh-container"> 
    <div id="menuh">
     
    <ul>
    <li><a href="#" class="top_parent">&nbsp; Homepage</a>
    <ul>
    <li><a href="#">&bull; About</a></li>
    </ul>
    </li>
    </ul>
     
    [COLOR=darkred]<ul>[/COLOR]
    [COLOR=darkred]<li><a href="#" class="top_parent">&nbsp; Gallery 1</a>[/COLOR]
     
    [COLOR=darkred]<ul>[/COLOR]
    [COLOR=darkred]<li><a href="#">&bull; Link 1</a></li>[/COLOR]
    [COLOR=darkred]<li><a href="#">&bull; Link 2</a></li>[/COLOR]
    [COLOR=darkred]<li><a href="#">&bull; Link 3</a></li>[/COLOR]
    [COLOR=darkred]</ul>[/COLOR]
    </li>
    </ul>
    <ul>
    <li><a href="#" class="top_parent">&nbsp;  Gallery 2</a>
    <ul>
    <li><a href="#">&bull; Link 1</a></li>
    <li><a href="#">&bull; Link 2</a></li>
    <li><a href="#">&bull; Link 3</a></li>
    </ul>
    </li>
    here is the css file - just add the menu.css to your code, put the file in your directory, mod you html file.
    it's that easy.
     

    Attached Files:

    • menu.zip
      File size:
      790 bytes
      Views:
      608
  4. pezboy45

    pezboy45 Mod/Design & Coder [Pro]

    Good work Ishkey!
     
  5. sunnee

    sunnee New Member

    Thank you!
     
  6. Judia

    Judia New Member

    I already tried that. It didn't work.
     
  7. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    our xray vision has been off line for some time now.
    it helps to see peoples code.
    it's a mind vision thing, you know.
     
  8. Judia

    Judia New Member

    What do you mean?
     
  9. pezboy45

    pezboy45 Mod/Design & Coder [Pro]

    He means post the codes that you have.
    Its hard to see your problem, with out seeing it!
     
  10. Judia

    Judia New Member

    The Moderna template's zip file is attached. I tried to add it, just as the instructions said to do it, but it doesn't work...
    I don't know what I did wrong.
    I left the work I did on there.
     

    Attached Files:

  11. vinny1724

    vinny1724 New Member