Can I make a drop down 'Read more' button to display an information box?

I have an image I want to have a button "Read More" below you can click on and it goes down a box of 'more information', then I hope that you can click on it and it will disappear or something similar?

Thanks heaps!

Adam

Hello Adam,.

You can use the tabs Panel or the Accordion widget for this.

If you are using the ToolTip widget, you can use the ToolTip widget options to set the same onclick (the default value is on working capital), and then clikcing on the trigger will bring the target in sight.

If you use the Accordion widget, you can remove two out of three triggers in the accordion panel and leave it alone (by default there are three). Then, make sure you keep the trigger accordion closed in design mode. Additionally, make sure that you use the option 'Can close all' options accordion as shown in this screenshot: http://screencast.com/t/hlLukFqwUqww

I hope this helps.

See you soon

Parikshit

Tags: Adobe Muse

Similar Questions

  • Some way to make a drop-down list with dressing

    I is it possible to make a drop-down list contains a long sentence and when you select the sentence, he trained actually phrase to encapsulate in a multi-line text box?  I seem to be able to enter a fairly long series of words in the drop-down list, but when you make a selection of the text encapsulates not and the right edge of the field cost overruns.  If this can be done is a way of pre-existing reference somewhere else comments hidden in the shape and align them on the field with the selection list?

    I think that this is a limitation in the LC Designer. However, you get the sentence on mouse hover.

  • Can you put in drop-down list as multiline?

    Hi, I'm new to the form template. I want to allow the user to choose from 4 scenarios in a drop-down list. They are long enough to get cut at the end of the line. Is there a way to make a list dropdown multiline after his picked?

    Otherwise, I could shorten the descriptions, but it will take the full text pasted into a multi line text box.

    Help!

    I can't get a drop-down list to encapsulate several lines.  Perhaps an alternative; Have the user select the scenario based on a certain number (a description of choices 1-4) and the long text then populates a text field.

  • How can I make my sceen stay on more than a min?

    How can I make my sceen stay on more than a min?

    Hello

    Check these:

    How to turn screen saver on or off in Windows 7
    http://www.SevenForums.com/tutorials/2111-screen-saver-turn-off.html

    How to enable or disable password Protection Windows 7 screensaver
    http://www.SevenForums.com/tutorials/15322-screen-saver-password-protection-enable-disable.html

    Interesting:

    How to restore the energy return Windows screen saver in Windows 7
    http://www.SevenForums.com/tutorials/7222-Windows-energy-screen-saver-restore.html

    --------------------------------------------------------------------------------------------------

    Also, check the Control Panel - Power Options - on the left - require a password on Wake-Up - set as desired and other parameters:

    These might help:

    Windows 7 problem with sleep and Hibernate Options - see the troubleshooting section
    http://www.computerperformance.co.UK/Windows7/windows7_sleep_problem.htm

    How to solve a problem of Standby Mode Vista and find a Solution - also applies to Windows 7
    http://www.Vistax64.com/tutorials/63567-power-options-sleep-mode-problems.html

    Sometimes reset power Plans to default values help and then put them as needed.

    How to restore the default settings of the power Plan in Windows 7
    http://www.SevenForums.com/tutorials/950-power-plan-restore-default-settings.html

    How to change the power Plan settings in Windows 7
    http://www.SevenForums.com/tutorials/778-power-plan-settings-change.html

    How do I change the sleep settings in Windows 7
    http://www.brighthub.com/computing/Windows-platform/articles/60294.aspx

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • How can I create a drop-down list in Dreamweaver CC 2015?

    I've already implemented the site essentially, but one of the points on my navigation bar should be changed to make a drop-down list. Any help would be very appreciated! Thank you very much!

    (It is my first time using DW or any other similar software, so please respond to a beginner level!) Thanks again!

    A menu is a navigation bar. See if that helps you.  The drop occurs on the link products.

    Horizontal centered bootstrap tablets - http://alt-web.com/

  • How can i two lists drop-down for the same column in OBIEE Dashboardprompt?

    Hello

    I need a report for a specific date range. I have to add 2 drop-down lists in the dashboardprompt for the same startdate and enddate column and the report must be filtered accordingly.

    I can't add two drop-down lists in the DATE column in the same dashboardprompt.

    How can I achieve this?

    Can anyone help?

    Hello

    You should be able to achieve the desired result by setting the operator for the column ' is between ' when you set the prompt.

    Kind regards
    Mark

  • How can I create dependent drop-down list. ?

    Hello

    How can I create dependent drop-down list in my custom page.

    JAG

    Hello

    See my prev thred:

    Re: List of choices dependence relative to a framework for Oracle Page

    Concerning
    Meher Irk

  • The drop-down the counting button... NO CellRenderer...

    I finally had time to count my QNX components, and as I suspected the drop down (that I have left to the last) is the only component to give me problems when it comes to counting.

    Has anyone successfully scraped the Drop Down button with the arrow?

    I came close, but I get this weird behavior where, when I click on the button while the menu is developed, I can see drop down the default button.

    Here are a few screens:

    Don't not clicking the button of dd:

    By clicking on the button of dd:

    Here is my code:

    brushDropDown=new CustomDropDown();
    brushDropDown.setListSkin(CustomDropDownCellRenderer);
    brushDropDown.setButtonSkin(CustomDropDownButtonSkin);
    brushDropDown.setBackgroundSkin(DropDownBackgroundSkinBlack);   brushDropDown.setBackgroundSkin(DropDownBackgroundBarSkinBlack);
    
    public class CustomDropDownButtonSkin extends DropDownButtonSkinWhite
        {
    
            /**@private**/
            protected var upSkin1:Sprite;
            /**@private**/
            protected var selectedSkin1:Sprite;
            /**@private**/
            protected var disabledSkin1:Sprite;
            /**@private**/
            protected var downSkin1:Sprite;
    
            public function CustomDropDownButtonSkin()
            {
                super();
            }
    
            override protected function init():void{
    
                super.init();
    
                upSkin1=new Sprite();
                upSkin1.graphics.beginFill(Colour.YELLOW);
                upSkin1.graphics.drawRect(0, 0, 170, 50);
                upSkin1.graphics.endFill();
    
                downSkin1=new Sprite();
                downSkin1.graphics.beginFill(0x333333);
                downSkin1.graphics.drawRect(0, 0, 170, 50);
                downSkin1.graphics.endFill();
    
                disabledSkin1=new Sprite();
                disabledSkin1.graphics.beginFill(0xCC0000);
                disabledSkin1.graphics.drawRect(0, 0, 170, 50);
                disabledSkin1.graphics.endFill();
    
                selectedSkin1=new Sprite();
                selectedSkin1.graphics.beginFill(Colour.ORANGE);
                selectedSkin1.graphics.drawRect(0, 0, 170, 50);
                selectedSkin1.graphics.endFill();
    
                setSkinState(SkinStates.UP, upSkin1);
                setSkinState(SkinStates.SELECTED, selectedSkin1);
                setSkinState(SkinStates.DISABLED, disabledSkin1);
                setSkinState(SkinStates.DOWN, downSkin1);
                showSkin(upSkin1);
            }
        }
    

    I noticed that DropDownButtonSkinWhite (extending my CustomButtonSkin) has already selected skin assigned to it that I can't replace... I can do false visible, who hide assets by default... but that does not help me...

    Does anyone found a workaround for this? Thanks in advance...

    Hey,.

    the count is rough - we will essentially blind lol. Here are the States in the drop down menu you need to cover including the ones you already have:

    setSkinState(SkinStates.UP, upSkin1);
    setSkinState(SkinStates.DOWN, downSkin1);
    setSkinState(SkinStates.SELECTED, selectedSkin1);
    setSkinState(SkinStates.DOWN_SELECTED, selectedSkin1);
    setSkinState(SkinStates.DISABLED, disabledSkin1);
    

    Good luck!

  • Is there a bar code scanner / code reader for iOS which displays the information in legible characters human bar?

    Is there a bar code scanner / code reader for iOS which displays the information in legible characters human bar?

    Hello. Have you looked in the app store? There are many people who can do this by using the camera in the phone or iPad. Some also work on images in the Photos.

  • Make the drop down bookmarks only a star icon reducible

    Nice day

    I am currently using the style of the drop-down menu of bookmarks on my browser - here is a picture:

    http://img51.imageshack.us/img51/5098/1yz.PNG

    I want to do is to have this button without text. If I go to customize and replace the star of bookmarks without text, is not a drop-down list, it is a space-hogging Web page, sculpting the thing.

    Can someone tell me how to make this menu Favorites drop down button just an icon?

    Thanks in advance...

    Add code to the file userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the Firefox profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #bookmarks-menu-button .toolbarbutton-text { display:none!important; }
  • How can I activate the drop down bookmarks menu?

    I've just updated to version 19.0.2 (I don't know which version I had before) but the favorite icon does not have the little arrow on it and there is no drop-down underneath (on the right side of the screen) when I click on it; the entire sidebar is opening on the left side. How can I get directly the menu drop-down back?

    If you don't see an item on a toolbar and in the toolbar palette, then click on the "Restore default" button to restore the default toolbar set up.

    You can check for problems with the file localstore.rdf.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the start safe mode window or make changes.
  • My list of selection includes values that are long enough. Can I do the drop-down list "wrap text" so that it is not on one line?

    According to the title. My drop-down list offers entire sentences, which sometimes extend over the entire page that I don't like. Can I do extend over several lines instead?

    Daniel Jakes wrote:

    According to the title. My drop-down list offers entire sentences, which sometimes extend over the entire page that I don't like. Can I do extend over several lines instead?

    Lol this is not possible in the standard selection lists. The element plugin Select2 can support this, but this looks like a redesign of the interface user is really necessary. Radio buttons or check boxes are a better choice to make selections of the options with long descriptions. Redesign/reformulation of the interface would be the best approach. What are these options? Why are they used?

  • Make a drop down field selectable, but password protect text

    Hi, we have created a form with several drop-down menus. One of the drop-down menus contains the prices. We have been asked to make this drop switchable - but lock the text, so only the password holders can change the price.

    Is this possible, and if so, how are you?

    Thank you in advance!

    No, it isn't. With the help of player you cannot select an item in a drop-down list,

    change (except if you have enabled the option in the properties of the field that)

    allows the user to enter custom values).

  • Menu Menu-> Make another Drop Down Menus Visible

    I am having trouble with a simple if-else statement. When a certain selection is made in a drop-down list, I want two other menus to appear. (When running, they are hidden). The current problem is that when I try and select anything in the drop down menu, it will only allow me to select the an option. (If I try to choose something else, it amounts to the same thing every time.) If I put the 'if' statement to trigger to something else, then this option is that it displays and so forth. I did a lot of these types of scripts in other areas of this PDF file, but I can't understand why he is not doing what I want now.

    The 'change' event is what I currently have this value. I also put it the event 'enter' without change.

    If (this.rawValue = "ankle / Brachial Index (ABI) - 93922")
    {
    ABI.presence = "visible".
    TBI.presence = "visible".
    }
    on the other
    {
    ABI.presence = "hidden".
    TBI.presence = "hidden".
    }

    If there is a better way to do than the method that I am trying to use, please do not hesitate to suggest. I am certainly open to new learning methods.

    You need two equal signs in the if statement to make a comparison. A single equal sign will assign a value but equal two to will be a comparison.

    Paul

  • In a tubular form: how to make a drop-down list box reflect another

    For example:
    If there are two fields, drop-down list with bread, meat, juice and I select juice, I and the content of another combo box in another area to say Orange, grape, lemon.

    a two field

    orange bread
    grape meat
    lemon juice


    in the area there is only the 3 but in the table representing two there are several such as bread and meat and juice types, all three.
    Hope you can understand this example. Thanks for your help.

    Hello
    You can follow the example or do it easier as follows: -.
    Let's say you have two combo box P1_ITEM_ONE, P2_ITEM_TWO

    for P1_ITEM_ONE, I guess you have LOV query based on the table something like this.

    Select Champ_1, field_id from your_table

    Make sure that you assign a null-1 and -1 for this list box default value drop-down.

    To make the P2_ITEM_TWO something like this to LOV-
    Select item1, item_id from your table where (field_id = NV('P1_ITEM_ONE') or NV ('P1_ITEM_TWO') = - 1)
    order by 1

    Hope this will help,

    Djelloul

Maybe you are looking for

  • Stop to remember the download locations

    Firefox remembers the last place I saved files from different sites. I need to disable this option. The "browser.download.lastDir.savePerSite" option is set to False, but this does not change this behavior. Deleting the .sqlite file associate does no

  • Qosmio F60-111 - HDD is dead

    I have a Qosmio F60-111 6 months ago and I have a problem with the hard drive.The computer expert my computer has a sensitive hard drive, even just a low vibration can destroy or damage my hard drive. My hard drive is now damage because of this sensi

  • iCloud Question

    Hi all - My daughter has an old macbook with os10.6.8 and iPhone 5 with os 9.2.i.  Both use the same account id and apple's iTunes.  The macbook doesn't have the hd space to update the operating system and is therefore not able to sign on iCloud.com.

  • Limit filter or bug?

    I am trying to add filters in a worksheet. I want to add 12 filters in the worksheet. I put "see the lines that match" to "any filter. I am filtering on the "City" column (data format is automatic) and I chose the filtering rule "is the text" with an

  • Weightlifting at the games

    Hello... I'm new here so forgive if this has been asked already. Are there plans allowing you to store a workout (weight-lifting)and page through your session of exercise while you listen and representativesmusic to maximize your efforts... With a hu