Can I use css js menu without FTP access?

Q: I do not have access to the FTP sever with my web hosting company. I use Commerce Rocket, I just need to make sure I can get the CSS3 code after my menu is built. I have the ability to input source codes only.

A: Yes, you can do it. In this case you should do following:
1. Select "Embed images to CSS" from "Options"
2. 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 css3menu.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">
        ...
      <p style="display:none"><a href="http://css3menu.com/">Buttons Using CSS Css3Menu.com</a></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. Copy code from "style.css" file and past it into .html code.

Related

Recent Demos



Contact US

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. Make sure to include details on your browser, operating system, CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.

See More