Can I use css drop down menu free with Dreamweaver?

Q: I use Dreamweaver and do not know how to get the menu attached into the
program. If I can't use Dreamweaver. I tried pasting the code but just get
the text in vertical lines.

A: CSS3Menu wasn't developed as Dreamweaver or any other CMS extension, BUT you can use it.

See how should you insert CSS3Menu on your page:
1. You should create your menu and publish it on a local drive in any test folder.
2. Open .html file from the saved folder in any text editor
(you'll find folder with images and .css file in this saved folder also).
3. Copy code for the HEAD section and paste it inside the HEAD/BODY section of you own
webpage, for example:

<!-- Start menu.com HEAD section -->
<link rel="stylesheet" href="menu_files/style.css" type="text/css" />
<!-- End css3menu.com HEAD section -->

4. Copy code for the BODY section and paste it inside the Body section of you own web page
in the place where you want to have a menu, for example:
<!-- Start css3menu.com BODY section -->
<ul id="css3menu" class="topmenu">
...
</ul>
<p style="display:none">Buttons Using CSS Css3Menu.com</p>
<!-- End css3menu.com BODY section -->

and paste it on your html page in the correct place. You can do it in any text editor.

5. Now you have your .html page and folder with all images and style.css file.
6. You should upload them on your server.

That's all.

Also you can try to use 'Insert to page' wizard. Simply click inside the page to select where
you want the menu to appear and press "Insert Before".

Notice, that if you want to install it in Blogger posts and other pages which
are not on your FTP server / domain name you should use absolute paths for style.css file.

Related