Expand collapsible tabbed spry to fill div..

I currently have a div with width 700px and height 500px and i have inserted several collapsible sprys 1 above the other with the dimension of tab being 150x700px and the content 350x700px. When i click the tab of the first collapsible spry the content drops down to fill the div but with the second and so on the spys are half off the screen. Is there way so that when you click any of the collapsible spry they all expand centrally within the div?

Hi thanks here is a link to my site you will notice a scrolling div with 2 collapsible spys in it.
the first spry expands and fills the div
the second spry is off the bottom you have to scroll down
is there a way to make all sprys expand to fill the div??
David
From: altruistic gramps
Sent: Tuesday, March 08, 2011 11:34 PM
To: david phoenix
Subject: expand collapsible tabbed spry to fill div..
Please supply a link to your site/page
Gramps

Similar Messages

  • Need a way to display/toggle between data like tabbed Spry

    I want the functionality of the tabbed Spry but I don't want
    the tabs. I want some links and be able to toggle from link to link
    displaying info in an area of the page without navigating to
    another page.
    Is there a way to do this in Dreamweaver?

    JerAuf,
    The Spry Tabs are simply <div> page elements styled and
    positioned with
    CSS. You can change the styling and positioning any way you
    like.
    Hope this helps,
    Randy
    > I want the functionality of the tabbed Spry but I don't
    want the tabs. I want
    > some links and be able to toggle from link to link
    displaying info in an area
    > of the page without navigating to another page.
    >
    > Is there a way to do this in Dreamweaver?

  • Tree type expandable collapsible menu in JSP.

    Hi,
    I am looking for an expandable collapsible menu which can be integrated into a jsp as a tile. I googled it but only came up with handful and even those are not free to use.
    Regards,

    Try, Yahoo! UI Library: TreeView
    http://developer.yahoo.com/yui/treeview/

  • Allow content in tabbed spry to hover over content below in container

    The content in my main container under the tabbed spry shifts down when I choose my content in the tabbed spry.  Is there a way for the
    tabbed content to hover over the main container without shifting the content down?

    You may be better off using a tooltip instead. Have a look here http://labs.adobe.com/technologies/spry/samples/tooltip/Tootlip_with_HTML_Panel.html
    Gramps

  • Add [+] plus [-] minus to collapsible tab

    Hi,
    I think this is an easy one, but I have searched high and low to find out how to accomplish this task .
    I want to add a small [+] symbol to the collapsable panel tab to give a visual aid showing the tab can be clicked to expand it.  Then, (and this is the bit that requires the code) once expanded, the symbol should change to a [-] to close the collapsible panel.  Other than the symbol, there will be some title text.
    You've seen and used it everywhere these days, but I don't know how to add it to my css or js.
    Can someone please point me in the right direction?
    There must be a resource out there, maybe I'm just using the wrong search criteria when looking.  You don't want to know the permutations I've tried on Google and on here.
    Thanks!

    Thanks Beth,
    That is a useful tutorial.
    However, I had since found some information on this and made my css as follows.  Instead of using padding, I used text-intent.  I also put most of the code in the CollapsiblePanelTab to save duplicating.  Does that follow standards?
    .CollapsiblePanelTab {
        font: bold 0.7em sans-serif;
        background-color: #DDD;
        border-bottom: solid 1px #CCC;
        margin: 0px;
        padding: 2px;
        cursor: pointer;
        -moz-user-select: none;
        -khtml-user-select: none;
        text-indent:22px; /* to ensure the text does not overlap the image in .CollapsiblePanelOpen .CollapsiblePanelTab below */
        background-repeat: no-repeat;   /* refers to the image in .CollapsiblePanelOpen .CollapsiblePanelTab below */
        background-position: 8px center; /* position the image in .CollapsiblePanelOpen .CollapsiblePanelTab below */
    .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #EEE;
        background-image: url(../../images/b_minus.png);
    .CollapsiblePanelClosed .CollapsiblePanelTab {
        background-color: #EFEFEF;
        background-image: url(../../images/b_plus.png);
    You can see the result in the Collapsible Panel at http://yabbox.com/spry.php

  • Way to have a Spry table fill remainder of a window

    Does anyone know of a cross platform way to get a Spry table
    to fill the remainder of a window, assuming the top has, for
    example, controls for performing a query?
    None of the Spry samples I've seen are designed this way. But
    then I guess that's not surprising considering CSS, AFAIK, requires
    that co-ordinates and sizes be specified either in some particular
    units, or as a percentage of the parent element, NOT some
    expression involving both.
    Is the only solution to somehow, in Javascript, query the DOM
    for the window's dimensions (assuming that's possible), subtract
    the height of the DIV element for the controls, and dynamically
    update the height of the DIV element for the Spry table with the
    result?
    Any suggestions would be much appreciated.
    Thanks,
    Rob

    I ended up using this guy's functions :
    http://javascript.about.com/library/blscreen1.htm

  • Staying in the same tab SPRY after a form validation

    Hello
    I am using SPRY tabs in a page there are three tabs.
    In Tab 3 there is a search form and the result is displayed below.
    After validation from the tab 3 is a tab 1 that appears, for it is he who is in default property, it's normal.
    Question, how to stay in the tab 3 after validation.
    Thank you in advance for your answers.
    Cordially
    JPierre
    Excuse me for my bad English

    Thank  you, that's what I want to get, but I'm working on a MySQL database.
    I am  using SPRY components for field research.
    How to search for  in the data table without refreshing the page?
    Have you example  code that you contact me ?
    The tab search is number 2,
    Here is my code  tab search:
    <div class="TabbedPanelsContent">
          <p> </p>
          <form id="form1" name="form1" method="post" action="index.php">
            <span id="sprytextfield1">
              <input type="text" name="nom" id="nom" />
              <span class="textfieldRequiredMsg">Une valeur est requise.</span></span>
            <input type="submit" name="button" id="button" value="Envoyer" />
          </form>
          <?php if ($totalRows_rs1 == 0) { // Show if recordset empty ?>
      <p align="center">Aucun resultat</p>
      <?php } // Show if recordset empty ?>
          <p> </p>
          <?php if ($totalRows_rs1 > 0) { // Show if recordset not empty ?>
            <table border="0" align="center" cellpadding="0" cellspacing="2">
              <tr>
                <td>id_client</td>
                <td>nom</td>
                <td>prenom</td>
              </tr>
              <?php do { ?>
                <tr>
                  <td><?php echo $row_rs1['id_client']; ?></td>
                  <td><?php echo $row_rs1['nom']; ?></td>
                  <td><?php echo $row_rs1['prenom']; ?></td>
                </tr>
                <?php } while ($row_rs1 = mysql_fetch_assoc($rs1)); ?>
            </table>
            <?php } // Show if recordset not empty ?>
    <p> </p>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
    //-->
    </script>
    ========
    Thank you for your help
    Cordially JPierre

  • Background image fill div, text with padding

    I have a div set up with a width of 182px, and the padding is T:15 R:10 B:15 L:20. The text in the div works with these parameters, but when I add my background image (a bar of color) also 182px, it does not fill the div, only about 75% of it. I'm learning as I go, so any advice would be appreciated.

    gregjb wrote:
    I have a div set up with a width of 182px, and the padding is T:15 R:10 B:15 L:20. The text in the div works with these parameters, but when I add my background image (a bar of color) also 182px, it does not fill the div, only about 75% of it. I'm learning as I go, so any advice would be appreciated.
    Padding is added to the dimensions of the <div>. So your <div> is really 182px wide plus padding left and right 30px = 212px
    So your background image needs to also be 212px wide.
    HOWEVER if you do want your <div> to only be 182px wide set its width to 152px wide to take into account the padding.

  • How do you covnert/expand a line to a fill object in InDesign?

    I have made an open-ended path in InDesign and would like to convert and would like to convert it to a closed fill object (keeping the exact shape of the path) but I see no expand or outline stroke options in InDesign. Is there another method?

    If you mean convert the stroke to a filled shape, as you could using Expand in Illustrator, then you need to copy the path, paste into Illustrator, expand, copy, and paste back into ID, which has no expand capability of its own. It would take less effort to start in Illustrator, expand, and then either paste into ID (if it needs to be editable) or Place into ID as a linked resource (if you plane to use it multiple times).

  • Database tab is not filled in SLD after I create a technical system abap

    Hi guys,
    why is it? what do I have to set up to have this tab filled with valid values?
    Thank you
    Olian

    Hi,
    For technical system of type WebAS ABAP, you do not create it manually in SLD......instead its process is to log into R/3 system and run transaction RZ70 and from this transaction technical details of R/3 system are published to SLD of XI..........this is a basis activity and so you can ask your basis guys to do it for you...........then when it is done, then your Web AS system will be created in technical system in SLD with all the data filled properly.
    Regards,
    Rajeev Gupta

  • Tabbed Panels in a div

    When I put the tabbed panels into rightcolumn the content part stays but the tabs fall out of the div. How can I fix this? Thank you so much!
    Also if you can answer this question, When I use an ap div how do I make it in the backround so that if I have a menu bar go down over the ap div the menu bar doesnt disapear behind it! Thank you so much!

    I  remember responding to a similar question from you last week. Same answers apply.
    http://forums.adobe.com/thread/1152221
    #1 Do not use APDivs for layouts.
    #2 Do not assign explicit height values to containers.  Height is always determined by content.
    PLEASE READ THIS (again):
    http://www.apptools.com/examples/pagelayout101.php
    Nancy O.

  • Image to always fill div

    I'm trying to create a slideshow with full screen images that fill the viewport (in my case probably a div) like the ones on this site:
    http://tympanus.net/Tutorials/CSS3FullscreenSlideshow/
    The goal is for the image to ALWAYS fill the the div, regardless of its size... cropping the sides if the div is more narrow than the image, and cropping the top and bottom is the div is shorter than the image. Of course the image needs to maintain it's aspect ration.
    Thanks in advance.

    Use the css
    sym.$('yourDiv').css({'background-size':'contain'});
    or cover maybe:
    sym.$('yourDiv').css({'background-size':'cover'});

  • Can I set my accordion widget to "expand all" tabs?

    I am using an accordion widget to display content on my web page. Is there a way to allow the user to "expand all" of the accordion tabs at once?

    One way you can achieve this is by creating single panel accordion files, just copy the file down for each section, make sure to set the accordion setting to "Can close all".
    See attached screen shot when published.... the panels are all closed, but you can open all to view.

  • Centering spry menu in div

    Hi how would you center this menu spry in the black-backgrounded div that surrounds it.
    http://ekongo.org/version_pageSpecifique.html
    Back in previous DW versions there was that button in property inspector to center but i cant find it.
    Which css class to use to position the menu and which property does the job?

    mballom3 wrote:
    Hi how would you center this menu spry in the black-backgrounded div that surrounds it.
    http://labs.adobe.com/technologies/spry/samples/menubar/CenteringHorizontalMenuBarSample.h tml

  • Expandable/collapsible menus inside a web page

    Got a friend who wants to easily create web pages with Outline Menus using "+" and "-" signs to expand and collapse the menus.   (1) Is there a plug-in/script/etc
    (free or commercial) that allows me to do this? --or--  (2) is there a tutorial I can follow? (would be great to have the URL) --- I am using Dreamweaver 2004. Suspect my friend is using  somethig newer.

    Hello,
    did you also have a look at these templates which are provided by the Adobe widget browsers? If not, you could download it here: http://labs.adobe.com/technologies/widgetbrowser/.
    Or you could have a look here: http://labs.adobe.com/technologies/spry/articles/collapse_panel/
    Hans-Günter

Maybe you are looking for