how i can make a drop down menu while i used photoshop but how can i code it to dreamweaver the template i made ?
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.
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?