As a follow-up to our tutorial on creating a responsive slideshow using bootstrap, we continue with your next request: A responsive drop down menu using bootstrap. And like the bootstrap slideshow, this one is going to be just as simple.
Let’s get started.
Create an HTML page for the drop down menu:
- Launch Dreamweaver
- Select Site > New Site.
- In the dialog box that appears, enter the following information:
a) Site Name
b) Local Site Folder: Click the Browse or Folder icon. Navigate to any of your local folders you want to use for this
c) Click Save - Create an image folder under the Site you just created and call it “img”.
- Copy your images to this
- Select File >
- Select Blank Page, page type as HTML, and Layout as
- Save the page as html
Creating the dropdown menu
- Open the page http://getbootstrap.com/components/#dropdowns
- Under the Example section for Dropdowns, click Copy in the code
- In Dreamweaver, paste the copied contents in between the
- Copy the following piece of code after the title
- Save
- Select File > Preview in Browser, and select a browser in which you want to preview the You should now see the drop down menu in your browser.
