Little help

Discussion in 'HTML & Website Design' started by Kreeba, Jul 22, 2020.

  1. #1
    how i can make a drop down menu while i used photoshop but how can i code it to dreamweaver the template i made ?
     
    Kreeba, Jul 22, 2020 IP
  2. CactusWren

    CactusWren Greenhorn

    Messages:
    35
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    18
    #2
    I don't know Dreamweaver, but you could try typing this html:

    <select name="mySelectInput" size="5">
      <option value="0" selected="selected">Monday</option>
      <option value="1">Tuesday</option>
      <option value="2">Wednesday</option>
      <option value="3">Thursday</option>
    </select>
    Code (markup):
    This would go inside of a form (a form will start with <form> and end with </form>. Change the values and the parts I have as Monday, Tuesday, etc, to whatever you want.
     
    CactusWren, Jul 22, 2020 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #3
    1) Photoshop is not a design tool.

    2) Photoshop is NOT a design tool.

    Whilst I realize that is only one thing, it's such a colossal sticking point I felt it warranted repeating!

    You don't make "dropdowns" in Photoshop and more than you should be drawing goofy pictures of what a website MIGHT look like, that is probably in violation of WCAG norms and pissing on usability, accessibility, and functionality from so on-high you'd think the almighty just got back from a kegger!

    The same really goes for the nube predator scam artist BS that is Dreamweaver.

    I think you've got your build process backwards. What's your semantic HTML and how are you styling it?
     
    deathshadow, Jul 29, 2020 IP
  4. wildogre

    wildogre Well-Known Member

    Messages:
    1,018
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Use templates that is already having a drop down menu.
     
    wildogre, Aug 3, 2020 IP