Drop Down Menu Prebuilt Site

Hello i have been playing for a week with no results so i am looking for specific help. I have enherited a website designed by someone else as an html template yet i am unable to edit anything in the template section, can only update each and every code and page individually. I am using Dreamweaver CC on windows 8 platform. the site i am working on is cef.forgivenitsolutions.org (where i am hosting while i check it out). I have set up a temp server on my computer and it is working fine. So on to the question i was given the template and ask to mimac http://cefindiana.com/ when it comes to the drop down menu in the upper right hand corner. I have tried everything from simply copying the code to installing my own drop down menu with out any luck--i am sure it is extremely simple but i just find an article or video to help. Please help they want to go live with this site friday but i cant fique this out. Please be nice as Dreamweaver is not my expertise i am a graphic designer, but i am trying to help a non-profit out.
thanks for you help

forgiven IT Solutions wrote:
yes the site cef.forgivenitsolutions.org is exactly what i have on my computer and i copied the code you gave me
Then you don't have the css or the jQuery files right - as they reside on the site below?
http://cefindiana.com/
What you are attempting to do is lift the menu code, css and .js scripts from cefindiana.com site and insert them into your site, right?
Below is the html code for the menu:
<div id="nav-site">
<div id="nav-site-dropdown"><p><a href="/contact/">View CEF Indiana Chapters</a></p></div>
<div id="nav-site-dropdown-hover">
<ul>
<li><a href="/central/">Central Indiana</a></li>
<li><a href="/evansville/">Evansville</a></li>
<li><a href="/fortwayne/">Fort Wayne</a></li>
<li><a href="/northcentral/">North Central</a></li>
<li><a href="/northeast/">Northeast</a></li>
<li><a href="/northwest/">Northwest</a></li>
<li><a href="/sixcounty/">Six County</a></li>
<li><a href="/southeast/">Southeast</a></li>
<li class="last"><a href="/westcentral/">West Central</a></li>
</ul>
</div>
</div>
<!-- end nav-site -->
BELOW IS THE CSS THAT YOU NEED TO STYLE THE MENU: this needs to either go in the head section (<head></head) of the page in which you are inserting the menu or you can include it in a linked css stylesheet.
<style>
#nav-site {position:absolute; top:0; left:660px; width:300px;}
#nav-site-dropdown {background: url(http://cefindiana.com/assets/images/nav-view-chapters.png); width: 300px; height: 33px;}
#nav-site-dropdown p {display:none;}
#nav-site-dropdown-hover {display:none; background: #fffbe6; margin-left:11px; width: 277px;}
#nav-site-dropdown-hover ul {margin:0; padding:0;}
#nav-site-dropdown-hover li {margin:0; padding:10px 0 10px 0; list-style:none; border-bottom:1px solid #f4e1a7;}
#nav-site-dropdown-hover li.last {border:0;}
#nav-site-dropdown-hover li a {margin-left:40px; font-weight: bold;}
</style>
BELOW IS THE .js FILES and SCRIPT: you also need to include this in the <head></head> section of the page in which you are inserting the menu.
<script type="text/javascript" src="http://cefindiana.com/assets/scripts/jquery/jquery-1.4.2.js"></script>
    <script type="text/javascript" src="http://cefindiana.com/assets/scripts/jquery/jquery.cycle.lite.min.js"></script>
    <script>
