Link to home
Start Free TrialLog in
Avatar of tkanz
tkanz

asked on

I am trying to make an over or drop down to the right of my buttons can't figure it out.

This is an off the cuff site with dropdown from the top. I am creating drop down coming out from the right with the ability to click to a different page....http://cohenbattisti.com/orlando-criminal-defense-attorney-lawyer.htm?gclid=CL26zo6y7ZYCFQQRswodAB5IrQ
Again this is not my site, an example.  If you do not understand what I am saying I can make it clearer with your questions.
Thank y ou so much,
Tamela
Avatar of David Brugge
David Brugge
Flag of United States of America image

Avatar of tkanz
tkanz

ASKER

Thank you for answering, D.  This is basically what I am looking for.  Here is the right side drop down code for it.  Just have a couple of questions.  I am a little nervous about putting it in and having it work right. This guy is major pressure on me,yatta...  This is perfect for me though.  If he doesn't want the "button" look is there a way to let the buttons just be words without being boxed in this particular code?
In Dreamweaver  I can probably just manipulate colors and such from the outside and DW will write the code to attach to the rest of the pages; correct?
I will be working on this later today, If I have any more issues, may I contact you?
Again, Thank you so much
Tamela

<!--- START MENU HTML -->
<div id="dhtmlgoodies_menu">
<ul>
  <li><a href="#">New scripts</a>
    <ul>
      <li><a href="#">Slide out menu</a></li>
      <li><a href="#">Content organizer</a></li>
      <li><a href="#">Slide in pane</a></li>
      <li><a href="#">Chess widget</a></li>
      <li><a href="#">Color picker</a></li>
    </ul>
  </li>
  <li><a href="#">Updated scripts</a>
    <ul>
      <li><a href="#">Calendar script</a></li>
      <li><a href="#">Tab menu</a></li>
      <li><a href="#">DHTML menu</a></li>
      <li><a href="#">Slide in pane</a></li>
    </ul>
  </li>
  <li><a href="#">Support us</a>
    <ul>
      <li><a href="#">Link to us</a></li>
      <li><a href="#">Recommend us</a></li>
      <li><a href="#">Donate</a></li>
    </ul>
  </li>
  <li><a href="#">Forum</a>
    <ul>
      <li><a href="#">Topic one</a></li>
      <li><a href="#">Topic two</a></li>
      <li><a href="#">Topic three</a></li>
    </ul>
  </li>
  <li><a href="#">Contact us</a>
    <ul>
      <li><a href="#">Support</a></li>
      <li><a href="#">Feedback</a></li>
      <li><a href="#">Submit a script</a></li>
    </ul>
  </li>
  <li><a href="#">The end(no subs)</a></li>
</ul>
</div>
<!-- END MENU HTML--> 

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David Brugge
David Brugge
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tkanz

ASKER

Excellent advise and I so appreciate it. You have been such a great help to me. I will have to look at the sites though, If I have any question I will post back into experts exchange.  Again. Thank you so much and God Bless.
Thanks for the grade. I've only got about a one year head start on you. I got very good at html using tables to put everything in place and resisted using CSS. I had a rough time at first, but after getting used to it, I find that I can't do any work without it.

I've just spent about six weeks getting my feet wet on javascript, but have to take time out now to learn about databases and php templates. I'm always coming back here to EE for advice. Sometimes I get an answer in a few minutes, other times, I end up a week without any hits. The new feature that EE has added where they send an email to top people in a zone when you haven't received an answer really helps.

Anyway, good luck to you and I'll see you around.

David B