Panel question reducible Spry

Uses DW CS5.5.  In order to save some real estate on my main page, I intend to create a Spry Collapsible Panel, approx 250 px in width.  Each of the 4 panels I want to create will contain links to other pages of my site.  When the user clicks on one of these links, I assume it will automatically open the page intended as a page full size within the browser, is this correct?  Good number of removable panels I've seen normally open content only within the Spry himself object.  I just make sure my viewers will be automatically taken to a page of size whenever you click on a link, or if I need to code differently for that to happen.  TKS.

Just make 3 or 4 drop down menus or the normal menus and give the title of each category names.

Tags: Dreamweaver

Similar Questions

  • Several panels reducible Spry with different default values for open - close

    Hello

    The site I'm trying have a page with (5) folding panels Spry. (4) are by default open, (1) is set by default closed.

    I'm trying to get (3) open and (2) closed. However, defining a second flaw of closed panels give a syntax error.

    Someone knows how to operate, if possible at all?

    Screen shot 2013-11-11 at 11.53.40 AM.pngScreen shot 2013-11-11 at 11.53.06 AM.png

    Remove the parenthesis after "CollapsiblePanel5". It should be like this:

    var CollapsiblePanel5 = new Spry.Widget.CollapsiblePanel ("CollapsiblePanel5", {contentIsOpen: false});

  • Question of Spry Accordion Hover/active

    I developed a widget spry Accordion for a page in the FAQ and in Dreamweaver CS6, it is fully functional.  The color I chose does not occur with a hover or active tab once EVERYTHING is transferred.  Here's a direct link to the page of problem, my CSS Spry and CSS layout as well as a screenshot of the correct functionality that occur in Dreamweaver.  Thoughts?

    The problem page:

    http://pauldhart.com/RideTTF_website/FAQ.html

    Spry 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 {}

    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}

    border-top: 1px solid black;

    border-bottom: 1px solid gray;

    margin: 0px;

    padding: 2px;

    cursor: pointer;

    -moz-user-select: none;

    -khtml-user-select: none;

    background-image: url(/content-opaque.png);

    background-attachment: fixed;

    background-repeat: repeat;

    do-family: Verdana, Geneva, without serif.

    color: #FFF;

    background-color: #300;

    do-size: 12px;

    }

    / * 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}

    margin: 0px;

    padding: 2px;

    background-image: url (.. / infobkgd.png);

    background-attachment: fixed;

    background-repeat: repeat;

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;

    color: #FFF;

    overflow: hidden;

    height: 40

    XxX

    height: 100%;

    }

    / * 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: #000033;

    }

    / * 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: #FFFFFF;

    background-color: #003;

    }

    . AccordionPanelOpen. {AccordionPanelTabHover}

    color: #FFFFFF;

    }

    / * 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: #003;

    }

    / * 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: #000033;

    }

    / * Printing rules * /.

    @media print {}

    . Accordion {}

    overflow: visible! important;

    }

    . {AccordionPanelContent}

    display: block! important;

    overflow: visible! important;

    height: auto! important;

    }

    }

    CSS layout

    <! doctype html >

    <!-[if lt IE 7] > < class = "oldie ie6" html > <! [endif]-->

    <!-[if IE 7] > < class = "ie7 oldie" html > <! [endif]-->

    <!-[if IE 8] > < class = "ie8 oldie" html > <! [endif]-->

    <!-[if gt IE 8] > <!-->

    < class html = "" >

    <!-<! [endif]-->

    < head >

    < meta charset = "utf-8" >

    < meta name = "viewport" content = "width = device-width, original scale = 1" >

    < title > donate today! < /title >

    < link href = "boilerplate.css" rel = "stylesheet" type = "text/css" > "

    < link href = "_css/donatepage.css" rel = "stylesheet" type = "text/css" > "

    < link href = "SpryAssets/SpryMenuBarDonate.css" rel = "stylesheet" type = "text/css" > "

    < link href = "SpryAssets/SpryAccordion.css" rel = "stylesheet" type = "text/css" > "

    <!--

    To learn more about the conditional comments around the HTML at the top of the file:

    paulirish.com/2008/conditional-stylesheets-vs-CSS-hacks-answer-neither/

    Follow these steps if you are using your customized version of modernizr (http://www.modernizr.com/):

    * Insert the link to your js here

    * remove the link below for the html5shiv

    * Add the class "No. - js' to the above html tags

    * You can also remove the link to respond.min.js if you included in your version of modernizr Polyfill MQ

    ->

    <!-[if lt IE 9] >

    "< script src="//html5shiv.googlecode.com/svn/trunk/html5.js "> < / script >

    <! [endif]-->

    < script src = "respond.min.js" > < / script >

    < script src = "SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script > "

    < script src = "SpryAssets/SpryAccordion.js" type = "text/javascript" > < / script > "

    < / head >

    < body >

    < div class = "gridContainer clearfix" >

    < div id = "header" > < img src = "RTTF - features ' alt = ' Ride to the flags VI" > < / div >

    < div id = "navigation" >

    < ul id = "donatemenu" class = "MenuBarHorizontal" >

    < li > < a href = "profile.html" > home < /a > < /li >

    < li > < a href = "theride.html" > the path < /a > < /li >

    < li > < a href = "donate.html" > donate < /a > < /li >

    < li > < a href = "#" class = "MenuBarItemSubmenu" > Gallery < /a >

    < ul >

    < li > < a href = "photo - gallery.html" > photo < /a > < /li >

    < li > < a href = "gallery.html" - video > video < /a > < /li >

    < /ul >

    < /li >

    < li > < a href = "faq.html" > FAQS < /a > < /li > ""

    < li > < a href = "contact.html" > contact < /a > < /li >

    < /ul >

    < / div >

    < span class = "AccordionPanel" >

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

    </span >

    < div id = "faq-content" >

    < div id = "faq-accordion" class = "Accordion" tabindex = "0" >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: is this still ongoing? < / div >

    < div class = "AccordionPanelContent" > a: Yes < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what is the date for this year's race? < / div >

    < div class = "AccordionPanelContent" > Saturday, September 7 A:. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what time is the check-in/registration open? < / div >

    < div class = "AccordionPanelContent" > was: online registration will begin in May.  Check-in at 08:00 on 7 September. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: where is here? < / div >

    < div class = "AccordionPanelContent" > has: Check-in will be just south of PCH on Las Posas Rd (just before the Gate 3 of the Naval Base). < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: the course will be the same? < / div >

    < div class = "AccordionPanelContent" > was: we changed the road this year a few a few reasons.  You can visit the roadmap to see. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: we do not race but we would like to come out and watch the bikes as they drive by.  What time you will be on our street? < / div >

    < div class = "AccordionPanelContent" > A: given our 10:30 departure, us will be sent the following streets in these moments here: < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what is the minimum amount to give up in this ride? < / div >

    < div class = "AccordionPanelContent" > A: $20 to $35 per driver/passenger < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what does that give me? < / div >

    < div class = "AccordionPanelContent" > was: Patch, ticket for the food and drink ticket < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: why do we need to raise/give a minimum this year? < / div >

    < div class = "AccordionPanelContent" > r: as you know, during the first five years, the trip to the flags ran on a basis of everything-don-goes.  However, as we got the biggest, costs related to reconstitute the journey grew enormously.  The minimum donation allows for the costs for the ride.  However, we do our best to bring about the authors as much as possible to help cover our costs so that we can ensure that your donation goes to good use. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: if I can give more money than the registration fee? < / div >

    < div class = "AccordionPanelContent" > r: of course. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what happens if we raise a lot of money for the cause? < / div >

    < div class = "AccordionPanelContent" > was: The White Heart Foundation is to give some small prizes for our major donors.   Those who will be announced at a later date. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: arrival how will be different now that he is pre-registration? < / div >

    < div class = "AccordionPanelContent" > was: there will be a pre-registered registration line and another line for those who seek to introduce yourself the day of. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what types of payments are accepted? < / div >

    < div class = "AccordionPanelContent" > was: we prefer you use our fundraising Razoo.com online application that you will find on this site for your pre-registration. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: I ride a trike, can I participate? < / div >

    < div class = "AccordionPanelContent" > a: Yes < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: are authorized scooters? < / div >

    < div class = "AccordionPanelContent" > was: well, sure, why not? < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: will there be present celebrities? < / div >

    < div class = "AccordionPanelContent" > was: probably.  We don't usually know advance appearance. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: are you tired of all my questions? < / div >

    < div class = "AccordionPanelContent" > A: a little < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what is happening on the basis, now that the celebration of freedom is at the end of the race? < / div >

    < div class = "AccordionPanelContent" > A: memorial service and wreath laying and perhaps a special guest. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: will there be concerts at the celebration of freedom? < / div >

    < div class = "AccordionPanelContent" > A: There will. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: I do not ride a motorcycle but I can still come to the celebration of freedom? < / div >

    < div class = "AccordionPanelContent" > A: Yes. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what's my price? < / div >

    < div class = "AccordionPanelContent" > A: General Public $40. Student $20.  Bikers the day of $40. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: if I go for the ride and decided to simply come to the celebration of freedom at the end of the race, will I get my free patch, ticket to food and drink ticket? < / div >

    < div class = "AccordionPanelContent" > a: No. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: what are the costs of food & Drinks tickets? < / div >

    < div class = "AccordionPanelContent" > was: food - $5 drink - $2, $5 beer - < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: WAIT? IT'S GOING TO BE BEER? < / div >

    < div class = "AccordionPanelContent" > A: Yes. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: it's great.  I love you. < / div >

    < div class = "AccordionPanelContent" > A: control yourself. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: will there be sellers during the celebration of freedom? < / div >

    < div class = "AccordionPanelContent" > was: Yes! For the first time, we give you... bike sellers. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: I am a vendor, how do I book a place? < / div >

    < div class = "AccordionPanelContent" > was: click here and fill out our application.  It is much easier to take the S.A.T. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: can I sponsor the celebration of freedom? < / div >

    < div class = "AccordionPanelContent" > a: certainly!  Click here to see our sponsorship package. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: can you my hiking club together? < / div >

    < div class = "AccordionPanelContent" > was: If you come together, connect together, hold hands. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: are we make large flags from the start this year? < / div >

    < div class = "AccordionPanelContent" > was: Yup < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: last year, the riders will split, how do you set this year? < / div >

    < div class = "AccordionPanelContent" > A: we deposit certain permits and pay astronomical fees to stop traffic for 30 minutes Saturday while we do not get split up. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: last year the race ended up being really slow, it will slow down this year? < / div >

    < div class = "AccordionPanelContent" > A: we admit it was slow.  We know, we know.  Now that we close the roads that we all pass, we will be able to pick up the pace a little.  The new route allows also go faster through town. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: I'm a policeman will be conducted as a civilian. Can I bring my firearm on base? < / div >

    < div class = "AccordionPanelContent" > A: base won't allow that. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: I want to create a team donation, where should I start? < / div >

    < div class = "AccordionPanelContent" > 34 content < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: can I start a team making a donation for my group of motorcycle cover all our registration fees? < / div >

    < div class = "AccordionPanelContent" > was: Negatory.  Each individual is his own team. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > q: I don't have a motorcycle, can I still attend? < / div >

    < div class = "AccordionPanelContent" > r: Yes, you can attend two event at the Naval Base and the celebration of freedom in Malibu. < / div >

    < / div >

    < div class = "AccordionPanel" >

    < div class = "AccordionPanelTab" > Q: what is the WHF? < / div >

    < div class = "AccordionPanelContent" > was: The White Heart Foundation was created to help support our military community, police and firefighters. < / div >

    < / div >

    < / div >

    < / div >

    < div id = "footer" > This is the content of the div layout 'footer' < / div >

    < / div >

    < script type = "text/javascript" >

    var MenuBar1 = new Spry.Widget.MenuBar ("donatemenu", {imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});})

    var Accordion1 = new Spry.Widget.Accordion ("faq-accordion");

    < /script >

    < / body >

    < / html >

    Screenshot of how it looks locally in Dreamweaver:

    accordion-shot.PNG

    SpryAccordion.css

    You have an error that kills the rest of your code below in red.  Remove it.

    . {AccordionPanelContent}

    margin: 0px;

    padding: 2px; / * suggest using 12px or more * /.

    background-image: url (.. / infobkgd.png);

    background-attachment: fixed;

    background-repeat: repeat;

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;  / * suggest using 16px or more * /.

    color: #FFF;

    overflow: hidden;

    height: 40

    [x;

    height: 100%;

    }

    Nancy O.

  • DW tutorial Question (accordion, Spry Widget) beginner... :-(

    Hi, I have just finished this tutorial (http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html), but have a problem with my Spry Accordion Widget, when I saw the my footer site moves when I select a different panels in the widget, I read back and checked code/css but I still can't extra outside (don't laugh if it's something obvious!) Please can someone help me? I copied the code/CSS below.

    THANK YOU IN ADVANCE!

    INDEX OF...

    < ! 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 ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    < title > The Yacht Club < /title >

    < link hand. CSS"rel ="stylesheet"type =" text/css"/ >

    <!-[if IE 5] >

    < style type = "text/css" >

    / * Place corrections for IE 5 css box model * in this conditional comment * /.

    #sidebar1 {width: 230px ;}}

    < / style >

    <! [endif]--> <!-[if IE] >

    < style type = "text/css" >

    / * place patches css for all versions of Internet Explorer in this conditional comment * /.

    #sidebar1 {padding-top: 30px ;}}

    #mainContent {zoom: 1 ;}}

    / * the owner above zoom gives IE the hasLayout property, avoid several bugs * /.

    < / style >

    <! [endif]-->

    < script src = "SpryAssets/SpryAccordion.js" type = "text/javascript" > < / script > "

    < link href = "SpryAssets/SpryAccordion.css" rel = "stylesheet" type = "text/css" / > "

    < / head >

    < body >

    < div id = "container" >

    < div id = "header" > < img src = "images/thanks" width = "290" height = "144" / > "

    <!-end #header->

    < / div >

    < div id = "sidebar1″" >

    Welcome < h3 > < / h3 >

    < ul id = "nav" > < li > < a href = "" javascript:; "> home < /a > < /li > < li > < a href =" "javascript:;" > about us < /a > < /li > < li > < a href = "" javascript:; "> membership < /a > < /li > < li > < a href =" "javascript:;" > our boats < /a > < /li > < li > < a href = "javascript" "" " : ; "> course races < /a > < /li > < li > < a href =" "javascript:;" > contact us < /a > < /li > "

    < /ul >

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

    < div class = "AccordionPanel" >

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

    < div class = "AccordionPanelContent" > Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus and fermentum ut, sapien. Surpassing metus mi, eleifend sollicitudin molestie id, varius, and nibh. Donec nec libero. < / div >

    < / div >

    < div class = "AccordionPanel" >

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

    < div class = "AccordionPanelContent" > Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus and fermentum ut, sapien. Surpassing metus mi, eleifend sollicitudin molestie id, varius, and nibh. Donec nec libero. < / div >

    < / div >

    < div class = "AccordionPanel" >

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

    < div class = "AccordionPanelContent" > Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus and fermentum ut, sapien. Surpassing metus mi, eleifend sollicitudin molestie id, varius, and nibh. Donec nec libero. < / div >

    < / div >

    < / div >

    < p > < / p >

    <!-end # sidebar1″--> < / div >

    < div id = "mainContent" >

    Luxury yachts < h1 > < / h1 >

    < p > < img src = "images/sailboat.jpg" alt = "Sailboat" width = "136" height "310" = class = "fltrt" / > Lorem ipsum dolor sit amet, adipiscing elit our. " Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Amongst ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean restore. Etiam leo queer, venenatis lectus tristique in, fitness at, odio. Donec and ipsum and vehicula nonummy sapien. Suspendisse potentialit. Surpassing varius urna id quam. SED neque mi, varius eget, tincidunt nec, so id, libero. In eget purus. Vestibule ut nisl. Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus and fermentum ut, sapien. Surpassing metus mi, eleifend sollicitudin molestie id, varius, and nibh.  Donec nec libero. < /p >

    < h2 > sailing to the Bahamas < / h2 >

    < p > Lorem ipsum dolor sit amet, adipiscing elit our. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Amongst ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean restore. Etiam leo queer, venenatis lectus tristique in, fitness at, odio. < /p >

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

    <!-this element of compensation should immediately follow the #mainContent div in order to force the #container div to contain all the child floats--> < br class = 'clearfloat' / >

    < div id = "footer" >

    < p > & copy; Luxury yachts 2009 - bring a cup for the rescue plan < /p >

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

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

    < script type = "text/javascript" >

    <!--

    var Accordion1 = new Spry.Widget.Accordion ("Accordion1");

    ->

    < /script >

    < / body >

    < / html >

    CSS HAND...
    @charset "UTF-8";
    {body
    margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
    padding: 0;
    text-align: center; / * This centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
    color: #000000;
    are-family: Verdana, Arial, Helvetica, without serif.
    are-size: 100%;
    background-color: #FDFDFD;
    background-image: url(images/body_BG.jpg);
    background-repeat: repeat-x;
    }
    H1, h2, h3 {}
    make-weight: normal;
    color: #00583F;
    }
    H1 {}
    -font size: 140%;
    }
    H2 {}
    are-size: 130%;
    }
    H3 {}
    are-size: 120%;
    }
    #container {}
    width: 780px;
    margin: 0 auto;
    text-align: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(images/container_bg.gif);
    background-repeat: repeat-y;
    }
    #header {}
    background-color: #DDDDDD;
    background-image: url(images/headerBG.jpg);
    background-repeat: no-repeat;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0px;
    }
    {#sidebar1}
    float: left; / * because this element is floating, it takes a width * /.
    width: 200px; / * the background color will be displayed for the length of the content of the column, but no further * /.
    padding: 15px 15px 20px 10px;
    }
    ul #nav {}
    background-image: url(images/buoy.jpg);
    background-repeat: no-repeat;
    background-position: left down.
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 153px;
    padding-left: 0px;
    list-style-type: none;
    }
    #nav li a {}
    are-size: 90%;
    color: #FFF;
    text-decoration: none;
    background-color: #09553F;
    display: block;
    padding: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3574A 7;
    }
    #nav li a: hover, #nav li a: active, #nav li a: {emphasis
    color: #123464;
    background-color: #B7DAD8;
    }
    #mainContent {}
    margin: 0 0 0 250px; / on this div element left margin creates the column on the left side of the page - no matter how content div the sidebar1″ contains, the space of the columns will remain. You can remove this line if you want the #mainContent div text to fill the space of #sidebar1 when the #sidebar1 content ends
    . */
    padding: 20px 0; / * Remember that the fill is space inside the box of div and margin is the space outside the div box * /.
    }
    #mainContent p, #sidebar1 p, #footer p {}
    are-size: 85%;
    line-height: 1.4;
    }
    #footer {}
    background-color: #00593D;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 270px;
    }
    #footer p {}
    margin: 0; / * zero setting the margins of the first element in the footer will avoid the possibility of the collapse of the margin - a space between the div tags * /.
    padding: 10px 0; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    color: #FFF;
    }
    .fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
    float: right;
    margin left: 8px;
    }
    .fltlft {/ * this class can be used to float an element on your page to the left * /}
    float: left;
    right margin: 8px;
    }
    .clearfloat {/ * this class must be placed on an element div or break and should be the last item before closing a container should completely contain a float * /}
    clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }
    SPRY CSS...
    @charset "UTF-8";
    / * SpryAccordion.css - version 0.4 - 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 {}
    overflow: hidden;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: # 7-9297;
    border-bottom-color: # 7-9297;
    border-left-color: # 7-9297;
    }
    / * 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
    * do the function widget
    . 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: #00583F;
    margin: 0px;
    padding: 2px;
    cursor: point;
    -moz-user-select: none;
    -khtml-user-select: none;
    color: #FFF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: # 7-9297;
    border-bottom-color: # 7-9297;
    }
    / * 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;
    height: 200px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    }
    / * 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: #FFF;
    color: #005b3E;
    }
    / * 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: #AAC7CE;
    }
    . 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: #00583F;
    color: #FFF;
    }
    / * 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: #FFF;
    color: #00583F;
    }
    My apologies in advance if I ask a stupid question!
    !
    Picture 1.png

    Your footer is designed to move down account for the extra space created when you activate the menu accordion naviation. The turtorial example shows not happening? I can't find a link for the complete example on the page you mentioned to the check.

  • Panels with tabs Spry, all content on a single page, please help?

    Hello

    I am developing a website for my friend and I use PS CS5 spry tabbed panels. Everything looks great in DW, but when I load the page on the server all the content that shows a page and I can't navigate through the tabs. http://dndperspective.co.cc/

    I'll give you all of the code, I'm quite experienced in html, but have never used before spry, then it may be a stupid mistake. Any Suggestions?

    Here is the code:

    <! 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">".
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > < /title > DND Perspective
    "< script src ="file:///C:/Users/work/Desktop/Sites/SpryAssets/SpryTabbedPanels.js"type =" text/javascript"> < / script >"
    "< link href ="file:///C:/Users/work/Desktop/Sites/SpryAssets/SpryTabbedPanels.css"rel ="stylesheet"type =" text/css"/ >"
    < style type = "text/css" >
    <!--
    {body
    background-color: #2B 3856;
    }
    {.style1}
    color: #FFFFFF;
    }
    {.style4}
    color: #FFFFFF;
    do-size: 36px;
    make-style: italic;
    do-family: Georgia, "Times New Roman", Times, serif;
    margin left: 250px;
    }
    . Style5 {color: #CCCCCC}
    {.style11}
    font size: 18pt;
    make-style: italic;
    }
    a: link {}
    color: #FFFF00;
    }
    a: visited {}
    Color: #000000;
    }
    a: hover {}
    color: #000033;
    }
    ->
    < / style > < / head >

    < body >
    < div align = "center" >
    < p align = "left" class = "style4" > DND < /p >
    < / div >
    < p align = "left" >
    < img style = "border: 6px insert #545565; margin left: 150px; margin-bottom: 50px; "src =" newbanner.jpg "width ="701"height ="244"/ > < / p >" "


    < p align = "center" >
    < p align = "center" >
    < div id = "TabbedPanels1" class = "TabbedPanels" >
    < ul class = "TabbedPanelsTabGroup" >
    < class li = "TabbedPanelsTab" tabindex = "0" > < img src = "images/homebar.jpg" width = "125" height = "50" / > < /li > "
    < class li = "TabbedPanelsTab" tabindex = "0" > < img src = "images/aboutbar.jpg" width = "125" height = "50" / > < /li > "
    < class li = "TabbedPanelsTab style11" tabindex = "0" > < em > < img src = "images/servicesbar.jpg" width = "125" height = "50" / > < /em > < /li > "


    < class li = "TabbedPanelsTab style11" tabindex = "0" > < img src = "images/gallerybar.jpg" width = "125" height = "50" / > < /li > "
    < class li = "TabbedPanelsTab style11" tabindex = "0" > < img src = "images/pricingbar.jpg" width = "125" height = "50" / > < /li > "
    < class li = "TabbedPanelsTab style11" tabindex = "0" > < img src = "images/contactbar.jpg" width = "125" height = "50" / > < /li > "
    < /ul >
    < div class = "TabbedPanelsContentGroup" >
    < div class = 'TabbedPanelsContent style1' >
    < div align = "center" >
    < class p = "style11" > welcome to DND < /p >
    < p > we are so glad that you took the time to visit our site during your planning schedule. We tried to make this site as user friendly as possible so that you can return to the planning of your big day. We provide simple and reliable services, so you have nothing to fear. < /p >
    < p > we are located in Rhode Island, but service Massachusetts and Connecticut as well. < /p >
    < p > please visit our services page to see all the photographs sessions we have available as: < /p >
    < /P > < p > wedding photography
    Photos of engagement < p > < /p >
    Portraits of the senior < p > < /p >
    < /P > < p > birthday
    < p > & amp; More! < /p >
    < p > < / p >
    < / div >
    < / div >
    < div class = "TabbedPanelsContent" >
    < class p = "style1" > < strong > < u > < /u > S.W < / strong >-< em > owner and photographer < /em >. For more information on the sound please click < a href = "Untitled - 11.pdf" > here < /a >.

    < / div >
    < div class = "TabbedPanelsContent" > Under Construction... < / div >
    < div class = "TabbedPanelsContent" > Under Construction... < / div >
    < div class = 'TabbedPanelsContent style1' >

    < p > we hear DND understand that packages and pricing may not provide the precise accommodation to suit you unique and carefully planned day. We are very open and happy to discuss with you an individual caterer package or plan that fits your style and most of all your budget. If you need us for just an hour or an entire day, we want to make your day as special as possible. We have services available from only $200,00. Below is our most popular packages, the price of printing and the AGP;

    packages, custom videos, thank you cards and albums. < /p >
    < hr width = "50%" align = "left" / >

    < p > < strong > Package 1-$500.00 < facilities > < / p >
    < p > 3 hours. 1 place - including DVD with unlimited photos, high resolution and editing free basic and improvement; webgallery with or without password; Special effects in 5 pictures; and 1 8 & quot; x 10 & quot; fine art high quality printing. * < /p >
    < p > < strong > package $575,00 2 < facilities > < / p >
    < p > 3 hours. 2 sites - including DVD with unlimited photos, high resolution and editing free basic and improvement; webgallery with or without password; Special effects in 5 pictures; and 1 8 & quot; x 10 & quot; fine art high quality printing. * < /p >
    < p > < strong > package 3-$700.00 < facilities > < / p >
    < p > 4 hours; 3 locations - included DVD with unlimited photos, high resolution and editing free basic and improvement; webgallery with or without password; Special effects in 5 pictures; and 1 8 & quot; x 10 & quot; fine art high quality printing. * < /p >
    < p > * each additional hour or a location available for $100.00. Beyond 20 miles will require additional charges. Extra DVD priced at $25.00 each. < /p >
    < hr width = "50%" align = "left" / >

    < p > < strong impressions > < facilities >: (quality Fine Art) * < /p >
    < p > individual prices: 8 & quot; x 10 & quot; = $12.99; 10 & quot; x 13 & quot; = $19,99; 2 - 5 & quot; x 7 & quot; = $12.99; 4 - 4 & quot; x 6 & quot; = $11.99 < /p >
    < p > (Custom sizes available - Custom framing available) < /p >
    < p > < strong > Package 1: facilities > < / p >
    < p > 3-8 & quot; x 10 & quot; 4 - 5 & quot; x 7 & quot; 4 - 4 & quot; x 6 & quot; = $50.00 < /p >
    < p > < strong > package 2: facilities > < / p >
    < p > 5-8 & quot; x 10 & quot; 6 - 5 & quot; x 7 & quot; 6 - 4 & quot; x 6 & quot; = $90.00 < /p >
    < p > < strong > Package 3: facilities > < / p >
    < p > 8 - 8 & quot; x 10 & quot; 4 - 5 & quot; x 7 & quot; 4 - 4 & quot; x 6 & quot; = $125.00 < /p >
    < p > < strong > package 4: facilities > (basic prints) < /p >
    < p > Any 100 printed photos 4 & quot; x 6 & quot; = $100.00 < /p >
    < hr width = "50%" align = "left" / >


    customary strong video > < p > < <: facilities > * < /p >
    photos of < p > 100 all set in music free = $50.00 < /p >
    < hr width = "50%" align = "left" / >

    < p > < strong custom > cards of thanks for your guests: facilities > * < /p >
    maps of < p > 300 - 4 & quot; x 6 & quot; = $350.00 < /p >
    maps of < p > 100 - 4 & quot; x 6 & quot; = $150.00 < /p >
    < hr width = "50%" align = "left" / >
    < p > < strong > Custom Albums available: facilities > (prices vary - custom) < /p >
    < p > bride & amp; Mary albums < /p >
    < /P > < p > Parent albums
    < hr width = "50%" align = "left" / >

    < p > * please be aware that your DVD will be available in a week. Web Gallery in 5-7 business days; Prints, cards or video within 2 to 6 weeks. Thank you! < /p >
    < / div >
    < div class = "TabbedPanelsContent style5" >
    < p > contact DND Perspective: < /p >
    < p > the best way to contact us is by email. < /p >
    < p > you can alternatively contact us at any time...! < /p >
    < / div >
    < div class = "TabbedPanelsContent" >
    < div align = "center" >
    < p > < span class = "style1" > all Info </span > < / p >
    < p > < / p >
    < / div >
    < / div >
    < / div >
    < / div >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < p > < / p >
    < script type = "text/javascript" >
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels ("TabbedPanels1");
    ->
    < /script >
    < / body >
    < / html >

    You called: your links to the SpryAssets on your hard drive, are not binding for the files in the folder on the server.

    Fix these links:


    And you should be good to go.

    Beth

    PS. If you're having trouble with the Spry Widgets, take your questions to the Dreamweaver Forum Spry http://forums.adobe.com/community/labs/spry, where they will receive faster attention.

    B

  • Want to 5640 matter Panel &amp; question Photo printing via the web

    [update]

    -the solution of JERENDS on the first question did.

    -discovered what is the second problem: you can only print photos on paper special photo via the photo tray. not entirely what I expected, but at least I know what is happening.

    [/update]

    I just install the 5640 want and it works reasonably.

    Two problems though:

    -try to get to any screen outside the home screen in the home Panel jumps me to the homescreen within seconds, so I can't change settings or get anything done.

    -Try to print one or more photos via the e HP Android app results in nothing, where to print a PDF file through the same e application results in a nicely printed PDF.

    Hope that someone has seen this before and knows a solution.

    Thanks in advance!

    Hello SierraMikeDelta,

    Welcome to the Forums of HP Support!

    I think the first question that needs to be addressed is the problem of touch screen. It is a generic guide, but still has the necessary steps: touch screen is unresponsive.

    Let me know if that solves this problem, if so we can examine the App does not print photos.

    See you soon,.

  • Question of SPRY accordion

    Sorry, it's well buried in him is no longer supported SPRY forum 2 months so I'm reposting here.

    I'm trying to ensure that the Panel at the bottom (last) is opened by default when the page is loaded. Please see my notes below. Thanks in advance!

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

    I know that I can put the Panel open by default either by editing the SpryAccordian.js file as follows:
    this.defaultPanel = 0;

    Or by using the script like this:

    < script type = "text/javascript" >

    var acc8 = new Spry.Widget.Accordion ("Accordion8", {defaultPanel: 2});

    < /script >

    I also know that I can open the panels programmically like this:

    < input type = "button" onclick = "acc10.openLastPanel ()" > open the last Panel < / input > "

    < script type = "text/javascript" >

    The problem with the first option is that I have dynamically add panels using a repeat so that the number of panels varies. I can't very well use a number here because it is not the last Panel or the number may be too high if it is not enough signs to all be closed. I tried to use 99 knowing that I will never have that many panels and of course all the panels are closed which is not desired.

    I've failed with the onclick method to be able to play with him, I think that the openLastPanel is what I need. However, I do not want a button/link that must be clicked in order for this place. I guess I can use it instead of onload sort.

    I hope someone could provide me with the code and the location to where you want to insert so that when the page opens, the last Panel is opened rather than the top.

    Here is a link if you need to see it in action.

    http://www.onlinetoyshow.com/figure_lines_Detail.php?Line_Id=30 (a result of the research shows 4 panels - this example is not really a problem)

    This is another result of the research which has two panels.

    http://www.onlinetoyshow.com/figure_lines_Detail.php?Line_Id=31 (this is where it would be nice to have the last Panel open instead of the first. The first Panel has only one point in it, but the height is set so that the next panel is easy to miss and all the way down)

    I hope that all makes sense. Thanks in advance.

    There are various samples on behalf of Git from Adobe, now that Spry is is longer supported directly.

    You might want to take a look at a few examples given here to see if one of them works for you: http://adobe.github.com/Spry/samples/ - click "Widgets" on the top and you will see the various sets of examples of the accordion.

  • How do without panels on accordion Spry open by default?

    I have an accordion Spry of several panels.  I want the default behavior for any of the panels to open until a user clicks.  The default behavior is currently the first Panel to expand automatically when the page is first visited.  How can I fix it?

    Here it is:

    http://labs.Adobe.com/technologies/Spry/samples/accordion/AccordionSample.html

    Under the subheading "of starting with all the panels closed.

    Martin

  • Panels with tab Spry - lowering the tabs

    I am trying to learn Spry tabbed panels. I opened dreamweaver and inserted a div tag and then a spry tabbed panels inside the div.

    How can I move the tab 1, tab 2 ect... down if it is not above the modification of content but rather hovering above him.

    I am trying to create a simple efect where when you press each tab, it changes the image, but I want the buttons to hover over the image.

    Thanks in advance

    You change the stylesheet, as you would with any other modification of this widget.

    Mylenium

  • Another question from Spry vs IE (question)

    While building a web site using a Spry (vertical) menu bar, I discovered it worked fine in all browsers except IE (forgive me, I'm new). I came on this forum for a few ideas and noticed several posts with IE compatibility issues. I went to my IE browser and "on" everything I could find on ActiveX and scripts in the tools without help sections. I decided to go back to the beginning. I created a blank HTML page in Dreamweaver. I added a line of text "123456789", then added a Spry menu bar using the toolbar DW (just the basic structure of the menu without doing anything to it). I recorded and then watched with Firefox, then IE and it works in Firefox, but the submenus do not appear (as they do in Firefox). Very disappointing.

    My question is - where to start. I guess we know where the problem is - but is the solution in the Spry CSS or Javascript Spry code code?

    I realize that what I have described here is very simplistic compared to more detailed positions, but maybe I'm making something very base - wrong. Many of you seem to agree with the very well IE, so I want to learn your secret. Any thoughts?

    RM

    rockytoprm wrote:

    I understand your point to look at a complex issue in context. (At least at this point), my question is why, given a Basic Spry added to an HTML page menu bar empty, registered, and then observed in Firefox and IE, behave differently? As I hover over the buttons - in Firefox - void menu buttons appear and disappear when and where they should - but not in IE.

    I do not have available for testing IE6, but a Spry menu in a blank page works identically for me in Firefox and IE8 IE8 in compatibility mode.

  • Laser Jet P1102s: Win7Control Laser Jet P1102s Panel question

    After the successful installation of my new Laser Jet P1102s on Windows 7 (32 bit), I found two icons in the control panel (see attachment). One is on the right side OK - the printer works well. But there is a sort of warning sign near the left ikon. Someone knows the reason or the sense of that?

    THX

    Hi Hegefer,

    Thanks for letting me know that the icon was not restarted.

    I think that's the Smart Install which automatically load the printer again on the restart and we can simply turn off so that it will not continue.

    Here are the instructions if you want to proceed when you have time.

    Follow these steps to disable the Smart Install. Select printer not PC:

    On the Windows computer, go to start, computer, right-click the CD for the

    printer and left click Open in a new window, go to smart util/siutility.exe/HP install utility.
    Shows printer or PC - select printer.
    Then click on disable.

    Have a great weekend!

  • Windows 8.1 update, my documents, and control panel questions

    I have a laptop HP Envy m6 and a few weeks ago, put PC updated to Windows 8.1 Windows 8. It was working fine until yesterday.

    When I open Explorer file it says that the 'My PC' folder is empty. Other times it works fine when the file Explorer is the first open but will not work if it is closed and reopened without restarting the computer. I also discovered that the Panel does not work. It opens but the window is empty. I can not access anything which would be normally accessed through the control panel as change the wallpaper, add or modify the equipment, etc.. Finally, with the exception files, icons indicating the type of file for example the Word Document, Pdf etc. do not appear when displayed in the file Explorer, but view correctly on the desktop computer. The computer works - I can access the internet, save, and create documents, but struggle to access later (if possible).

    Thanks for your help.

    NeedHelp55,

    If the upgrade has been done for weeks, while the problem is probably not the upgrade itself, although something is certainly wrong since then.

    Thoughts on the subject...

    ==========================================================================

    Windows updates

    If you have not done recently (or at all) be sure that you have all of your updates to Windows Installer.  Some people are 'Anti update' and the world can be a scary place with updates that don't always work as planned.  You have not to install updates for Windows 8.1 after the upgrade - this isn't a choice.  You can always disable them again later.

    ==========================================================================

    System Restore - back in time

    If the system has recently installed updates, and then if the system has created a Restore Point before these updates applied, then you can "back track" to a date / time before the changes have been made.

    Using Microsoft System Restore (Windows 8)

    Don't forget: you can create a Restore Point manually any time you want if you have these "back points."  This occasionally - it of a good thing and could save your back one of these days.  The smile.

    ==========================================================================

    New user account

    You could try to create a new account - create with administrator privileges, just in case you need the account later.

    If you can get the PC settings, then you might be able to create a new account.

    Long way around:

    Windows key > type anywhere pc > click PC config > other accounts > add account

    You can name the account that you want, and you can use with your current Microsoft account, login if you wish.  You may need to obtain a new Microsoft login code - you can use another device (phone, Tablet, another computer) to pick up the email containing the new code that will be sent to Microsoft.

    Log in to the new account and put in place the "settings" for this account.  Check if the new account actually works as expected.

    IF the new account is working and that your old account is messed up, then - use the new account, at least until you have one fix for the other.  You can always copy your documents.  Configure the settings for the account manually, however, to minimize the chances that 'break you' the new account.

    ============================================================================

    Click on the thumbs-up Kudos to say thank you.

    While I strive to reflect best practices of HP, I do not work for HP.

  • Chronology of the Panel questions

    Hi - hoping someone can help here.

    1 I recently 'hit' the editing panel as it is is very well placed in the usual position of . I tried by drag autour but it just will not "slot" position. The problem is that I can't use the whole workspace effectively

    2. anyone can sharpen me the shaded bar representing blue vertical is about 2/3 of the way on the script?

    Thanks ad!

    Jacques

    PS Workspace.jpg

    At the top right, there is a drop-down of work space. The third substantive item should reset the workspace to try it.

  • Question from Spry.widget in IE

    Hello

    Pls take a look on http [dot] aeonit [dot] name/audi_youtube/index php

    I used the tabs on the left side, but I also used scroll for the content of the tab bar. So I added an ID to li as follows:

    < ul class = "TabbedPanelsTabGroup" >

    < class li = "TabbedPanelsTab" tabindex = "0" > < span id = "first_tab" > all </span > < /li >

    < class li = "TabbedPanelsTab" tabindex = "0" > < span id = "second_tab" > official </span > < /li >

    < class li = "TabbedPanelsTab" tabindex = "0" > < span id = "third_tab" > Fans </span > < /li >

    < /ul >

    and the js is

    < script type = "text/javascript" >

    var TabbedPanels1 = new Spry.Widget.TabbedPanels ("TabbedPanels1");

    $(document) .ready (function () {}

    first tab

    $("#first_tab").click (function () {}

    $('#scrollbar_comment').tinyscrollbar ();

    Alert ('hi');

    });

    second tab

    $("#second_tab").click (function () {}

    $('#scrollbar_comment1').tinyscrollbar ();

    Alert ('hi');

    });

    third tab

    $("#third_tab").click (function () {}

    $('#scrollbar_comment2').tinyscrollbar ();

    Alert ('hi');

    });

    })

    < /script >


    Thus, the function is work perfect in all browsers except IE (double-click on there). So can I add function in a spry widget when the tab is clicked?

    Thnx...

    Version js spry, by the way the problem has been resolved by me yest, it took me all day to solved, dat was the issue of the conflict of js event, there is spent two onclick event on a button or a tag, so I opened spry js and replace "click on" events tab for 'mousedown' as shown below

    Spry.Widget.TabbedPanels.addEventListener (tab, 'mousedown', function {return self.onTabClick (e, tab);}, false);

    Also replace window.onload instead of document.ready it is important

    Thnx...

  • Panel question book

    InDesign CS5 Mac:

    When I have the Panel open book and I'm going to a different workspace, the book panel disappears.

    Then when I go back to the original workspace, of the book Panel also went.

    When I go the the book Panel file and open it, it does not appear on the screen; However, when I go to leave InDesign, I get the message, do you want to save the changes to your file of book panel.

    So, is this book disappears Panel a bug or something I do not correctly?

    Thank you

    Eden

    And the book panel appears in the list window?

Maybe you are looking for