Possible to have empty panel in the accordian widget?

Hi,
I have set up my widget and all is working great, except for one issue.
I'm using the widget for a left column navigation menu, but there are several menu buttons (accordian panels) that do not have sub-menus, and therefore I don't need those particular panels to have 'accordians' (they don't have to open).
At this moment I've just left the content empty, but this makes the panel do a very tiny movement as it appears to open approximately one pixel. This is frustrating as and annoying, albeit nitpicking. I also think it may be a little confusing for the users as they might think the button isn't working correctly and just keep clicking it expecting it to eventually open as the others do.
Is there a way to avoid this??
Thanks for any help you can offer
Ccesca

Hi Ccesca,
have a look at the following
<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>
  <div class="AccordionPanel">
    <div class="AccordionPanelTab">Label 3</div>
    <div class="AccordionPanelContent">Content 3</div>
  </div>
<div class="AccordionPanel">
    <div class="AccordionPanelTab">Label 4</div>
    <div class="AccordionPanelContent">Content 4</div>
  </div>
</div>
I have left out <div class="AccordionPanelContent">Content 2</div> from the second panel, preventing it from going anywhere when the tab is clicked.
I hope this helps,
Ben

Similar Messages

  • Is it possible to have multiple locations in the Google Maps widget?

    Hey folks,
    Lets say you're designing a website for a client with multiple stores, you just want to point them all out, right?
    Just want to know if it is possible to have multiple locations in the Google Maps widget. I guess it shouldn't be that difficult, but I can't figure it out..
    any help would be highly appreciated!
    thanks,
    Thom

    It seems that you can only use one address for this widget.
    For this to work you will need to create the map in Google Maps with all your points and then copy the embed .html from Google into Muse.
    Example of an embed google map with multiple points imported into Muse:
    (Object/Insert HTML)

  • Why can't the Accordian widget's drop down box span full width in mobile layout?

    I'm trying to create a simple drop down navigation for mobile. When the entire header is clicked, it expands down to reveal a dynamic vertical menu, which will cover the page content below, not push it down.
    I've taken an accordian widget and added a vertical navigation widget (to allow dynamic navigation) into the expanded area. When I preview it, the drop down box of the accordian widget doesn't span the full width of the site width (380px). It stops 5-10px short of the right edge, which is a small detail, but it annoys me, and is not how I have it set up in design view. There is no other content on the page, just this element. When I have elements extend off the page area, it somehow affects the amount of space the drop down area stops short from and adds more. Strange again. Kind of stumped as to if/how I can fix this.
    Screenshot attached.

    The code taht you have shown is not the template, it is a document that has been created from a template and renamed with a dwt extension.
    If you load the document into DW then go to menu item Modify->Templates->Detach from Template and save the file, you will have your original template called index.dwt and located in the Templates subdirectory.

  • How to create a custom panel in the right way (without having an empty panel in the file info) ?

    Hi Everyone
    My name is Daté.
    I'm working in the fashion industry as a designer and Design consultant to help fashion brands improving the design workflow by using Adobe softwares and especially Illustrator.
    I'm not a developper, but i'm very interested about the possibility to introduce xmp technology to provide more DAM workflows in the fashion industry.
    Fashion designers produce a lot of graphical objects in illustrator or Photoshop. Unfortunately they are faced to a big challenge which is about how to manage, search, classify and get this files faster. Of course PDM system or PLM system are used in the Fashion industry to manage data, but for many companies, implemanting this kind of database is very complex.
    When i look at what you can do with xmp, it seems to be an interesting way of managing design files, then i started to follow Adobe instruction to try to build a custom panel.
    The main idea is to (Theory) :
    create custom panels used by fashion designers to classify their design files.
    Use Adobe Bridge to search files, create smart collection to make basic reports in pdf and slideshows
    Find someone to make a script able to export metadata in xml files
    Use indesign and the xml file to generate automatically catalogues or technical sheets based on xmp values
    I have created a custom panel by using the generic panel provided by Adobe and i have modified the fields to feet with the terms used in the fashion industry and it works well.
    But unfortunately, when i try to create my own custom panel from scratch with Flashbuilder (4.6) and the Adobe CSExtensionBuilder_2 (Trial version), it doesn't work!
    Here is the process :
    I have installed flashbuilder 4.6
    I have download the XMP Fileinfo SDK 5.1 and placed the com.adobe.xmp.sdk.fileinfo_fb4_1.1.0.jar in C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\eclipse\plugins
    In Flashbuilder, i have created a new project and select xmp Custom panel
    The new project is created in flashbuilder with a field with A BASIC Description Field
    To generate the panel, right click the project folder and select xmp / Publish Custom Panel
    The panel is automatically generated in the following folder : C:\Users\AppData\Roaming\Adobe\XMP\custom file info panels\3.0\panels
      Go to illustrator, Open the file Info
    The panel appears empty
    The others panel are also empty
    The panel is created and automatically placed in the right folder, but when you open it in Illustrator by selecting the File Info option in the File Menu, this custom panel appears empty!!! (only the title of the tab is displayed). This panel also prevent the other panels to be displayed.
    When you delete this custom panels from the folder C:\Users\AppData\Roaming\Adobe\XMP\custom file info panels\3.0\panels and go back to the File Info, the other panels display their content properly.
    I also try to use the plugin XMP Namespace designer to create my own namespace. this plugin is also able to generate a custom panel, but this one also appears empty in AI or Photoshop.
    I try to follow the process described in Adobe xmp documentation many times, but it didn't works.
    It seems that many peaople have this issue, but i dodn't find a solution in the forum.
    I try to create a trust file (cfg), but it didn't work.
    It would be so kind if you can help me to understand why i can't create a custom panel normally and how to do it in the right way.
    Thanks a lot for your help,
    Best regards,
    Daté 

    Hi Sunil,
    After many trial, i realize the problem was not coming from the trust file, but from the way i have created the custom panel.
    There is 2 different ways, the first described below is not working whereas the second is fine :
    METHOD 1 :
    I have downloaded the XMP-Fileinfo-SDK-CS6
    In the XMP-Fileinfo-SDK-CS6 folder, i copied the com.adobe.xmp.sdk.fileinfo_fb4x_1.2.0.jar plugin from the Tools folder and i pasted it in the plugind folder of Flashbuilder 4.6
    The plugin install an XMP project
    In Flashbuilder 4.6 i have created a new project (File / New /Project /XMP/XMP Custom Panel)
    A new xmp project is created in flashbuilder.
    You can publish this project by right clicking the root folder and selecting XMP / Publish Custom Panel
    The custom file info panel is automatically published in the right location which is on Mac : /Users/UserName/Library/Application Support/Adobe/XMP/Custom File Info Panels/3.0 or /Users/UserName/Library/Application Support/Adobe/XMP/Custom File Info Panels/4.0
    Despite the publication of the custom file info panel and the creation of a trust file in the following location : "/Library/Application Support/Macromedia/FlashPlayerTrust", the panel is blank in Illustrator.
    I try this way several times, with no good results.
    METHOD 2 :
    I have installed Adobe CSExtensionBuilder 2.1 in Flash Builder
    In FlashBuilder i have created a new project (File / New /Project /Adobe Creative Suite Extension Builder/XMP Fileinfo Panel Project)
    As the system display a warning about the version of the sdk to use to create correctly a custom file info, I changed the sdk to sdk3.5A
    The warning message is : "XMP FileInfo Panel Projects must be built with Flex 3.3, 3.4 or 3.5 SDK. Building with Flex 4.6.0 SDK may result in runtime errors"
    When i publish this File info panel project (right click the root folder and select Run as / Adobe illustrator), the panel is published correctly.
    The last step is to create the trust file to display the fields in the panel and everything is working fine in Illustrator.
    The second method seems to be the right way.
    For sure something is missing in the first method, and i don't understand the difference between the XMP Custom Panel Project and the XMP Fileinfo Panel Project. Maybe you can explain it to me.
    So what is the best solution ? the right sdk to use acording to the creative suite (the system asks to use 3.3 or 3.5 sdk for custom panels, so why ?)
    I'm agree with Pedro, a step by step tutorial about this will help a lot of peaople, because it's not so easy to understand!!!
    Sunil, as you belong to the staff team, can you tell me if there is  :
    A plugin or a software capable to extract the XMP from llustrator files to generate XML workflows in Indesign to create catalogues
    A plugin to allow indesign to get custom XMP in live caption
    A plugin to allow Bridge to get custom XMP in the Outputmode to make pdf or web galeries from a smart collection
    How can you print the XMP data with the thumbnail of the file ?
    Thanks a lot for your reply.
    Best Regards
    Daté

  • Is it possible to have 2 trans with the same tcode but different langs

    Dear forum members,
    I would like to know if it is possible to have in the TSTCT table u2013 two entries with the same TCODE value but different SPRAS value (the language field)
    Thanks for your help,
    Roy

    Hi Roy,
    It is possible. Just go to TSTCT table and check for the entries. On the selection screen give some Tcode (say OKEU) and execute. You can see different languages in which it is maintained.
    Regards,
    Swapna.

  • Is it possible to have 2 tables with the same name in an Orable database?

    Hello,
    I'm a complete Oracle newbie so please excuse my question if it's stupid.
    I was trying to create 2 tables with the same name using different tablespaces but it does not seem to work. Like this (second time just change the name of the tablespace):
    CREATE TABLE test_tbl (
      id INTEGER,
      status VARCHAR2(10),
      last_modified DATE DEFAULT SYSDATE
    TABLESPACE tblspc1Is it in general in Oracle possible to acquire this goal?
    Thanks a lot!
    P.S. I have already created the needed tablespaces
    CREATE TABLESPACE tblspc1 DATAFILE 'tblspc1.dbf' SIZE 10MEdited by: 808239 on 02-Mar-2011 02:18

    It is not possible to create two tables with same name in same schema.
    A user can own one schema with his own name and another with the schema name SYS.
    For this you have to grant sysdba privilage to the user and then have to connect using sys password or with the password specified in password file.
    But this still you have to access to the table in sys schema using sys.table_name.
    Hope Answered tthe Question.

  • Is it possible to have 2 hostnames for the same ip in 9iASr2 installation??

    Hi,
    I am going to install 9iAS (9.0.2.0.1) on solaris 5.8, the hostname in nodename and hosts files all point to a name which I don't like to use, is it possible to add another entry in these files for the 9iAS?
    The reason behind this is that the 9iAS installation Guide said I can't change hostname after install, but I like to have a meaningful name for the 9iAS when access OEM and HTTP home pages like:
    http://goodName:7777
    Do you know any other workaround?
    Thanks

    It is not possible to create two tables with same name in same schema.
    A user can own one schema with his own name and another with the schema name SYS.
    For this you have to grant sysdba privilage to the user and then have to connect using sys password or with the password specified in password file.
    But this still you have to access to the table in sys schema using sys.table_name.
    Hope Answered tthe Question.

  • Is it possible to have two files with the same name on my Zen To

    Hia,
    Is it possible to have two mp3 files with the same name?; I.e if I'm ripping a Bach CD, there are several tracks that have the name preludium, and I hate to do the rename.
    Also, will I be able to sync my Zen so that It will only recieve new files that have been added since I last connected my Zen to my computer?
    regards,
    Fredrik

    I believe same filename is OK because the Zen Player does not really care about filename. As far as I know, the Zen database of the tracks in the player is based on the track information such as Title, Artist, Album and Genre. This means you cannot have two tracks of the same Title, Artist, Album and Genre in the Zen Player.

  • Is it possible to have an icon in the column title of a chtmlb:configTable?

    Hi all,
    is it possible to have an icon (with tooltip) displayed in the column header as the title within a configTable (extension chtmlb)? I think I already know the answer but I want to try everything I can.
    Within the configuration mode I think there is not possibility isn't it? But is there any kind of coding (maybe with columnDefinitions or something) to do it?
    Thank you for your help.
    Best regards.
    Ben

    Hi Ben,
    You can try enhancing the handler class of the BSP Element (configTable). There is a method in the class CL_CHTMLB_CONFIG_TABLE named IF_HTMLB_TABLEVIEW_ITERATOR~GET_COLUMN_DEFINITIONS. Or create a new BSP Element based on a custom class similar to the standard one.
    Regards.
    Isaac Meléndez

  • Is it possible to have different panels in an accordion menu?

    I've been trying to figure this out for hours now. How do you customize each panels to their own specification? I want each panel to have a different background image to when I hover it changes. When I try to change one panel, all the panels change. I have 4 panels and I want all of them to be different. Each panels are different image backgrounds with different "hover" image backgrounds. How do you customize each individual panels?

    @jpierre88--
    Have you tried setting CSS on the individual panels?  Would you mind posting a link to some code?
    For example, you could something like:
    <div class="AccordionPanel Panel1">...</div>
    <div class="AccordionPanel Panel2">...</div>
    <div class="AccordionPanel Panel3">...</div>
    <div class="AccordionPanel Panel4">...</div>
    And then in the CSS do something like:
    .AccordionPanel.Panel1 {
         background:url('../images/myimage1.jpg');
    .AccordionPanel.Panel2 {
         background:url('../images/myimage2.jpg');
    .AccordionPanel.Panel3 {
         background:url('../images/myimage3.jpg');
    .AccordionPanel.Panel4 {
         background:url('../images/myimage4.jpg');
    Of course, you'll probably have to account for the different "state" classes (e.g., AccordionPanelClosed, AccordionPanelActive, etc.), but that should be a pretty minor thing.
    Hope this helps and be sure to check out http://labs.adobe.com/technologies/spry/articles/accordion_overview/index.html to see a list of all the classes that are applied with the Accordion widget.
    Joel

  • Is it possible to have saved folders on the ipad

    Is it possible to have folders to save item to on the ipad?

    The iPad doesn't have a file system like a 'normal' computer, everything has to be stored within an app. So depending upon what you are wanting to save on the iPad you will need one or more apps on the iPad to copy them to - depending upon what the app supports, you may be able to copy items to it via file sharing, your wifi network, email, or you might be able to store them in, for example, Dropbox and access them from that via apps on your iPad

  • How do I add a new panel to the accordion widget in-between two others (NOT at the end)

    In the accordion widget, the + button at the bottom adds a new panel to the end. I have a series of panels that are in alpha-sort and need to add a new panel in the middle... I can't figure out how to do it without re-doing the whole thing. is there a way to do this?

    Gah! Thanks Mac.
    That was the first thing I tried! I must not have had the right level selected. It's been driving me batty, but I've got it now.

  • Is it possible to have multiple accounts under the same apple id

    I just bought an ipod touch primarily for my daughter to use, and would like to communicate from my ipad to the ipod touch using facetime. However, both are under my apple id and apple account. Is there a way I can talk from one device to the other - if they are both owned by me but being used at different locations? Additionally I would like to have a different ID for my MAC if possible, so I can communicate by facetime with people at home if I am not there.
    Any suggestions?

    Yes, follow the instructions here:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • Is it possible to have iTunes automatically fill the year of release information for songs which were found on iTunes Match?

    Hello all,
    I hope this is the right category for this question.
    I wanted to start a clean song compilation in iTunes, so I erased all tag information from my MP3-files except Title and Artist. However, now I would found it useful to have the information about the year when the song was released also available.
    I was thinking, if iTunes Match recognizes a song, then this information should also be available. Is it possible to download/update the information of a song?
    Regards,
    Michael

    Oops! I hit "Correct Answer" thinking that I could edit my last reply! That wasn't the correct answer, obviously!
    iTunes has replied to me and told me that I cannot download any artwork outside of the USA, so I guess that answers my question, even though it's not what I'd wished to hear. 

  • Possible to have someone else be the beneficiary of the sales with DPS SE?

    Once the Single Edition (DPS) will be available within the cloud, how it's possible to publish the content to a corresponding customer, so that he will be the beneficiary of the sales? I'm only the desktop publisher with the Creative Cloud account and have to publish his content to the Apple Store, but my customer has to be the beneficiary of the sales.
    The customer must have his own Apple Developer account and pass me the apple developers id?
    thanks for replying
    Daniel

    Yes,  Since Revenue comes from App Store and not via Adobe, your client can purchase an Apple iOS Developer account and the Apps you build should be submitted via your client's iOS Developer account, thus all proceeding would go to your client. As you mentioned, if your client is unable to create certificates/Upload the viewer, he'll need to share credentials with you.

Maybe you are looking for