How to select an item in the Spry tabs Panel?

I have a Pannel with Spry tab on my site and I'm having a very difficult time selecting div individual and images in the content. Whenever I click on the site, it selects all. Is there a way to get around this? It is combersome having to return to the code all the time.Screen Shot 2013-01-14 at 1.56.55 PM.png

In this picture, it seems that I purposely chose the entire page, but I just have to click on the image.

This is probably caused by overflow: hidden somewhere in your CSS code.  This property is often used to control elements floated.

A few things to try:

  • Double-click in the content area.
  • Or, right-click in the content area > select View > select full.
  • Or, disable CSS by going to view > Style rendering > uncheck display Styles.
  • Alternatively, use a Sheet of Style to design time while editing.

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Width of the Spry tabbed panels

    The width of the tabs at the top of the Spry tabbed panels appear to be about 70% of the width of the Panel. Adding additional tabs can wrap around to create a new line of tabs.

    How is it possible to extend the first line of tabs at 100% of the width of the Panel to avoid the film?

    Thank you very much.

    I had a quick glance at your pages using the URL you provided private.

    The width of the tabs is affected by the style of #content ul rule that starts at line 242 of style.css. It sets the width of the bulleted lists in the content

    75%. The tabs of a group of Panel tabs are actually an unordered list that's why tabs are affected.

    To resolve this issue, remove the width of #content ul or add this new rule of style:

    #content ul. {TabbedPanelsTabGroup}

    Width: 100%;

    }

    This will make the tabs fit into a single line in two of your pages. The other page was always three lines of tabs (one on the last row), but you can fix this by reversing the order of Customer-centric competitive positioning"and"focus group interviews.

  • a link to the Spry tabs Panel

    Hello
    I need help connecting a tab in the Spry tabs Panel, the second tab in this Panel is "details", I want to create a link in the homepage to this tab, so clicking on the link will take you to the Board page where the second tab is opened and displayed. How can I do this?
    Thank you

    Check out this tutorial by David Powers, I used it a few days ago and it works perfectly.

    http://foundationphp.com/tutorials/spry_url_utils.php

  • How to select multiple items in the Panel of DOM? I tried to use the SHIFT key, but it doesn't seem to work.

    I need help, select several items in my Panel of DOM, for some reason, using the SHIFT key does not work.

    I found the answer, apparently everything I had to do has been updated to the latest version of dreamweaver cc 2015.2. The Shift function is something new added in the update.

  • Make the focus to the spry tab

    Hello

    I know this has been asked before and I was able thorugh positions day after day trying to figure out their but I don't encounter any chance at all.

    Would be grateful someone in the know by looking at my code and pointing me in the right direction...

    I have an admin section of my site, which contains 8 Spry tabs, each containing a form that I can sue for update my database. I try to get the "Submit" button to get to the tab I was working on that but so far, either get returnd to the default page or the tabs stop working... Each separate tab will have its own application and up to this impossible to get even a to work . Can someone advise please... code below for my admin page. The code I inserted about the Spry tabs, I placed here "BOLD"...

    Any help will be greatly appreciated...

    Kind regards

    gyesdahl

    *****************  CODE*************

    <? php require_once('.. / Connections/la.php');? >
    <? PHP

    If (! function_exists ("GetSQLValueString")) {}
    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    {
    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}
    case 'text ':
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';
    break;
    case "double":
    $theValue = ($theValue! = "")? « " ». doubleVal ($TheValue). "" "": "NULL";
    break;
    case "date":
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "set":
    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
    break;
    }
    Return $theValue;
    }
    }

    $editFormAction = $_SERVER ['PHP_SELF'];
    If (isset {}
    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);
    }

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "form2")) {}
    $insertSQL = sprintf ("INSERT INTO days (name) VALUES (%s)", ")
    GetSQLValueString ($_POST ['day'], "text"));

    ////////////  MY INSERT //////////////////////
    $tabToShow = 7; 2 = 3rd tab
    //////////////////////////////////////////////


    @mysql_select_db ($database_la, $la);
    $Result1 = mysql_query ($insertSQL, $la) or die (mysql_error ());

    $insertGoTo = 'admin.php ';
    If (isset {}
    $insertGoTo. = (strpos ($insertGoTo, '?'))? "" : "";
    $insertGoTo. = $_SERVER ['QUERY_STRING'];
    }
    header (sprintf ("location: %s", $insertGoTo));
    }

    @mysql_select_db ($database_la, $la);
    $query_days = "SELECT days.name FROM days ';
    $days = mysql_query ($query_days, $la) or die (mysql_error ());
    $row_days = mysql_fetch_assoc ($days);
    $totalRows_days = mysql_num_rows ($days);
    ? > <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    "< html xmlns ="http://www.w3.org/1999/xhtml"> <!-InstanceBegin template="/Templates/sub.dwt.php ' codeOutsideHTMLIsLocked = 'false'->
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    <!-InstanceBeginEditable name = "doctitle"-->
    < title > Untitled Document < /title >
    <! - InstanceEndEditable - >
    <!-InstanceBeginEditable name = "head"->
    "" < script src = "... / SpryAssets/SpryTabbedPanels.js" type = "text/javascript" > < / script >
    "< script type =" text/javascript"src ="... / SpryAssets/SpryURLUtils.js "> < / script >"
    "" < link href = "... / SpryAssets/SpryTabbedPanels.css" rel = "stylesheet" type = "text/css" / >
    < script type = "text/javascript" >
    Grab the values of the parameters of the URL of the current URL.
    var params = Spry.Utils.getLocationParamsAsObject ();
    < /script >
    <! - InstanceEndEditable - >
    < style type = "text/css" >
    <!--
    @import url("..) ("/ la.css");
    {body
    background-color: #000033;
    do-family: "Times New Roman", Times, serif;
    do-size: 12px;
    color: #CC6666;
    }
    . Style1 {make-size: 12px}
    .links {color: #CCCC66}
    ->
    < / style >
    < link href = "backup/styles.css" rel = "stylesheet" type = "text/css" / > "

    < / head >

    < body >
    < table width = "65%" height = "430" border = "3" align = "center" bordercolor = "#666666" bgcolor = "#FFFFFF" >
    < b >
    < td valign = "top" > < table width = "100%" height = "134" border = "0" align = "center" bordercolor = "#FFFFFF" bgcolor = "#FFFFFF" >
    < b >
    "" < td width = "523" height = "72" align = "center" valign = "top" > < div align = "left" > < img src = "... / pictures/thanks ' width = '259' height ="72"/ > < / div > < table >
    < td width = "1" height = "72" > < table >
    < td width = 200 «»
    "height ="72"border ="2"bordercolor ="#000033"> < div align ="center"> < img src =" images / the <? PHP echo rand (1,10);? ' > .jpg "width ="159"height ="72"/ > < / div > < table >
    < /tr >
    < tr align = "center" valign = "top" >
    "< td height ="23"colspan ="3"bgcolor ="#993300"> < div align ="center"class ="links"> < a href ="... / index.php "> home < /a > |" Who are we | Contact us | Guided tours | Air Charter | Managed properties
    < div align = "right" style = "" are-size: 8pt; ">"
    < div align = "center" > < b > <? PHP echo date ("j M Y l");? > < / b > < / div >
    < / div >
    < / div > < table >
    < /tr >
    < tr align = "center" valign = "top" >
    "< e height ="17"colspan ="3"background="backup/images/sub_feature.jpg "> < /th >
    < /tr >
    < /table >
    < hr align = "center" width = "100%" size = "2" class = "brown" / >
    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >
    < b >
    < td align = "left" > < table >
    < /tr >
    < /table >

    < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >
    < b >
    < td width = "610" valign = "top" > <!-InstanceBeginEditable name = "Sub_main"->
    < div id = "TabbedPanels1" class = "TabbedPanels" >
    < ul class = "TabbedPanelsTabGroup" >
    < class li = "TabbedPanelsTab" tabindex = "0" > view towers < /li >
    < class li = "TabbedPanelsTab" tabindex = "0" > turn create < /li >
    < class li = "TabbedPanelsTab" tabindex = "0" > delete turn < /li >
    < class li = "TabbedPanelsTab" tabindex = "0" > add country < /li >
    < class li = "TabbedPanelsTab" tabindex = "0" > Inclusions < /li >
    < class li = "TabbedPanelsTab" tabindex = "0" > Exclusions < /li >
    < class li = "TabbedPanelsTab" tabindex = "0" > money < /li >
    < class li = "TabbedPanelsTab" tabindex = "0" > days < /li >
    < /ul >
    < div class = "TabbedPanelsContentGroup" >
    < div class = "TabbedPanelsContent" style = "display: none" > content 1 < / div >
    < div class = "TabbedPanelsContent" style = "display: block" > Content 2 < / div >
    < div class = "TabbedPanelsContent" style = "display: none" > 3 content < / div >
    < div class = "TabbedPanelsContent" style = "display: none" > 4 content < / div >
    < div class = "TabbedPanelsContent" style = "display: none" > content 5 < / div >
    < div class = "TabbedPanelsContent" style = "display: none" > 6 content < / div >
    < div class = "TabbedPanelsContent" style = "display: none" > 7 content < / div >
    < div class = "TabbedPanelsContent" style = "display: none" >
    < do action = "admin.php" method = "post" name = "form2" id = "form2" > "
    < table align = "center" >

    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > date: < table >
    < td > < p >
    < input type = "text" name = "day" value = "" size = "32" / > "
    < /p >
    < p >
    < input type = "submit" name = "button" id = "button" value = "Submit" / >
    < /p > < table >
    < /tr >
    < tr valign = 'of basic">
    < td nowrap = "nowrap" align = "right" > < table >
    < /tr >
    < /table >
    < input type = "hidden" name = "MM_insert" value = "form2" / >
    < / make >
    < p > < / p >
    ontents 8 < / div >
    < / div >
    < / div >

    < div align = "center" > < / div >
    < script type = "text/javascript" >

    TRIED BOTH CODES WITH NO RESULTS BELOW. EITHERE RETURNS TO DEFAULT TAB (0) OR THE TABS STOP WORKING

    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels ("TabbedPanels1", {defaultTab: <? php echo ($tabToShow);? >});
    ->
    < /script >
    < script type = "text/javascript" >
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels ("TabbedPanels1", {defaultTab: (params.panel? params.panel: 7)});
    ->
    < /script >
    <!-InstanceEndEditable--> < table >
    < /tr >
    < /table >
    < p > < /p > < table >
    < /tr >
    < b >
    < td valign = "top" > < div align = "center" class = "style1" > Copyright © 2009 leisure Africa - all rights reserved < / div > < table >
    < /tr >
    < /table >
    < p > < / p >
    < / body >
    <! - InstanceEnd - > < / html >
    <? PHP
    mysql_free_result ($Days);
    ? >

    The Spry URLUtils work only with the values passed by the query string. If you have data for insertion into a database, you must use the POST method.

    The simple way to do what you want is to put a hidden field in each of your forms indicating the number of tab (starting from 0). For example, put it in the form in the second tab:

    
    

    In PHP at the top of the page, use a conditional statement to see if $_POST ['tab'] exists:

    
    

    Then use the value of $tabToShow to initialize the Spry tabbed panels:

    
    
  • Can I use Spry tab panels to create a multi page form?

    I am trying to install a multi-page form and failed using PHP Sessions.

    Would it not possible to use the Spry tab panels in DW CS3 and divide the various sections of the form in the panels?  My thought is that the Form around the main tab Div element and the button send at the end of the form.  Would this work?

    If so, is there a way to have a button 'Next' to Active the next tab so that the user can easily tab by each form field and easily go to the next tab to help ease of use?

    But you don't need to use behaviors. Simply type in the link in Code view.

    Moreover, the tabs themselves are a way to browse between panels.

    Your links at the bottom of each panel will be "extra" ways to get around.

    On Panel #1 tabs:

    (Nothing on the left)

    right: "Next Panel" (will move to tab #2)

    Next group

    The Panel tabs #2:

    left: "previous Panel.

    <>href =" # " OnClick =" TabbedPanels1.showPanel (0); return false; "> Previous Panel

    right: "next Panel."

    <>href =" # " OnClick =" TabbedPanels1.showPanel (2); return false; "> Next group

    and so on.

    Don't forget, the panels are counted from 0: the first Panel is 0, the second is 1, the third is 2, etc.

    Beth

  • How to select multiple cells at the same time?

    Hello

    How to select multiple cells at the same time? What is the keyboard shortcut?

    Thank you to.

    Flo, a french guy.

    Hold down the CMD key when you select the cells.

  • Header download for the 'sent items' folder did not complete. Cannot select "Sent items" on the IMAP server. Error number: 0x800CCCD2

    original title: error number: 0x800CCCD2

    Can anyone help with this issue:

    Header download for the 'sent items' folder did not complete. Cannot select "Sent items" on the IMAP server. You could try refreshing your folder list to synchronize with the IMAP server. Account: 'AOL', server: 'imap.aol.com', Protocol: IMAP, server response: "SELECT failed", Port: 143, secure (SSL): no, error number: 0x800CCCD2

    Thank you!

    Hi again Steve - I have spent a lot of time on the phone this morning to Dell technical support. the accompaniment of the victim and I did a lot of fiddling around with various options of Windows Mail and I don't know exactly what we were doing, but the issue seems to have resolved itself! Thank you for your time and trouble.

    Best, Douglas

  • How can I add items to the Menu of the button lock, I don't, change user, close and lock. I want to add 'restart '.

    How can I add items to the Menu of the button lock, I don't, change user, close and lock. I want to add 'restart '.

    How can I add items to the Menu of the button lock, I don't, change user, close and lock. I want to add 'restart '.

    This tutorial should do what you want. Use method 2.
    http://www.Vistax64.com/tutorials/105003-shutdown-options-start-menu.html

    Please read all notes caefully, not only the parts of the statement.

    t-4-2

  • "Unable to select"Sent items"on the IMAP server.

    I am trying to set up Windows Live Mail, but when I send a message, I get the error message "Cannot send or receive messages on behalf of Aol."  Header for the "sent items" download did not complete.  Cannot select "Sent items" on the IMAP server.  Try to update the list of folders, and then try again. "I can't understand what they mean on the"folder list ".  What should I do?  Thank you.

    Thank you for visiting the Microsoft Answers site.

     
    The question you have posted is related to Windows Live Mail and would be better suited to the Windows Live community. Please visit the link below to find a community that will support what ask you:
     
    http://windowslivehelp.com/product.aspx?ProductID=15
  • How to select multiple messages in the messaging application in Windows RT?

    How to select multiple messages in the messaging application in Windows RT?

    For contact:

    1) press the first mail

    (2) then drag the 2nd mail left or right a little bit.

    Repeat 2) for all other mails you want to select. You can use the same way to deselect.

    For the mouse:

    Use the ctrl and shift keys, like the Windows desktop version

    I don't know if there is a way to make the selection of the beach of 'shift' by touch only.

  • Impossible to select multiple items in the list box

    I use Acrobat 9.0 Standard.

    I added a list box in the PDF format and I want to give people the ability to select multiple items in the drop-down list. In properties, on the Options tab, I chose 'multiple choice '. But I am unable to make multiple selections despite this. It still only allows me to make a choice.

    Any ideas? Is there some other step I'm missing?

    I need help with this ASAP for my business - any suggestions are appreciated!

    Thank you

    It should do that if you hold down the SHIFT key.

  • How to apply different styles to several spry accordion panels?

    Hi all

    I have a site I'm building that has several functions that spry accordion.

    I try to apply different styles to each accordion. A problem arises when I try to place an accordion in an another accordion.

    I have style two images of different background for both of the accordians for styles (AccordionPanelTab, AccordionPanelTabHover and AccordionPanelOpen AccordionPanelTabHover) that work very well.

    When I try and place an accordion in an another accordion background image for this Accordion for styles (AccordionPanelTab and AccordionPanelOpen AccordionPanelTabHover) has different style applied that I said in the accordion.css folder, however the style (AccordionPanelTabHover) has the same style as the accordion, it's breast, even if I said a background image in the accordion.css file different.

    I hope this makes sence, below is my source and the CSS Code.

    I appriciate any help that can be given to help solve this issue I'm running too.

    Source code

    < div id = "content" >

    < p > < span class = "first_header_word_packages" > welcome </span > < span class = "header_word_packages" > on our page of packages </span > < / p >

    < class p = "content_txt" > here you can build the package Web site that meets your needs while being able to determine the cost of your site without having to worry about the scary hidden costs at a later date. < /p >

    < class p = "content_txt" > we have two packages available for our clients; < /p >

    < div id = "Accordion1" class = "Accordion" tabindex = "0" >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > < / div >

    < div class = "AccordionPanelContent" >

    Here the text < p > < /p >

    < div id = "Accordion2" class = "Accordion" tabindex = "0" >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > < / div >

    < div class = "AccordionPanelContent" >

    Here the text < p > < /p >

    < / div > <! - end #Accordion2 content - >

    < / div > <!-end #AccordionPanel->

    < / div > <!-end #Accordion2->

    < / div > <! - end #Accordion1 content - >

    < / div > <!-end #AccordionPanel->

    < / div > <!-end #Accordion1->

    < div id = "Accordion3" class = "Accordion" tabindex = "0" >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > < / div >

    < div class = "AccordionPanelContent" >

    Here the text < p > < /p >

    < div id = "Accordion4" class = "Accordion" tabindex = "0" >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > < / div >

    < div class = "AccordionPanelContent" >

    Here the text < p > < /p >

    < / div > <! - end #Accordion4 content - >

    < / div > <!-end #AccordionPanel->

    < / div > <!-end #Accordion4->

    < / div > <! - end #Accordion3 content - >

    < / div > <!-end #AccordionPanel->

    < / div > <!-end #Accordion3->

    < / div > <!-end #content->

    CSS

    @charset "UTF-8";

    / * SpryAccordion.css - version 0.5 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    / * This is the selector for the main container of the accordion. For our style by default.

    * draw us left, right and bottom borders. The upper edge of the accordion

    * is made by the first AccordionPanelTab which never moves.

    *

    * If you want to limit the width of the Accordion widget, set a width

    * the accordion container. By default, our accordion expands horizontally to fill

    * a space available.

    *

    * The name of the class ("accordion") used in this switch is not necessary

    * make the widget function. You can use any class name you want to style the

    * Accordion container.

    */

    . Accordion {}

    border-left: 1px solid gray;

    border-right: 1px solid black;

    border-bottom: 1px solid gray;

    overflow: hidden;

    }

    / * This is the selector for the AccordionPanel container which houses the

    * tab panel and panel content area. It is not make it visually, but we

    * ensure that it has zero margin and padding.

    *

    * The name of the class ("AccordionPanel") used in this switch is not necessary

    * make the widget function. You can use any class name you want to style a

    the container of accordion panel.

    */

    . {AccordionPanel}

    margin: 0px;

    padding: 0px;

    }

    / * This is the selector for the AccordionPanelTab. This container houses

    the Panel personnel. It is also the container where the user clicks

    * to open a specific panel.

    *

    * The name of the class ("AccordionPanelTab") used in this switch is not necessary

    * make the widget function. You can use any class name you want to style a

    the container of Accordion Panel tab.

    *

    * NOTE:

    * This rule uses the - moz-user-select and - khtml-user-select properties to prevent the

    * the user to select the text in the AccordionPanelTab. Here is the browser owner

    properties that only work in Mozilla browsers (such as FireFox) and KHTML

    * browsers (such as Safari), so they will not pass the W3C validation. If you want your documents to

    * validate and don't care if the user can select text in an AccordionPanelTab.

    * You can remove these properties without affecting the functionality of the widget.

    */

    . {AccordionPanelTab}

    background-color: #CCCCCC;

    border-top: 1px solid black;

    border-bottom: 1px solid gray;

    margin: 0px;

    padding: 2px;

    cursor: pointer;

    -moz-user-select: none;

    -khtml-user-select: none;

    }

    / * This is the selector for the content area of a Panel. It is important to note that

    * You should never put any padding on the content area of the group if you plan to

    * use the animations of accordion panel. Place padding non-zero on the content

    * area can cause accordion suddenly increase in height, while signs alive.

    *

    * Anyone who styles an accordion * MUST * specify a height on the Accordion Panel

    * Content container.

    *

    * The name of the class ("AccordionPanelContent") used in this switch is not necessary

    * make the widget function. You can use any class name you want to style a

    the container of the accordion panel content.

    */

    . {AccordionPanelContent}

    overflow: auto;

    margin: 0px;

    padding: 0px;

    }

    / * This is an example of how to change the appearance of the tab of the Panel which is

    * currently open. The "AccordionPanelOpen" class is added and removed programmatically

    * to panels as long as the user clicks on the tabs in the accordion.

    */

    . AccordionPanelOpen. {AccordionPanelTab}

    background-color: #EEEEEE;

    }

    / * This is an example of how to change the appearance of the tab of the Panel as the

    * mouse passes over it. The "AccordionPanelTabHover" class is added programmatically

    * and removed containers tab panel as the mouse enters and leaves the tab container.

    */

    . {AccordionPanelTabHover}

    color: #555555;

    }

    . AccordionPanelOpen. {AccordionPanelTabHover}

    color: #555555;

    }

    / * This is an example of how to change the appearance of all the Panel tabs when the

    * Accordion has focus. The class "AccordionFocused" is programmatically added and removed

    * whenever the accordion wins or loses the keyboard focus.

    */

    . AccordionFocused. {AccordionPanelTab}

    background-color: #3399FF;

    }

    / * This is an example of how to change the appearance of the tab of the Panel which is

    * currently open when the accordion is in focus.

    */

    . AccordionFocused. AccordionPanelOpen. {AccordionPanelTab}

    background-color: #33CCFF;

    }

    / * Printing rules * /.

    @media print {}

    . Accordion {}

    overflow: visible! important;

    }

    . {AccordionPanelContent}

    display: block! important;

    overflow: visible! important;

    height: auto! important;

    }

    }

    #Accordion1. {AccordionPanelTab}

    height: 75px;

    Width: 285px;

    Background: url (.. /images/package_spry_tab_bg1.png) ;}

    #Accordion1. AccordionPanelTabHover,

    #Accordion1. AccordionPanelOpen. {AccordionPanelTabHover}

    Background: url (.. /images/package_spry_tab_bg1_RO.png) ;}

    #Accordion2. {AccordionPanelTab}

    height: 44px;

    Width: 469px;

    Background: url (.. /images/packages_spry1.png) ;}

    #Accordion2. AccordionPanelTabHover,

    #Accordion2. AccordionPanelOpen. {AccordionPanelTabHover}

    Background: url (.. /images/packages_spry1_ro.png) ;}

    #Accordion3. {AccordionPanelTab}

    height: 75px;

    Width: 285px;

    Background: url (.. /images/package_spry_tab_bg2.png) ;}

    #Accordion3. AccordionPanelTabHover,

    #Accordion3. AccordionPanelOpen. {AccordionPanelTabHover}

    Background: url (.. /images/package_spry_tab_bg2_RO.png) ;}

    #Accordion4. {AccordionPanelTab}

    height: 44px;

    Width: 469px;

    Background: url (.. /images/packages_spry2.png) ;}

    #Accordion4. AccordionPanelTabHover,

    #Accordion4. AccordionPanelOpen. {AccordionPanelTabHover}

    Background: url (.. /images/packages_spry2_ro.png) ;}


    Good guys.

    I thought about it, if someone had the same problem as me and a look at this thread for the answer, here it is.

    Firstly if you are wanting to separately style two or more Spry accordions that are not on the other example

    Label 1

    Insert content here

    Label 1

    Insert content here

    Do not do this, as long as you have separate ID's for the div (which dreamweaver automatically anyway), you will be fine.

    However if for some reason, you want to put one accordion inside another like I did for example

    Label 1

    Insert content here

    Label 1

    Insert content here

    Too style accordion 1 and 2 so their tabs have different origins and Hover background when the content panel is open and closed you need to style it in CSS that they follow the path;

    CSS

    #Accordion1. {AccordionPanelTab}

    height: 75px;

    Width: 285px;

    Background: url (.. /images/package_spry_tab_bg.png) ;}

    #Accordion1. AccordionPanelTabHover,

    #Accordion1. AccordionPanelOpen. {AccordionPanelTabHover}

    height: 75px;

    Width: 285px;

    Background: url (.. /images/package_spry_tab_bg_RO.png) ;}

    #Accordion2. {AccordionPanelTab}

    height: 44px;

    Width: 469px;

    Background: url (.. /images/packages_spry.png) ;}

    #Accordion2. AccordionPanelClosed. AccordionPanelTabHover,

    #Accordion2. AccordionPanelOpen. {AccordionPanelTabHover}

    height: 44px;

    Width: 469px;

    Background: url (.. /images/packages_spry_ro.png) ;}

    Normally in styling two separate spry accordions, you can simply use the following code

    #Accordion1. {AccordionPanelTab}

    height: 75px;

    Width: 285px;

    Background: url (.. /images/package_spry_tab_bg.png) ;}

    #Accordion1. AccordionPanelTabHover,

    #Accordion1. AccordionPanelOpen. {AccordionPanelTabHover}

    height: 75px;

    Width: 285px;

    Background: url (.. /images/package_spry_tab_bg_RO.png) ;}

    The only difference with the style one Spry Accordion in another so that they have different horizons stationary when the content panel is open and closed ".» AccordionPanelClosed ".

    Hope this has helped someone who had the same problem, I was.


  • How can I restart firefox with the same tabs and windows?

    How can I restart firefox with the same tabs and windows?

    It is not in the file menu or tools. I get nothing when searching for help. FF still knows how to do it, say to update extensions.

    I know that I can do by saving my session, coming out, reboot and restore the session but is there a single command to do this?

    Thank you. -David

    I have attached a screenshot showing how to select restore automatic session just above the setting of the Home Page where it says "When Firefox starts".

    With this set, you can restart Firefox manually out using the menu-

    • "3-bar" menu button > button "power".
    • (menu bar) File > Exit

    -and then restart Firefox.

    If you want a real reboot with a click of button, you can check something on the Add-ons site: https://addons.mozilla.org/firefox/

  • How can you get rid of the "new tab" page that flashes what you did recently? I don't like this option...

    How can you get rid of the "new tab" page that flashes what you did recently? I don't like this option. If I wanted to Flash all the pages I've visited, I would. It is not YOUR place to do it for me. I'll change the browser if it is not changed.

    Hello, please refer to customize the page new tab to turn off the function.

Maybe you are looking for