var inputtext = {};
var submenuvisible = false;
var submenucleanup = false;
$(document).ready(function(){
    $('#nav-site-dropdown,#nav-site-dropdown-hover')
        .hover(
            function(){
                clearTimeout(submenucleanup);
                submenucleanup = null;
                if(submenuvisible===false) {
                    submenuvisible = true;
                    $('#nav-site-dropdown').css('background','url(http://cefindiana.com/assets/images/nav-view-chapters.png)');
                    $('#nav-site-dropdown-hover').slideDown();
            function() {
                clearTimeout(submenucleanup);
                submenucleanup = null;
                submenucleanup = setTimeout(function(){
                    submenuvisible = false;
                    $('#nav-site-dropdown-hover').slideUp(function(){$('#nav-site-dropdow n').css('background','url(http://cefindiana.com/assets/images/nav-view-chapters.png)');});
                },500);
</script>
If you follow the above instructions you will have a working menu identical to the one on the cefindiana.com site.
Once working you obviously need to replace the menu links with the ones applicable to your site.
Once every thing is working correctly you need to grab the .js scripts from the links below and save them to your own .js files and link those to your page/s.
http://cefindiana.com/assets/scripts/jquery/jquery-1.4.2.js
http://cefindiana.com/assets/scripts/jquery/jquery.cycle.lite.min.js

Similar Messages

  • Help with inserting drop down menu/pricing in Muse site

    I know this is not a feature available directly in Muse, but are there other sites where I could get code to insert? View this website , the box on the right side where you can select from 3 dropdown menus and you get an updated price at the top. I don't care so much about the add to care function, I just want to have the dropdown/pricing.

    The HTML code for a drop-down menu is as follows:
    <select>
       <option>Item 1: $9.95</option>
       <option>Item 2: $19.95</option>
       <option>Item 3: $29.95</option>
    </select>
    You can add this code by clicking Option-> Insert HTML...
    Here is a good tutorial for drop-down menus.
    http://www.echoecho.com/htmlforms11.htm
    Hope this helps,
    Julia

  • Delete web sites from drop down menu

    There is a drop down menu to the right of 'bookmark star'. How do you delete web sites you no longer want here?

    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.<br />
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.<br />
    This will open the "Edit This Bookmark" dialog and you can click the Remove button to remove the bookmark if you want to remove such a bookmarked entry.<br />
    * [[Clearing Location bar history]]
    * [[Cannot clear Location bar history]]
    * [[Location bar autocomplete]]

  • AD Site names are not populated in Collection criteria drop down menu...

    I tried to create a collection based on AD Site name. Collection creating wizard on the membership rules tab, query rule properties, edit query statement (system resource), criteria tab, criterion type is simple value, System resource - Active
    Directory site name, operatör is equal to Vlaue... there is no AD site names appear in this drop down menu, just one of the 20 sites appear. I already run the system discovery, and create Automatically boundary for the each sites. And also create
    the Bpoundary groups...
    Thanks,

    Yes, I know this is an old post, but I’m trying to clean them up.
    Did you solve this problem, if so what was the solution?
    Without the query that you are using it will be hard to troubleshoot this issue but my guess is that the PC that belong to those AD site have not yet be inventoried. Check your Heartbeat and Hardware inventory.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Can spry drop down menu 2 be updated throughout a site

    Was wondering if I could update the drop down menu and have it update automatically all other pages that use the menu in a site?
    I looked thru the writeup on V2 and wasn't able to understand the last section on using it in a site. http://www.adobe.com/devnet/dreamweaver/articles/spry_menu_bar.html#g
    SH

    The version is not an issue.
    Site wide update is possible only if menu code is situated in a DW template or a Server Side File.
    If not, put the (updated) menu code in a remote "include" file, named menu.inc
    Then replace the old menu code on all pages with a PHP tag calling for the include file.
    <?php require_once("menu.inc"); ?>
    (Check to be sure your Hosting provider supports PHP)
    All future updates will then only involve editing the include file, and all pages will automatically update.

  • How do I align a drop down menu in Firefox (using HTML)? My site works in Chrome and Explorer how I want it to, but not Firefox.

    There are 2 issues that arise in Firefox but not other browsers.
    1. The "All Categories" drop down menu is not aligned with the search field and search button.
    2. The company logo appears pixelated.
    The website is www.fortune3.com/evereadyhardware
    Please view in Firefox and in Chrome to note the differences. Thank you.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • My folders aren't showing up in my bookmark list or the drop down menu when I bookmark a site. Please advise!

    I just created a bunch of folders to organize my bookmarks. When I try to bookmark a page and put it in the appropriate folder, none of my folders appear in the drop-down menu. Thanks for any advice you can provide. ~cayugakate

    Turns out they were showing up, just all the way at the bottom of my list of bookmarks. I just couldn't see them. If you go to "Bookmarks"->"Organize Bookmarks" and then play around in there with highlighting on "Bookmarks Menu" you should be able to figure it out. Otherwise you just have to move them up to the top individually. Hope that helps! ~Kate

  • Autocomplete does not work (no drop-down-menu)

    Hi all
    I'm trying to setup the autocomplete-input, but it doesn't
    work. When I type anything into the textbox, the animated image
    beside the box shows activity and I see the submitted data from the
    backend in debug mode, but the drop-down-menu with the matching
    records does not appear.
    if I build a static list of possible choices in the
    cfinput-tag, it works.
    my cfc returns an array and this is serialized as JSON in the
    calling backend-template (see code below). In source code view of
    the html-page, I see lots of java-script and CSS inserted into the
    page.
    any ideas?
    stefan
    calling template:
    <cfsilent>
    <cfscript>
    //Get Query
    locationArray =
    application.addressDao.findLocation(url.term);
    </cfscript>
    </cfsilent>
    <cfoutput>#serializeJSON(locationArray)#</cfoutput>
    relevant part of CFC:
    <cfloop query="qLocations">
    <cfset arrayAppend(records, fPLZ & " " &
    fOrtschaft)>
    </cfloop>
    <cfreturn records/>
    form-page:
    <cfform action="" method="post" name="editForm"
    id="editForm">
    Dynamische Auswahlliste: <br />
    <cfinput type="text" name="ziplocation"
    autosuggest="url:ajaxLocationAutoComplete.cfm?term={cfautosuggestvalue}"
    autosuggestMinLength="3" maxResultsDisplay="10"><br
    />
    <br />
    </cfform>

    Rather a general answer I am afraid, as I can not see an obvious problem & solution:
    # Note for any one off problems with sites it is always worth clearing cookies for that site and cache [[How to clear the Firefox cache]] &[[Delete cookies to remove the information websites have stored on your computer]]
    # Try in safemode (see [[Troubleshoot Firefox issues using Safe Mode]]) that is accessible from your Firefox Button. (but at this stage do not yet try the reset)
    #* next try in safemode and also disable the java plugin that you have (Safe mode disables extensions not plugins)
    #* for info: note Java and Javascript are different animals: http://kb.mozillazine.org/JavaScript_is_not_Java
    # if the above do not help then try the Firefox reset, '''but''' be aware you will loose open tabs, extensions, and certain preferences, you may need to bookmark things first so you can find them again see [[Reset Firefox – easily fix most problems]]

  • How do I link this drop down menu created in Fireworks when I export to dreamweaver, Help!

    Hello everyone,
    Thank you in advance for dealing with my inexperience and answering my question.
    I have been stuck on this for wayyyy too long. Here is my problem. I created a drop down menu for a portfolio website I am building. When I pull this into Dreamweaver the way to link the menu items to the pages is elusive. I have no idea what to do. Please help?
    Here is the screenshot. Thank you very much     Jennifer
    OK, Well no one can actually see this image since it came in so small, but please help me anyway if you can?

    Thank you for answering my question. I created the graphics in photoshop, sliced them in fireworks and now I am pulling the site in dreamweaver to link it. The dropdown is just a little dropdown menu. I created it in Fireworks because when I tried to create one in Dreamweaver I had to use a spry which was even harder to figure out and get to work. If I knew Html or CSS my life would be much easier but I don't. I don't have much time to learn it right now since I work over time all week, do graphics freelance and I go to school for computer science. I need to get this site up and I just want a fast little fix to get it up. When I have time to learn more I can make this site better or start a better site, but for right now it just needs to work. Is there a way to get what I have working so I can just get this site up. Later I will have more time and more experience to do this better. I am learning so thank you for your experience.
    Thanks,
    Jennifer

  • How do I insert a drop down menu bar?

    Hi, I'm designing my 1st website and I started it in  photoshop cs5.5. I imported my site into Dreamweaver cs5.5 and uploaded it to my server. The problem I'm having is that when I try to insert a drop down menu bar, I get gaps within my page. How do I fix this? *Help Please*  The URL for my site is: http://www.coriemoment.com
    and this is my coding:
    <html xmlns="http://www.coriemoment.com"
    <head>
    <title>The Official Corie Moment Home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
        <div id="=container"
    <body bgcolor="#FFFFFF" leftmargin="auto" topmargin="auto" marginwidth="auto" marginheight="auto" margin:0;>
    <!-- Save for Web Slices (home.psd) -->
    <table id="Table_01" width="1281" height="768" border="0" cellpadding="0" cellspacing="0">
              <tr>
                        <td colspan="6">
                                  <img src="images/index_01.png" width="1280" height="220" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="220" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="4">
                                  <img src="images/index_02.png" alt="" width="414" height="548"></td>
                        <td rowspan="3">
                                  <object width="564" height="423"><param name="movie" value="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3" type="application/x-shockwave-flash" width="564" height="423" allowscriptaccess="always" allowfullscreen="true"></embed></object></td>
                        <td colspan="3">
                                  <img src="images/index_04.png" width="255" height="89" alt=""></td>
                        <td rowspan="4">
                                  <img src="images/index_05.png" width="46" height="548" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="89" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/video_03-07.png" width="1" height="336" alt=""></td>
                        <td rowspan="3">
                                  <img src="images/index_07.png" width="34" height="459" alt=""></td>
                        <td>
                                  <script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
      version: 2,
      type: 'search',
      /*put your twitter id that people use to reply to you below. Mine is mhorning. If you only want to see the Tweets that you have Tweeted, then delete the part below that says- OR to:coriemoment */
      search: 'from:coriemoment OR to:coriemoment',
       /*this is the duration in terms of seconds*/
      interval: 30000,
       /*this is the title you want on your tweets*/
      title: 'Corie Tweets',
      subject: 'Send us your comments',
       /*setting width to 'auto' will adjust the width of your tweetbox to whatever is set on your div. You can change this to something like 500px if you want*/
      width: 'auto',
      height: 212,
      theme: {
        shell: {
                 /*this will change the background color of your tweetbox. It is currently yellow*/
                background: 'body p, body img, body embed, body object, body video{opacity:1 !important}',
          /*this will change the color of the text in your background*/
                color: 'fac935'
        tweets: {
                 /*this will change the background color behind your tweets. It is currently white*/
                background: 'body p, body img, body embed, body object, body video{opacity:0.2 !important}',
           /*this will change the color of the text in your tweets. It is currently black*/
                color: '#000000',
           /*this will change the color of anything that is hyperlinked in your tweet. It is currently blue*/
                links: '#1985b5'
      features: {
        scrollbar: false,
        loop: true,
        live: true,
        behavior: 'default'
    }).render().start();
    </script></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="302" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/index_09.png" width="220" height="157" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="34" alt=""></td>
              </tr>
              <tr>
                        <td colspan="2">
                                  <img src="images/index_10.png" width="566" height="123" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="123" alt=""></td>
              </tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>

    Please see here http://forums.adobe.com/thread/1166609.
    Really annoying when there are multiple posts for one query

  • How do i create a drop-down menu in SharePoint that redirects to a new page?..

    Helly everyone, i have a question and really hope someone can help me out here:)
    In SharePoint i want to create a drop-down menu that has the possibelty to redirect to other websites.
    I fount the code below and it works but just not in SharePoint:(
    It only shows the drop-down list but it doesn't redirect you to another website if you click on a site.
    Can someone please help me out because it's really getting frustrating.
    <form method="post" action="" name="">
    <select name="select15" onChange="window.open(this.options[this.selectedIndex].value,'_parent')">
    <option selected>Please Select Site to Visit</option>
    <option>---------------------------------------------------</option>
    <option value="http://leedssocialclubs.co.uk">Leeds Social Clubs </option>
    <option value="http://yahoo.co.uk">Yahoo </option>
    <option value="http://msn.com">MSN </option>
    <option value="http://Moonfruit.com">Moonfruit </option>
    <option value="http://burystaffhire.moonfruit.com/#/home/4548482603">Bury Staff Hire</option>
    </select>
    </form>

    <form>
    <select name="URL" onchange="window.location.href=this.form.URL.options[this.form.URL.selectedIndex].value">
    <option value="">Choose a site</option>
    <option value="http://webdesign.about.com/">Web Design Front Page</option>
    <option value="http://webdesign.about.com/library/beginning/bl_begin.htm">
    Beginning HTML</option>
    <option value="http://webdesign.about.com/od/javascript/">JavaScript Help</option>
    </select>
    </form>
    Demo url
    http://webdesign.about.com/od/examples/l/blfaqddredirect.htm
    script url
    http://webdesign.about.com/od/javascript/a/aa050701a.htm
    For me it is working fine

  • How can i create a drop down menu for set qty in my store?

    I'm wondering how i can create a drop down menu for the qty module that sits on the individual product page. My client sells in quantities of 6 packs. I currently have the minimum order at 6 but i would like to give consumers the option for 6,12,18...and so forth. I was told that it could be accomplished? Hopefully someone can help me.

    Hi Chris -
    Thank you for your reply! I had seen your article before, and just now again attempted to follow it, but I get stuck. There are two things that I'm confused by.
    First off, toward the top, referring to the initial button, you say to add this interaction:
    ON CLICK; Play Transition to comboBox: selected
    ON ROLL OUT; Play Transition to comboBox normal if comboBox is in over state
    ON ROLL OVER; Play Transition to comboBox over if comboBox is in normal
    However, I do not see these transition options. When I select the button, the only interactions I have are to Play transistion to state, Play action sequence, Go to URL, and two for videos. So that's the first roadblock for me.
    But, trying to get passed that, I went down to the portion of the article that refers to adding interaction to the dataset items. Again, I don't get it, as I see no way to add interaction to a dataset item. When I open my design-time data menu, I do see the items, and am able to rename each item, add additional rows, and change the shape of the datalist layout. However, I see no way to add an interaction to a dataset item. I must be missing a step ... Can you help with this?
    Again, thank you!
    Amy

  • Wrapping text in the navigation drop down menu

    Help! Is there a way to wrap text in the navigation drop down menu. Some of the text is too long and sits outside of the drop down box. Is there code that I can insert in the below example or would this need to be specified in the css stylesheet that is attached? If this needs to go in the css stylesheet, then what would the code be for that?
    Thank you!
    <!-- nav//-->
    <span class="preload1"></span>
    <span class="preload2"></span>
    <ul id="nav">
        <li class="top"><a href="#nogo1" class="top_link"><span>Home</span></a></li>
         <li class="top"><a href="#nogo30" id="shop" class="top_link"><span class="down">Title</span></a>
            <ul class="sub">
                          <li><a href="#nogo36">Title</a></li>
                <li><a href="#nogo37">Title</a></li>
            </ul>
        </li>
        <li class="top"><a href="#nogo57" id="privacy" class="top_link"><span>Title</span></a>
            <ul class="sub">
            <li><a href="#nogo31">Title</a></li>
                       <li><a href="#nogo3" class="fly">Title</a>
                        <ul>
                            <li><a href="#nogo4">Title</a></li>
                        </ul>
                </li>
    <li class="mid"><a href="#nogo7" class="fly">Title</a>
                        <ul>
                            <li><a href="#nogo15">Title</a></li>
                  </ul>
                </li>
                 <li><a href="#nogo31">Title</a></li>
                 <li><a href="#nogo31">Title</a></li>
                   <li class="mid"><a href="#nogo7" class="fly">Title</a>
                        <ul>
                            <li><a href="#nogo8">Title</a></li>
                            <li><a href="#nogo9">Title</a></li>
                            <li><a href="#nogo10">Title</a></li>
                     </ul>
                </li>
          </ul>
    </li>

    Is there a way to actually wrap the text and keep the box it sits in the same size?
    Height is determined by content & end-user's default text size.
    Look at the Adobe Forum top menu bar.  Mouse over Store > sub-menus.  When text wraps to more than one line, the sub-menu adjusts to content.  If you increase text size in browser it's more obvious.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How Can I Put Multiple Columns in a Drop-Down Menu?

    We are trying to put multiple columns in a drop-down menu, similar to what is on these web sites...
    http://www.cabelas.com/
    http://www.target.com/  (This site has the multiple columns on the Women, Home, Kitching & Dining, Toys, Electronics, and See More categories).
    If anyone has any suggestions for coding, please reply.
    Thank you.
    Wil Radcliffe

    As an <li> tag is not a block level element like a <p> or <div> tag you can store a <div> container within the <li> tag and create an element in that menu item and us the following tutorial to create multiple columns depending on the ordering:
    http://www.alistapart.com/articles/multicolumnlists
    Depending on your target browser you could also use the CSS3 column-count to define the amount of columns.  But with just a quick glance at this I would say it only works in the the later versions of Firefox, Chrome, Safari and IE9+.
    http://www.w3schools.com/cssref/css3_pr_column-count.asp

  • Displaying drop down menu lists on :hover

    I'm currently trying to implement a drop down menu into my website. My site is at http://www.derektoigo.com/assets/livesites/deploy/index.html (CSS - http://www.derektoigo.com/assets/livesites/deploy/css/style.css )
    I've been working with CSS for a while and can employ mosts techniques, but this is my first time attempting to implement a drop down menu. The main reason I'm here is because I'm looking to better understand why my menu won't display at all and how to overlay these lists over other positioned objects on the page. I'd like to have my menu display horizontally in the black bar on the top of the page and have the ul's in the li's (drop downs) display when I hover over a menu link with some margin (about 30px) to the right of each link. Additionally I find that when I hover my mouse over a link unless both it and its drop down lists have a fixed width, the menu item will "jump" to the side; if possible instead I'd be interested in using flexible width for each menu item and just keeping the drop down lists set to a fixed width, but I don't know how to employ this without the margins being messed up. I'm also concerned about the slider region I implemented being pushed down as a result of the menu not being in the header bar.
    I know this is kinda vague but to be honest I'm really not sure what to explain than otherwise just showing it to you, so if anyone can show me what I'm (not) doing in my CSS that should be different it would be really appreciated. Thanks so much.

    I don't see any menus on your index page.
    Maybe this will help get you started.  View source in browser to see how the code comes together.
    http://alt-web.com/DEMOS/CSS2-Horiz-Drop-Menu.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

Maybe you are looking for

  • Linking and displaying on the same page

    Hello I am currently trying to build my website, I want to click on a link in one table and the results to display in another table on the same page. Example - I have a left column, center table, and right column. In the left column "Athletic Diamond

  • Trouble in PreparedStatement

    Here is my code, and errfile. The code is very simple. It can run on the windows2000. The errors are reported when it is running on the linux. It has confused me two weeks. My God If you know the answer, please email me. [email protected] import j

  • Can I connect a Storedge DDS-3 to a Windows 2000 system?

    Hello, I can buy at a good price a Sun StorEdge DDS-3 12-24gb 4mm tape drive, and i was wondering if i can install it in a computer with the windows 2000 professional. Many thanks! Miguel Andrade

  • Implementing ACS - PEAP

    I am trying to implement PEAP on my wireless network. However my Certificate Authority is installed together with my Domain Controller. How do i go about implementing? In the document the CA is on the ACS server PS: What if i am using a third party C

  • How to download Adobe DNG Converter?

    I've tried the links on the Adobe site but they take me only to an error message on both Firefox and Safari. I've got some JPGs I need to convert to DNG. (Hopefully this software will do the trick) Thanks for your help!