Importing Widget - Menubar 2.0 - Help!

I went to widget browser, and to adobe exchange where I formatted Spry Horizontal MenuBar 2.0 exactly how I wanted it...saved it to my presets. (It showed up on the adobe exchange horizontally like I wanted it. Then I opened a page in dreamweaver CS5, chose insert > widget> my presets> and chose the formatted Horizontal MenuBar.  All the code for the widget was imported onto that page. I have two problems.
1. It shows up vertically. How do I get it to show up horizontally?
2. And was there a better way to import it so I do not have to have ALL the code on every page in my website. I am worried that it will hamper spiders.
I thought it would go into the spry assets folder.  
I have not cleaned up all the comments in the code yet. It is located here
http://www.bountifulspinweave.com/alpine_meadow_yarn_starlight1.htm
Thank you in advance for any insight you can provide.
Sincerely, Lois

Thank you for your help and for the additional websites to visit for help.Thanks to your input, I was able to build a new page and get the menubar to work and validate everything except for three min width errors in IE 6. I had 0px for the min width by default. I tried 0%, 0em and 2em but that did not help. So I will just put up with that error I guess.
I am still unsure if all the code for the spry menubar 2.0 should be in the source code for every page and not in a separate file uploaded to the spry assets folder. I simply went to widget browser, to my presets, then inserted it on my page. Will all that code affect spiders cataloging my site?
Thank you again!
Sincerely, Lois

Similar Messages

  • I just installed iTunes on my computer, where I already have all my music. I went to Edit Preferences Advanced, and changed the iTunes Media Folder Location to where I have all my music, in the "Local Disk." But iTunes wont import all my music. Help?

    I just installed iTunes on my computer, where I already have all my music. I went to Edit > Preferences > Advanced, and changed the iTunes Media Folder Location to where I have all my music, in the "Local Disk." But iTunes wont import all my music. Help?

    Have you looked in the Music App on your iPhone? On the iPhone music is played by the Music App not iTunes.

  • I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    You need to transfer the iTunes Library from the most recent backup you made before the hard drive was replaced.
    You can't transfer the full iTunes Library from the iPad back to iTunes.
    There are third-party Windows applications that will transfer data from an iOS device, but they don't re-create the iTunes Library exactly as it was before.

  • Hi, using iphoto 6, i suddenly lost albums: they are still in the directory, but no pictures in some albums.Using finder, I can locate the pictures and even get preview. But impossible to import them. Anyone can help? thanks

    Hi, using iphoto 6, i suddenly lost albums: they are still in the directory, but no pictures in some albums.Using finder, I can locate the pictures and even get preview. But impossible to import them. Anyone can help? thanks

    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 6* library:
    Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.

  • Lightroom 5 is freezing in the Library module. I can't access folders or import photos!!! HELP!!!

    Lightroom 5 is freezing in the Library module. I can't access folders or import photos!!! HELP!!!

    Dont know if this is a new occurrence or very many details but try changing "permissions".
    Navigate to the following folder: /Users/[user name]/Library/Application Support/Adobe/Lightroom
    Highlight the Lightroom folder and chose File > Get Information
    Under Sharing & Permission, verify that your have Read & Write Privileges. If not, click the padlock icon at the lower right, enter your password when prompted, then click the Read only entry and select Read & Write.

  • TS1424 I have just opened iTunes and only the music that I have purchased from the iTunes store is being shown: I can't find any of the music that I have imported from a file. Help?

    I have just opened iTunes and only the music that I have purchased from the iTunes store is being shown: I can't find any of the music that I have imported from a file. Help?

    See this post.
    tt2

  • Spry Menubar background color help?

    How does one go about making the background color of your submenus different from the main menu bar?
    Here's a site I have found with basically the submenu I want, notice the submenus have a background color and the menubar has a background image.
    http://thecreatureconservancy.org/
    (I am running CS5.5)
    Thank you!

    Have a look at the following where I have used an untouched SpryMenuBarHorizontal.css
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="http://labs.adobe.com/technologies/spry/widgets/menubar/SpryMenuBarHorizontal.css" rel="stylesheet">
    </head>
    <style>
    body {
        width: 980px;
        margin: auto;
    #header {
        height: 200px;
    #nav { /* USE YOUR OWN BACKGROUND IMAGE */
        background-image: url(http://www.copperleafcrossing.com/thecreatureconservancy/images/topnav_bkgd.jpg);
        height: 35px;
    ul.MenuBarHorizontal a {
        color: #FFF;
        background-color: transparent;
    ul.MenuBarHorizontal ul a {
        background-color: #436D9C;
    ul.MenuBarHorizontal li.MenuBarItemIE {
        background: transparent;
    </style>
    <body>
    <div id="header"></div>
    <div id="nav">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
        </li>
        <li><a href="#">Item 2</a></li>
        <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
          <ul>
            <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
              <ul>
                <li><a href="#">Item 3.1.1</a></li>
                <li><a href="#">Item 3.1.2</a></li>
              </ul>
            </li>
            <li><a href="#">Item 3.2</a></li>
            <li><a href="#">Item 3.3</a></li>
          </ul>
        </li>
        <li><a href="#">Item 4</a></li>
      </ul>
    </div>
    <script src="http://labs.adobe.com/technologies/spry/includes_minified/SpryMenuBar.js"></script>
    <script>
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    Gramps

  • How do i export/import the Oracle Portal Online help

    hai everybody...
    i want to export/import the
    Oracle Portal Online Help Content Area
    i tried this same as (my own content area
    export/import)...but my own content area Pages were worked.....how do i do this..
    any help..
    thanks in advance
    null

    The recommended way is to export the User Manager configuration template out (using the AdminUI), import it into your new enviroment (again using the AdminUI - you have to type the password of the LDAP user in since it is not exported) and then initiating an LDAP Synch.

  • Widget browser and Adobe Help not opening in dw cs6

    I am trying to insert a widget in dw, but I cannot get the widget browser to open. I have dw cs6 installed in my applications folder along with Adobe>Widget Browser and Adobe help.  How can I get this to work?

    What version of Mac OS are you using?
    If you're not sure, go to the Apple menu and choose About This Mac.
    What happens when you try to open Widget Browser directly from the /Applications folder?
    How about if you try to open it from within Dreamweaver? (e.g. go to Insert > Widgets, then click the "Widget Browser" link)
    Have you tried updating Adobe AIR, which is used to run Widget Browser?
    Although it typically will automatically update itself, you can download the latest version of AIR from here to install: http://get.adobe.com/air/

  • No Window in Widget Browser or Adobe Help on Mac, solved

    I had trouble installing Air, got that solved, then found Widget Browser and Adobe Help would seem to start, but never show a window, and they'd "quit unexpectedly" when quitting.
    Noted that, when logging into a different account, the applications worked fine.
    This was solved by deleting the Macromedia folder from ~/Library/Preferences under the troublesome account, then relaunching the Widget Browser and Adobe Help applications. Relaunching recreated the Macromedia folder with some new subfolders and files, including ~/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin/airappinstaller/airappinstaller, among others.
    Mac OS X 10.6.8
    Adobe Air 2 build 230
    Widget Browser 2
    CS5.5

    I had trouble installing Air, got that solved, then found Widget Browser and Adobe Help would seem to start, but never show a window, and they'd "quit unexpectedly" when quitting.
    Noted that, when logging into a different account, the applications worked fine.
    This was solved by deleting the Macromedia folder from ~/Library/Preferences under the troublesome account, then relaunching the Widget Browser and Adobe Help applications. Relaunching recreated the Macromedia folder with some new subfolders and files, including ~/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin/airappinstaller/airappinstaller, among others.
    Mac OS X 10.6.8
    Adobe Air 2 build 230
    Widget Browser 2
    CS5.5

  • IMovie imports only about 75% of the lenght of clips from my camcorder, I can`t find out how to import entire clips. can anyone help please?

    iMovie imports only about 75% of the lenght of clips from my camcorder, I can`t find out how to import entire clips. can anyone help please?

    '''''"... I have about 20 bookmark folders and about 100 bookmarks altogether. " '''''
    Firefox doesn't store bookmarks like that, sound like a Windows / IE favorites scheme used for '''''url''''' files and folders which isn't directly compatible with the way Firefox does things. Firefox uses a '''json''' file for bookmark backups, a '''bookmarks.html''' for import and export is bookmarks, and stores the users bookmarks in the '''places.sqlite''' file, along with browsing history.
    Put those folders and bookmarks in the '''\user\Favorites\''' folder so they are in IE and export your IE Favorites in HTML format, so you can import them into Firefox.
    In IE:
    File > Import/Export - Export to HTML file
    ''then in Firefox:'' <br />
    Bookmarks > Show All Bookmarks -> Import & Backup - Import HTML... = From HTML file

  • How to use Import parameters of a search help

    Hi,
    Could you please tell me how to use import & export parameters of a search help in the report.

    Hi,
    Import parameters are imported from the selection screen of the report into the search help and then these are used to query in the search help.
    For example
    case 1.
    parameters : p_carrid like sflight-carrid.
    parameters : p_connid like sflight-connid.
    the search help that is used in the above condition is
    SFLIGHT.
    And the selection method is SFLIGHT in this search help.
    ( to check which search help is used go to se11 display the table and put your cursor on the field and in the menu for goto--> search help.)
    so when you do an F4 on connid it looks for a field which is declared like SFLIGHT-CARRID ( and the value entered in it) since the SFLIGHT-CARRRID is an import parameter in the search help,  and queries the database where the value is equal to the p_carrid which is declared like SFLIGHT-CARRID and gets only data which is equal to carrid
    case 2.
    parameters : p_carrid like SCARR-carrid.
    parameters : p_connid like sflight-connid.
    In this case the system will fetch all the data.
    since there is no parameter for SFLIGHT-CARRID on the selection screen it would get all the data from SFLIGHT.

  • Importing Widgets

    Does anyone know if you can import other widgets into the new Widget Browser in iWeb09 or can we only use the widgets that came standard with the program?
    I bought the new version because I thought we could use any of the dashboard widgets but it seems I can only use the widgets that first appear in the widget browser of iWeb09.
    Appreciate any help you can provide.

    Follow this for a customizable weather widget from The Weather Channel
    http://www.gmodules.com/ig/creator?synd=open&url=http%3A//publish.clearspring.co m/current/g/Google/45e468a03e0bd569/clearspring.xml&pt=%26context%3Dd%26synd%3Do pen%26lang%3Den%26.lang%3Den%26country%3Dus%26.country%3Dus%26cat%3Dall%26num%3D 1%26start%3D-1%26cols%3D1%26objs%3DQzv&sn=Qzv&lang=en
    Enter your zip code, change the color skin, and click 'Get the Code' copy code; in iWeb, create HTML snippet and paste and apply - tada
    other widgets to embed here:
    http://www.google.com/ig/directory?synd=open&cat=all
    also, check out WIX.com quite an awesome little site
    Have fun & don't be afraid to experiment

  • Error while importing the epa file..help needed urgently..

    Hi,
    I am facing a severe problem, I have developed a portal application, designed the pages, iViews roles etc and exported to a file and later downloaded the epa file.
    For testing purpose, I deleted my content folder of the pages and iViews from the content administration. But when i tried to import the file, I am getting an error message
    <b>" Error extracting the package file. Check the log files for details. "</b>
    When i lokked the log file, i found the exception as
    <b>" [com.sapportals.portal.transport.ui.ImportComponent] Error while extracting EP6.0 package C:
    usr
    sap
    J2E...
    MyEpafile.epa "</b>
    and below the erro i found an exception message as <b>"error in opening zip file"</b>
    When i tried to extract the file using winzip, I can extract it with out any problem..
    Can you please tell me how this happened?
    Please help me to solve this problem,
    Thankyou,
    Sudheesh...

    Hi Christopher,
    Well, I have solved the problem. But I don't know whether it will be the correct technical way.. Because i have to solve the same under a very little time constraint. The solution is given below,
    I unzipped the epa file which i have downloaded using winzip. inside the extracted file, i found a zip file with the same file name and extension. when i uploaded that file, it worked fine with out any problem. I tried the same many times. and each time i got the same results.
    Please try this if you are still facing the problem..
    Best regards,
    Sudheesh...

  • A very important question about the HostSample-Help needed!

    Hi,
    I'm trying to build a plugin for EM 12c ( 12.1.0.2 ) which suppose to monitor jmx mbeans .
    I encountered during the README file which was packed with the EDK .
    1. In the section where I try to use Flash builder ( ver 4.6 - that's the only release I found .. ) I folowed the instructions if how to run the example ( HostSample/HostSystem ) . When I run the example ( I installed the sdk's of Flash and everything that was written there - no problem )
    in the web browser i got the login page , and put the parameters ( username, password ) as it said in the README - the same username/password as i log in to the EM console .Than I got an error saying " ... RPC fault string ..... Logging to management server ... URL:https.. host ( my host name ) : port ( my port number ) /em..."
    Does anyone has a clue about this ? What am i doing wrong or miss something ?
    It is very important and urgent to me . please help .

    To add a bit more detail. Before you run the application from FlashBuilder, open the same browser you will use to run/debug the application in FlashBuilder and install certificate.
    Firefox:
    . when the "This Connection is Untrusted" warning appears
    . expand the "I Understand the Risks" item
    . click the "Add Exception..." button
    . on the "Add Security Exception" dialog, ensure "Permanently store this exception" is checked
    . click "Confirm Security Exception" button
    IE:
    . when the "Certificate Error: Navigation Blocked" page appears, click "Continue to this website (not recommended)"
    . click on the "Certificate Error" icon in the browser address bar
    . in the "Untrusted Certificates" popup, click "View Certificates"
    . click on the "Certification Path" tab of the "Certificate" dialog
    . select the root certificate (certificate at the root of the tree)
    . click "View Certificate..." button
    . click "Install Certificate..." on the "Certificate" dialog that appears
    . click "Next" on the "Certificate Import Wizard"
    . select "Place all certificates in the following store" button and click "Browse..."
    . select "Trusted Root Certification Authorities" on the "Select Certificate Stores" dialog and click "OK"
    . click "Next" button, and then "Finish" button
    . click "Yes" on "Security Warning" dialog that appears
    The other alternative is to enable http access using "emctl secure unlock". This is not recommended for a production site.
    .

Maybe you are looking for

  • Feedback request for a Single Instance Application Implementation

    Hello, I have been working on a class which I tried to make the most generic I could so that I could re-use it for various projects. It offers 2 main functionalities: -Preventing multiple instances of an application -Allowing a user to stop the appli

  • Vendor Tolerance

    First Question: We have tolerances for vendors. I read somewhere the foll tolerances are defined for vendors: 1. Quantity variance 2. Price variance 3. Purchase order price quantity variance 4. Date variance Can someone please explain all four of  th

  • IMovie 10 can´t import old library

    Hi, my iMovie crashed, the app didn´t open anymore. So I uninstalled it and got the App back from the App Store. Then, for an unknown reason, I opened iMovie and it looked like it would work. I thought I could use Time Machine to get back all my movi

  • BAPI FOR GOODS MOVEMENT    MB1B

    HI,        WILL ANY BODY HELP ME FOR BAPI MB1B FOR GOODS MOVEMENT 411 DEASSINGE. I'M USING THIS BAPI FOR THE SAME AND PASSING THIS DATA. wa-MATERIAL = it_data-matnr. wa-PLANT = 'SBST'. wa-stge_loc = IT_DATA-LGORT . wa-BATCH = it_data-charg. wa-MOVE_T

  • Error 305 su Itunes store...

    quando vado a loggarmi allo store compare una finestra con questo errore error 305