Spry Accordion from theme 6 template Adobe, not viewing in browsers?

Hi
I have just be viewing the spry accordion within a Adobe template Theme 6 link below, I would really like to use this but am a little scared as it doesn't seem to work properly in Safari and Firefox?
http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates_pt2.html
Many thanks

Actually I figured it out, it turns out that the browsers don't call for the new .css file, so even if you update it in dreamweaver and it looks fine, the browser didn't get the new file.  So if you want the browser to update you have to hold down shift and click the refresh button on the browser and ta-da, it looks the same in dreamweaver.  Thanks though!
Jacey

Similar Messages

  • Spry accordion works in template, but not pages using that template

    So I added a spry accordion to one of my templates and changed the script to default closed. It works great. In the template. But not in any of the pages using that template. Basically I can see the content in the accordion on the page as if there is no accordion at all. And I can see the script and html telling me an accordion should be there. It just isn't. I can see the framework when in edit mode. But in live mode, it's like there's not there but the content.
    I'm using Dreamweaver CS6.
    Any thoughts?
    Thank you for your time!

    If the template has been created properly, then the Spry files should automatically be included in the child page(s).
    My template looks like
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="EditRegion3" -->
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <!-- TemplateEndEditable -->
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>
    My child page looks like
    <!doctype html>
    <html><!-- InstanceBegin template="/Templates/untitled.dwt.php" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta charset="utf-8">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <!-- InstanceBeginEditable name="EditRegion3" -->
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <!-- InstanceEndEditable -->
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • Domain created from domain template is not an exact copy

    Creating a domain from a template that has jms servers defined which are targeted to the built-in migratable targets. Example: jmsServer1 targeted to MSServer1 (migratable) not MSServer1. using wlst commands readTemplate and writeDomain only thing changed between them is setting the domain password. Domain template's config.xml has jmsServer1 targeted correctly. Created domain has jmsServer1 targeted to MSServer1 NOT MSServer1 (migratable) which is not what we want. Using WebLogic 10.3.6.
    Edited by: user10697594 on Mar 19, 2013 9:40 AM

    Hi, Please provide the dvm lookupvalue function syntax you are using.

  • Creating SharePoint Custom List using a list using a Microsoft.SharePoint.Client.ClientContext object: Lists.Add method from existing Template does not Include Template Content (include content was checked for template)

    The code below works assuming you have a list template setup called "GenTasksTemplate".
    The problem is that even though the check box to include content was checked during the creation of the template, the task items in the new list do not get populated.  What am I missing?
    using System;
    using System.Linq;
    using Microsoft.SharePoint.Client;
    protected void createSPlist(object sender, EventArgs e)
    ClientContext context = new ClientContext("https://sharepointServer/sites/devcollection/");
    var web = context.Web;
    ListTemplateCollection ltc = context.Site.GetCustomListTemplates(context.Web);
    ListCollection siteListsColection = web.Lists;
    context.Load(ltc);
    context.ExecuteQuery();
    ListCreationInformation listCreationInfo = new ListCreationInformation
    Title = "New Task from Template",
    Description = "Tasks created from custom template"
    Microsoft.SharePoint.Client.ListTemplate listTemplate = ltc.First(listTemp => listTemp.Name == "GenTasksTemplate");
    listCreationInfo.TemplateFeatureId = listTemplate.FeatureId;
    listCreationInfo.TemplateType = listTemplate.ListTemplateTypeKind;
    listCreationInfo.DocumentTemplateType = listTemplate.ListTemplateTypeKind;
    //listCreationInfo.CustomSchemaXml =
    siteListsColection.Add(listCreationInfo);
    context.Load(siteListsColection);
    context.ExecuteQuery();
    http://www.net4geeks.com Who said I was a geek?

    Yes. I can create a list with the template using the UI.  I can also create list programmatically using the Microsoft.SharePoint library within a Windows Forms Application.  If I do create a provider-hosted app referencing Microsoft.SharePoint,
    it results in a 64bit / 32bit mismatch error.  I am running SharePoint 2013 on a 64 bit Windows 2012 Server.
    The problem is that with a provider-hosted SharePoint App, I am limited to only using the Microsoft.SharePoint.Client library which is very limited.
    http://www.net4geeks.com Who said I was a geek?

  • Controlling spry accordion from flash doesn't work in IE 8

    Hi all,
    I created a spry accordion in an html page and a little spry controller in flash, on the same page.
    The flash controller contains buttons that should trigger the accordion in the same page.
    here is the code I inserted in a flash button:
    on (release) {
    getURL ("javascript:acc_ricette.openPanel('mypanel_ID'); return false;")
    where mypanel_ID is the ID of the accordion on the page.
    When I click any flash button this works perfectly in firefox and chrome, but it doesn't work in IE 8 and Opera.
    The accordion itself (not using the flash buttons) works in all browser.
    Is there a solution
    TIA
    tony

    Hi all,
    I created a spry accordion in an html page and a little spry controller in flash, on the same page.
    The flash controller contains buttons that should trigger the accordion in the same page.
    here is the code I inserted in a flash button:
    on (release) {
    getURL ("javascript:acc_ricette.openPanel('mypanel_ID'); return false;")
    where mypanel_ID is the ID of the accordion on the page.
    When I click any flash button this works perfectly in firefox and chrome, but it doesn't work in IE 8 and Opera.
    The accordion itself (not using the flash buttons) works in all browser.
    Is there a solution
    TIA
    tony

  • Selecting from two tables and confirming from them despites they not relate

    Please I need a query to select from two tables that are not related to each other.
    I also want to confirm data's as in verify wether what the user has entered is in accordance with what is in the tables
    Examples
    the first table is named "Card" and the second table is named "Student_Details"
    Card table contains a column named "Pin_Number".
    The Student_Details table contains fields such as Exam_Number, Name, Age, Sex.
    The user has to Enter the Pin_Number which has to be confirmed in the Card table and Exam_Number which has to be confirmed in the Student_Details table and verify that both data's are correct.
    Please I need the SQL and PL/SQL queries for this problem.
    Thanks

    Hi,
    I think you need two different queries
    You can write a procedure like:
    create or replace procedure p1 (p_pin_number number, p_exam_number)
    is
      r_card_row            card%rowtype;
      r_student_details     student_details%rowtype;
      cursor c1 is
      select *
        from card
       where pin_number = p_pin_number;
      cursor c2 is
      select *
        from student_details
       where exam_number = p_exam_number;
    begin
      open c1;
        loop
          fetch c1 into  r_card_row;
          exit when c1%notfound;
          ....  do whatever you want..... and the samething you can do with other cursor
        end loop;
      close c1;
    end p1;Hope this helps
    Ghulam

  • File download from one server does not work (other browsers work)

    After uprading to Win7 and FF 7.0.1 the file download from our intranet server stopped working. IE 9 and Chrome 14 does not have any problems. When I try to open for exmple this URL:
    https://wwwedu.oulu.fi/intra/?act=58&rnum=26241
    I got only an error page:
    Corrupted Content Error
    The page you are trying to view cannot be shown because an error in the data transmission was detected.
    The page you are trying to view cannot be shown because an error in the data transmission was detected.
    Please contact the web site owners to inform them of this problem.
    I have tested this with two separate computers and got some similar reports from students.
    If there is is problem in the headers etc. of the server, I would be very pleased to know that, too!
    Thank you very much
    Eetu Pikkarainen

    Thank you, the discussion in [https://bugzilla.mozilla.org/show_bug.cgi?id=681140 bug 681140] was informative.
    (By redbot.org I found out that there was two Content-Disposition headers. They were identical, but other one had one space character more. When they were corrected to identical then douwnload work. Now I still have to find out why there are two...)

  • How will read the value from Adobe Reader/Viewer in c# windows App

    I m using VS2005 . working in windows appliction. i am using adobe Reader 9, Then the new pdf document open  inside the Acrobat adobe reader , Exsiting PDF file is created by Adobe Forms(Adobe LiveCycle designer and Adobe pro 9).
    Using the Class is:
    1.AcroExch.App
    2.AcroExch.AVDoc
    3.AcroExch.pdDoc
    4.Acrobat.CAcroApp
    namespace is:
    using AxAcroPDFLib;
    using AFORMAUTLib;
    using Acrobat;
    Using DLL is:
    1. Interop.Acrobat
    2. Interop.AcroPDFLib
    3. Interop.AFORMAUTLib
    4. AxInterop.AcroPDFLib
    My problem is,
    I am Working in
                       PDFis open inside the adobe reader/Viewer, but i can not able to get the value from PDF Forms.
                        ( This Pdf forms is Some more Control Design is Available)
    Ex:
    I have Attached my Pdf  disgn file.        Please see this Pdf file.
    I am not able to get the value from  inside window(adobe Reader/Viewer),  but i can able to get the value from the out side of adobe viewer/Reader.
    This coding not working properly,
    try
                    CAcroAVDoc AcroExchAVDoc = default(CAcroAVDoc);
                    CAcroApp AcroExchApp = default(CAcroApp);
                    CAcroPDDoc oDoc = default(CAcroPDDoc);
                    AFORMAUTLib.AFormApp AFormAut = default(AFORMAUTLib.AFormApp);
                    AFORMAUTLib.Field Field = default(AFORMAUTLib.Field);
                    AFORMAUTLib.Fields Fields = default(AFORMAUTLib.Fields);
                    bool OK = false;
                    AcroExchApp = new AcroApp();
                    oDoc = new AcroPDDoc();
                    AcroExchAVDoc = new AcroAVDoc();
                    AFormAut = new AFormAppClass();
                    //AcroExchApp = (Acrobat.AcroApp)Activator.CreateInstance(Type.GetTypeFromProgID("AcroExch.App" ));
                    //oDoc = (Acrobat.AcroPDDoc)Activator.CreateInstance(Type.GetTypeFromProgID("AcroExch.PD Doc"));
                    //AcroExchAVDoc = (Acrobat.AcroAVDoc)Activator.CreateInstance(Type.GetTypeFromProgID("AcroExch.AV Doc"));
                    //AFormAut = (AFORMAUTLib.AFormApp)Activator.CreateInstance(Type.GetTypeFromProgID("AFormAut .App"));
                    bool bOK = AcroExchAVDoc.Open(pdfWindowLeft.src, "Temp"); ' some time not true
                        ' if  ok (true) then
                    if (bOK)
                        Fields = (AFORMAUTLib.Fields)AFormAut.Fields;
                        foreach (Field myField in Fields)
                            if (myField.Name == "form1[0].#subform[0].Id[0]")   ' field value not get from the inside window
                                string Id = myField.Value; ' not getting a answare
                            if (myField.Name == "form1[0].#subform[0].PatientName[0]")
                                string PatientName = myField.Value;
                            if (myField.Name == "form1[0].#subform[0].Email[0]")
                                string Email = myField.Value;
                            if (myField.Name == "form1[0].#subform[0].PhoneNo[0]")
                                string PhoneNo = myField.Value;
                            if (myField.Name == "form1[0].#subform[0].Address[0]")
                                string Address = myField.Value;
                catch (Exception Ex)
                    lbl_Result.Text = Ex.Message;
                finally
                    Conn.Close();
    This coding is working properly,
    try
                    String FORM_NAME = addressLeft.Text;
                    //String FORM_NAME = Application.StartupPath + "\\..\\..\\..\\..\\..\\TestFiles\\SampleForm.pdf";
                    // Initialize Acrobat by cretaing App object.
                    CAcroApp acroApp = new AcroAppClass();
                    // Show Acrobat Viewer
                    acroApp.Show();
                    // Create an AVDoc object
                    CAcroAVDoc avDoc = new AcroAVDocClass();
                    // Open the pdf
                    if (!avDoc.Open(FORM_NAME, ""))
                        lbl_Result.Text = "Cannot open" + FORM_NAME + ".\n";
                        return;
                    // Create a IAFormApp object, so that we can access the form fields in
                    // the open document
                    IAFormApp formApp = new AFormAppClass();
                    // Get the IFields object associated with the form
                    IFields myFields = (IFields)formApp.Fields;
                    // Get the IEnumerator object for myFields
                    IEnumerator myEnumerator = myFields.GetEnumerator();
                    bool bFound = false;
                    // Fill the "Name" field with value "John Doe"
                    while (myEnumerator.MoveNext())
                        // Get the IField object
                        IField myField = (IField)myEnumerator.Current;
                        // If the field is "Name", set it's value to "John Doe"
                        // form1[0].#subform[0].Name[0]
                        if (myField.Name == "form1[0].PatientInformation[0].Id[0]")
                            //form1[0].#subform[0].Id[0]
                            bFound = true;
                            lbl_id.Text = myField.Value;
                        //form1[0].#subform[0].Name[0]
                        if (myField.Name == "form1[0].PatientInformation[0].PatientName[0]")
                            bFound = true;
                            lbl_name.Text = myField.Value;
                        if (myField.Name == "form1[0].PatientInformation[0].Email[0]")
                            bFound = true;
                            lbl_email.Text = myField.Value;
                        if (myField.Name == "form1[0].PatientInformation[0].PhoneNo[0]")
                            bFound = true;
                            lbl_phoneno.Text = myField.Value;
                        if (myField.Name == "form1[0].PatientInformation[0].Address[0]")
                            bFound = true;
                            lbl_address.Text = myField.Value;
    can u anyone help me. It's very urgent for my project.
    Thanks for ur replay,
    Regards
    Ganesaselvam.I

    First off - the code you wrote won't work with Reader, it will only work with Adobe Acrobat.
    Second, LiveCycle Designer-based forms are a special type of PDF and don't use AcroForms, they use an XML-based forms grammar.  Therefore, the AcroForms API calls aren't designed to work with them.  You should be using the JSObject bridge code along with JavaScript to access the values of the fields.

  • Advanced Accordion from XML

    Hello,
    I am trying to build an accordion that will present a list of
    blog authors as accordion panel tabs and their latest post titles
    in the accordion content panel. My xml data looks like this:
    <Channels>
    - <channel name="Blogger01">
    - <title>Title01aaa</title>
    - <title>Title01bbb</title>
    - <title>Title01ccc</title>
    </channel>
    - <channel name="Blogger02">
    - <title>Title02aaa</title>
    - <title>Title02bbb</title>
    </channel>
    </Channels>
    Each blogger may have a different number of titles, so I
    cannot utilize a solution with a fixed number of repeats for the
    titles. I suspect what I need is some "while" test that will echo
    as many title rows as exist without repeating the blogger tab.
    Ultimately, this is my goal:
    Blogger01 [AccordionPanelTab]
    Title01aaa [AccordionPanelContent]
    Title01bbb
    Title01ccc
    Blogger02 [AccordionPanelTab]
    Title02aaa [AccordionPanelContent]
    Title02bbb
    Any advice would be greatly appreciated.

    Fishbine wrote:
    > What I am trying to get is this:
    > -----------
    > Blogger01 [AccordionPanelTab]
    > -------------
    > Title01aaa [AccordionPanelContent]
    > Title01bbb
    > Title01ccc
    > -------------
    >
    > Any other advice?
    >
    I went to the nested dataset page and found an example:
    http://labs.adobe.com/technologies/spry/samples/data_region/NestedXMLDataSample.html#spryr egion8
    If that doesn't take you to the nested list section, do a
    search for "This would yield".
    So I made a quick demo page using your sample "channels" xml
    from your initial post and it seemed to work well with the parent
    dataset and a nested dataset. I then went to this page:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample2.html
    and took a look at the repeating code for the second example,
    and I was getting closer, but I noticed that the accordion wasn't
    working well, and I figured out that the repeating was being done
    after the accordion constructor was running and thereby creating
    duplicates of the first tab only. I then read some more on the
    repeating code and I saw there was data region observer which is
    used to create the accordion from the generated data, not from the
    "empty" code template. I ended up with something like this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xmlns:spry="
    http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/xpath.js"
    type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js"
    type="text/javascript"></script>
    <script src="SpryAssets/SpryNestedXMLDataSet.js"
    type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.XMLDataSet("nesteddatasets.xml",
    "Channels/channel");
    var dsTitles = new Spry.Data.NestedXMLDataSet(ds1, "title");
    var observer = { onPostUpdate: function(notifier, data) { var
    a2 = new Spry.Widget.Accordion("Accordion1"); } };
    Spry.Data.Region.addObserver("Accordion1", observer);
    //-->
    </script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0"
    spry:region="ds1 dsTitles">
    <div class="AccordionPanel" spry:repeat="ds1">
    <div class="AccordionPanelTab" >{@name}</div>
    <div class="AccordionPanelContent" >
    <ul>
    <li
    spry:repeat="dsTitles">{dsTitles::title}</li>
    </ul>
    </div>
    </div>
    </div>
    </body>
    </html>
    Please note that the forum frequently mangles code, so look
    for "bad" tag names as well as wrapped JavaScript lines.
    HTH
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Files made from one template don't all render the same

    I have made a template using a table layout, and created all the site pages from the template.   When viewed in a browser, some (not all) of the pages jump slightly to the side.  Compare these 2 pages, or click through the navbar menu and you will see what I mean.
    http://bioengineeringdunedin.otago.ac.nz
    http://bioengineeringdunedin.otago.ac.nz/staff.html
    Can anyone tell me why this would be, and how to fix it?
    Many thanks
    K
    PS.  I don't need another lecture on the benefits of CSS layouts, but thanks anyway. I am a web dinosaur.

    I just made 3 test pages from the template, which all rendered exactly until I added content.  The pages with a lot of content are the 'jumpers'.  The width of the table seems to remain at 900px in all of them - at least the banner still completely fills the top row, with no white space showing.
    http://bioengineeringdunedin.otago.ac.nz/1.html
    http://bioengineeringdunedin.otago.ac.nz/2.html
    http://bioengineeringdunedin.otago.ac.nz/3.html

  • Flash Movie In Template Will Not Play

    I built a site using Dreamweaver 8 that is based upon a
    template. I made several changes to the template, and each was
    incorporated into all of the pages created from the template.
    However, when I inserted a Flash movie into the template it will
    not play on any of the pages. I double-checked to see if "autoplay"
    was selected, and it was. I played the movie from the template in
    design view and it looked fine. I made a new page and inserted the
    movie into the page, bypassing the template, and it played. Does
    anyone have any tips that might help me to get the movie that is
    inserted in the template to play throughout the site?
    Thanks!

    For what it's worth, this solution is posted here what seems
    like HUNDREDS
    of times a week. Good searching skills will do you well when
    coming here
    for solutions....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jjenkinsnm" <[email protected]> wrote in
    message
    news:fvaboo$qj8$[email protected]..
    > You are the man! That fixed the problem and now the
    movie is playing
    > throughout the site. Thank you!

  • Spry accordion wont close in IE

    I apologize if this has been answered before, but I've been
    searching everywhere and cant find the solution.
    When the page loads all of the panels are open with the
    default panel height, then they all close just enough to not show
    any blank space. If you click on one of the headings then all the
    panels go through the animation of closing and then immediately
    snap back to the variable amount.
    This is showing up in IE, but not in FF (there, it works just
    fine).
    I also can't figure out how to close one that I've opened
    returning to the all closed state.
    Here is a link to the page I'm working on:
    http://localbusinessyellowbook.com/working/index2.php
    If anyone could help me out I would be greatly appreciative.
    Chris

    Hi Chris,
    Please review this link for resolve your issue where you can
    see most of the sample are covered for spry accordion widget.
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#VariablePan elHeights
    Thanks,
    Zan
    e: [email protected]
    w: www.zanmedia.net

  • How to create anchor links within a spry accordion?

    I am using the spry accordion from DW CS6. HAving 6 panels.
    I want to do this but can't manage it the usual html way...and I am clueless about javascript:
    I want to create a wordlink that forwards people to the content of a different panel within the same accordion.
    I tried the usual naming of anchor and creating link to such but nothing happens. I googled a bit for answers but I come up with js and that is abracadabra to me. The names in the js are nothing likie html classes that I can target so I have no clue what to do.
    Any help would be very appreciated on this matter.
    One other problem I am having is this:
    My accordion is broken in the Opera browser....anybody an idea what causes this? Do I miss some plug in my browser?

    I am using the spry accordion from DW CS6. HAving 6 panels.
    I want to do this but can't manage it the usual html way...and I am clueless about javascript:
    I want to create a wordlink that forwards people to the content of a different panel within the same accordion.
    I tried the usual naming of anchor and creating link to such but nothing happens. I googled a bit for answers but I come up with js and that is abracadabra to me. The names in the js are nothing likie html classes that I can target so I have no clue what to do.
    Any help would be very appreciated on this matter.
    One other problem I am having is this:
    My accordion is broken in the Opera browser....anybody an idea what causes this? Do I miss some plug in my browser?

  • Spry Accordion open on page load

    How do you stop the Spry Accordion from being open while the page is loading - as soon as the page loads the Accordion closes to the way it has been designed - it is just annoying!

    Starting with All Panels Closed
    This feature is only supported when using variable height panels, so  you must pass a false into the Accordion's constructor for the  "useFixedPanelHeights" constructor option, and a -1 for the  "defaultPanel" option.
    Gramps

  • Collapse Spry accordion panels

    Is it possible to collapse the spry accordion panels when working in design view?  I want to put more content on the page below the accordion, but it is obstructing my view of the rest of the page.

    Is it possible to collapse the spry accordion panels when working in design view?  I want to put more content on the page below the accordion, but it is obstructing my view of the rest of the page.

Maybe you are looking for

  • How to register youtube videos on mac hard drive?

    how to register youtube videos on mac hard drive? iMac 21.5 po, mid 2010 .Processor Intel i3

  • Since installing OS X Yosemite my Acrobat 8 fails to work

    Since installing OS X Yosemite my Acrobat 8 Professional fails to work. I get a dialogue pop up saying: Then closes the application preventing myself creating multiple page PDFs Can anyone help resolve this issue?

  • IWeb or other?  Does Apple?

    Does Apple use iWeb or similar software to create this site? I'm wondering for a professional site of Professional quality, should I study and invest in something other than iWeb? Thanks a bunch! -Glen

  • MANAGING A STANDBY DATABASE-CRITICAL

    Hi All, I had a primary database version 10.2.0.3 which i upgraded to 10.2.0.4. While upgrading the database i turned off archiving. After i upgraded the database and brought it up and the listener i started getting errors of missing archive logs at

  • UNIXProcess not found

    Could anyone help me on why I get the following? It seems I cannot call the Runtime().exec() from a servlet. However it works fine when I call it as a standalone class on my Unix server. [04/Apr/2003:14:33:33] failure ( 1137): Internal error: excepti