Problem with Tabbed Panel Widget

OK, so I am new to CS4 and plagued by a myriad of issues, but this one is so bizarre and stupid I have to get help. I am using one of the generic templates to take advantage of already existing tabbed panel code. The problem is that although 3 out of 4 tabs are fine, the 4th (and last) one has a white stripe through it. It's almost like the page background color (white) is showing through.
Crazy right? But I cannot get rid of this.

Thank you for the response!
It's not a live site. I am just experimenting with a template to see if I can make a legitimate product page before I buy CS4. I will check the div tags...but man, there are so damn many!
Regards,
Jonathan Rowe
Marina Market
<http://www.marinamarket.com> www.marinamarket.com
<http://best.king5.com/winners/best-of-western-washington/4749/specialty-food-and-drink/gou rmet-grocery> BOWW_120x45.jpg

Similar Messages

  • Problem with tabbed panel

    I have a problem with tabbed panel...this panel has 3 columns, I copied to each of them a diffrent text (diffrent height)...I expected to obtain diffrent working area of column, for example  1st column-height 7500 px, 2nd-1500 px, 3rd-2500 px, but I received one height 7500 px, each column has been formatted to this size....below a text I have “empty space”- (it is a diffrence between working area and text area)...I put the text to the 1st column for example 7200 px height, empty space below this text is 300 px I received 7500 px of working area in this column, here the problem doesn`t exist but….2nd column i have height of text for example 1300 px, below this text i have 6200 px empty space...It should be height 1300 px of text and maybe 200 px of empty space...so the working area could have at 1500 px not 7500 px of height....I try to change it (to for example 1500 px) but it still  return to the basic 7500 px height and can`t do  it...The solution is to use another form like. the accordion form..but it is a row form….when you put a diffrent sized text (height) you will receive diffrent size of working  area (height), you obtain 7200px text +300 px empty space=7500 working area in 1st row.. 1200 px text + 300 px empty space=1500 workin area px in 2nd row and 2500 working area px in 3rd row…everything is fine in this form…each row has been formatted to the different size of height…but I prefer to use a tabbed panel (column form) instead a accordion form.…I don`t to waste the time to correct the code in html text editor like PSPad…
    Best Regards
    Kamil

    A couple of threads here that should answer your query.
    http://forums.adobe.com/message/5080345
    http://forums.adobe.com/message/5104253
    Thanks,
    Vinayak

  • Problems with tabbed panels in Spry/DW CS3

    Hi,
    When I preview tabbed panels in IE (right now 7) the tab will
    close and then give a split-second "flash of content" before
    closing, is this a bug?? I have installed the Spry 1.61 updater
    unless I have installed the updater incorrectly...thanks.

    I don't know if you will have access to this because it's
    still in test:
    http://cinvmos10d:41031/Pages/sprytest.aspx
    Thanks

  • Problem with accordion panel widget

    I'm having trouble with the top label.  All of a sudden I can't resize it and so it is much larger than it needs to be.  Not sure what happened.  I do remember working through a tutorial that had seemed like it might have had the answer but I can't find it now.  What is the dashed line that appears. 
    Here's the page to my very preliminary site: http://fusion2013.businesscatalyst.com/advisory-board.html
    Thanks

    Hello,
    The dashed line only represents the length that have have defined for the text/label container.
    However, if the amount text in it increases the length of the textbox, it will increase the actual length of the box but the dotted line will signify where you have set it to stay.
    In your website, could you please check if you have some inline rectangle (invisible) added in the label box?
    Or may be have pressed ENTER/RETURN multiple times in the box?
    Regards,
    Sachin

  • Multi page recordset output from ASP page on Spry Tabbed Panel Widget

    I am using a simple Spry Tabbed panel set on my asp page to show the output from different ASP pages, inside the tabbed panels. The tabbed panels on the page under consideration (destination page) display the output from different asp pages (source pages). The source asp pages generate multi page outputs which are paginated on the source page itself and pagination links are displayed on the source page itself.
    However, we dont want to display the source page outside of the tabbed panel, but instead the output content from the source asp pages should show inside the tabbeed panels only. The first page generated by the source asp page displays correctly inside the tabbed panel. However, when the user clicks on the links for the next page generated by the source asp page, but which is being displayed inside the destination page tabbed panel, they dont display the next page inside the tabbed panel. Instead the source asp page displays the output outside the tabbed panel destination  page.
    Please advise on how to ensure that the user can page through the recordset generated by the source asp page by clicking on the pagination links at the bottom of the records, while ensuring that the output displays within the tabbed panels on the destination asp page.
    I am enclosing the source code being used to generate the spry tabbed panel widget and also updating it with the output from the source asp page. In this case, the code given below is from the main page containing the widget and the source asp page is "sample.asp", which generates multi page output.
    Please note that I am not too keen on using xml data sets output from the source asp page, but would be more comfortable with directly using the asp pages to fill the tabbed panel content.
    Please help
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Untitled Document</title>
    <script language="javascript" src="/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="/SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryData.js" type="text/javascript"></script>
    <link href="/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0" onclick="Spry.Utils.updateContent('two','sample.asp?page=' <%=i%>); Spry.Data.initRegions();" >Tab 1</li>
           <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div id=two class="TabbedPanelsContent">Content 1</div>
        <div class="TabbedPanelsContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>

    I fully agree that the problem does not lie with tthe tabbed panels.
    The solution would probably be first required to be tried using ajax on any div tab.
    Then the same code would have to be used on Sprytabbed panel. Hence, the following may be advised:
    1. Sample code for server side pagination and displaying inside any div tag and refreshing it using ajax. the update link would also lie inside the div tag which would show the next/ previous page without reloading the page.
    2. Then adapting the refresh technique using ajax in the Spry Tabbed panel using the inbuilt updatecontent method of the Spry Tabbed panels.
    In order to achieve the above, I am getting the recordset output in the tab content as expected. The recordset is also getting the pagination links from server side asp as required.
    However, it is also generating the following error.
    Webpage error details
    Message: Unterminated string constant
    Line: 9
    Char: 56
    Code: 0
    URI: http://localhost/test/test5.asp
    The sourcecode is as given below. If you can help with the error indicated above, my problem would probably get solved.
    <html><head>
    <title>Untitled Document</title>
    <link href="/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css">
    <script src="/SpryAssets/SpryURLUtils.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="/SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="/SpryAssets/xPath.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0" onclick="Spry.Utils.updateContent('one','untitled-5.asp');">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="0" >Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div id=one class="TabbedPanelsContent">Content 1</div>
        <div id ="two" class="TabbedPanelsContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>
    </html>

  • Tabbed panel widget vertical alignment

    In IE9, Chrome and Mozilla I have a vertical alignment problem in all browsers with the labels of a tabbed panel widget when sub-element positioning is set to horizontally-centererd or horizontally-top aligned.
    Also this tabbed panel in IE9 has a 50% opacity whereas in Chrome and Mozilla it is shown as expected.
    Please press the horn icon on my website http://www.timberexpert.gr to see the problem.
    I am frustrated! Please recommend a solution.

    IE9
    Mozilla
    I have drawn a horizontal yellow line to show vertical alignment of tabbed legends

  • Can you use anchors with tabbed panels???

    Im trying to use anchors with tabbed panels but they dont seem to work.  I need to be able to link to specific tabs and specific areas within those tabs, but I haven't been able to find a way to do this.  Does anyone know or have a work around?

    Yes, that is an improvement in Muse, check release notes here, http://forums.adobe.com/message/5104247 - Widget Improvements
    The selected tab in Design view for the Tabbed panel widget will now be selected/active when previewing, exporting or publishing the site to Business Catalyst.
    - Abhishek Maurya

  • Tabbed Panel Widget

    I have two questions about changing the behavior of the SPRY
    tabbed-panel widget that come with CS3 DW. For those very familiar
    with this widget the answers should be easy.
    1) Is it possible to close all tabs and have each panel of a
    tab open only when its tab is clicked?
    2) In a similar light, is it possible to inactivate the
    panels of certain tabs, so that their respective tabs can be used
    as buttons to effectuate other kinds of behavior, such as closing
    any tab that has been left open.
    If you can answer affirmatively to any of the above
    questions, please point me in the direction I need to go in order
    to achieve my goal.

    Hello. Thank you for responding to my delima.
    I have "did" as you suggested.  Except I see some code after my link href that is not included in yours.
    See the page at www.AmericanContractorsExchange.com    Now the upper "collapsable panel remains open and the tab is not in a closed state..
    Date: Tue, 3 Jan 2012 00:03:25 -0700
    From: [email protected]
    To: [email protected]
    Subject: Tabbed Panel Widget 
    Re: Tabbed Panel Widget created by altruistic gramps in Dreamweaver - View the full discussion  
    1) Is it possible to close all tabs and have each panel of a tab open only when its tab is clicked?
    Have a look at the following example
    .hidden
    Tab 2
    Content 1
    Content 2
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    Spry.$$("li.TabbedPanelsTab").addEventListener("click", MyOnClickHandler, false);
    function MyOnClickHandler(e) {
    Spry.$$("div.TabbedPanelsContentGroup").removeClassName("hidden");
    return false;
    2) In a similar light, is it possible to inactivate the panels of certain tabs, so that their respective tabs can be used as buttons to effectuate other kinds of  behavior, such as closing any tab that has been left open.
    Have a look at the spry Element Selector http://labs.adobe.com/technologies/spry/articles/element_selector/
    Gramps 
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4115011#4115011
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4115011#4115011. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Dreamweaver by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Tabbed panel widget - broken line

    Why does this happen with the tabbed panel widget (see pink arrow in screenshot)? I've tried moving the elements around and stroking the individual right element tab but nothing works.
    http://www.cancerdxpathology.org.au/useful-links.html
    Chris

    Under Layers go to the content Area and move the Textfields to the left and/or remove the pictures , after that you can resize the tabbed panel.
    Hope that helps

  • Office Web Apps Server 2013 - Word Web App - Problem with Tab space

    Hello We have Office Web Apps Server 2013 running with SharePoint 2013.  Users Editing a Word document with Office Web Apps, can't use "Tabs", any Word document with Tabs; the tabs are replaced with a single space.
    Has anyone noticed this?  Is this a bug?
    -thanks
    thomas
    -Tom

    Yes, currently the Word Web App does not support
    Tab Keyboard shortcut for editing document content .
    For more information, you can have a look at
    the article:
    http://office.microsoft.com/en-us/office-online-help/keyboard-shortcuts-in-word-online-HA010378332.aspx?CTT=5&origin=HA010380212
    http://social.technet.microsoft.com/Forums/en-US/3f5978d3-67a1-4c8c-981f-32493d72610b/office-web-apps-server-2013-word-web-app-problem-with-tab-space?forum=sharepointgeneral

  • Problem with Tabbing Order in LiveCycle

    I have a two page form.  The last field on the second page is an image field (the user can attach a graphic).  The problem is it won't tab back to the first page after this field.

    I, too, am having problems with tab order.
    I have a two-page form created in LiveCycle Designer. There are 66 fields on the 1st page of the form, and 65 fields on page 2. When I use Window > Tab order to examine the tab order, all is as it should be (except for one thing, discussed later). However, when I go into the Preview PDF tab (or load the form in Acrobat X Pro), field 4 on page 1 tabs to field 42 (on page 1). Additionally, tabbing from field 41 on page 1 takes me to field 43 on page 2.
    I can use Action Builder to ensure that the tab goes to the appropriate field, but that seems a rather kludgy way to go about it.
    And that additional problem: I've got three text fields on page 1 that are of type Protected. According to the documentation, "The protected field is not included in the tabbing sequence and it does not generate events.", yet all three fields are in the tab order.
    What (if anything) am I doing wrong?
    Thanks.

  • Problem with Dashboard Details Widget

    Hi!
    I'm using SCOM 2012R2 UR 4 running og SQL 2012R2 with 3 MS. I have problems with the Details widget on my Dashboards. The problem is that when I select an object, no data is showing up in the details widget - see picture.
    I've deleted the "Health Service State" folder on all MS's and restarted them. I've also started the console witn /clearcache without luck.
    In addition I've created an SQL maintenance plan running sp_updatestats every 30. minutes, but it
    still fails...
    What should I do?
    Best regards
    Rune Haugen

    Rune Haugen you are right.
    1) try to restart the opeations console with /clearcache
    2) try to import the following MP again an make sure that their version number is 7.1.10226.1046
     Microsoft.SystemCenter.Visualization.Library.mpb
     Microsoft.SystemCenter.Visualization.Component.Library.mpb
     Microsoft.SystemCenter.Advisor.mpb
     Microsoft.SystemCenter.Advisor.Internal.mpb
     Microsoft.SystemCenter.2007.mp
    Roger

  • Problem with the clock widget

    Hi,
       I would like to know if someone have a problem with the clock widget after doing the update system to Mac OS X Mavericks (v.10.9), cause the appearance of my clock was like this (attached image). Pay attention for the position of hands of the clock (watch hands): Don't have something strange?
      Anyone know how to fix this problem?
    Thanks in advance.

    Hi, I have the same problem, I have done a fresh install of OS X and still did not fix the clock ... For when a new update?
    Thanks

  • Tabbed Panel Widget is too wide for the Phone Layout.

    Is it possible to reduce the width of the Tabbed Panel Widget for use on the Phone layout? When I grab a handle on the widget box and re-size it to the smaller width of the Phone layout, it springs back. There does not seem to be a way to adjust the width.

    Under Layers go to the content Area and move the Textfields to the left and/or remove the pictures , after that you can resize the tabbed panel.
    Hope that helps

  • I have some problems with element Panel Label and Message.

    I have some problems with element Panel Label and Message. When I create form from VO attributes then I have Label for input text element. If I use Panel Label and Message element then I need to copy LABEL from input text element to Panel Label and Message element LABEL PROPERTY. Can I define in View object that I don't need label and want all attributes in Panel Label and Message element?
    BEST REGARDS

    You can simply remove the label attribute for the input text on the page.
    sid

Maybe you are looking for