the page renders is not properly in IE6 - 8

I learn the DW on mine for a little sports site... the page renders correctly in browser Lab with all browsers except IE 6-8.  I have two questions:

1. I don't know how to fix the link list of whitespace bug.

2. the two sidebars do not appear in Internet Explorer 6-8

Here is the code and any help is greatly appreciated.

{body

Police: 100% / 1.4 Verdana, Geneva, without serif.

margin: 0;

padding: 0;

Color: #000;

background-color: rgba (147,165,196,.8);

background-image: none;

}

UL, ol, dl {}

padding: 0;

margin: 0;

font size: 24 PX.

make-weight: bold;

}

H1, h2, h3, h4, h5, h6 {p}

margin-top: 0;

padding-right: 15px;

padding-left: 15px;

color: #000066;

do-size: 12pt;

margin-left: 5px;

}

an img {}

border: none;

padding: 10px;

}

a: link {}

color: #003366;

text-decoration: underline;

}

a: visited {}

color: #003366;

text-decoration: underline;

}

a: hover, a: active, a: {emphasis

text-decoration: none;

background-color: #003366;

}

. Container {}

Max-width: 1000px;

min-width: 1000px;

Background: #FFF;

margin: 0 auto;

border: thick solid #FFFFFF;

}

. Header {}

background-color: #FFFFFF;

background-image: none;

border: thickness double #000066;

float: left;

margin-bottom: 5px;

}

{.sidebar1}

float: left;

Width: 20%;

background-color: rgba (204,204,204,0.8);

color: #FFFFFF;

border-radius: 10px;

padding: 5px;

}

. Happy {}

padding: 10px 0;

Width: 58%;

float: left;

}

{.sidebar2}

float: right;

Width: 19%;

color: #FFFFFF;

background-color: rgba (0,51,102,.8);

padding-top: 10px;

padding-bottom: 10px;

padding-left: 0;

border-radius: 10px;

border: medium double #F4F4F4;

}

. Content ul, ol {} content

padding: 0 15px 15px 40px;

}

UL. NAV {}

list-style: none;

margin-bottom: 15px;

border-radius: 10px;

}

{ul li. NAV

border-radius: 10px;

margin-bottom: 5px;

background-color: rgba (0,51,102,.7);

border-top-style: none;

border-right-style: none;

border-bottom-style: none;

border-left-style: none;

border-bottom-color: rgb (204,204,204);

border-right-color: rgb (204,204,204);

border-bottom-color: rgb (204,204,204);

border-left-color: rgb (204,204,204)

}

UL. NAV, the ul.nav: visited {}

display: block;

text-decoration: none;

color: #FFFFFF;

make-weight: bold;

do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

font size: 20px;

make-style: normal;

padding-top: 15px;

padding-right: 5px;

padding-left: 10px;

border-radius: 10px;

}

UL. NAV a: hover, ul.nav a: active ul.nav, one: {emphasis

color: #FFF;

background-color: rgba (147,165,196,.8);

border-radius: 10px;

padding-top: 15px;

padding-bottom: 15px;

}

.footer {}

padding: 10px 0;

background: rgba (147,165,196,.8);

position: relative;

Clear: both;

}

H1, h2, h3, h4, h5, h6 {}

do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

make-style: italic;

color: #0066;

text-align: center;

}

H1 {}

font size: 20px;

color: #000066;

text-align: center

}

H2 {}

color: #FFF;

font size: 20pt;

make-style: italic;

}

H3 {}

do-size: 18px;

text-align: center;

color: #000066;

make-style: normal;

}

H4 {}

color: #FFF;

font size: 18pt;

make-style: normal;

}

H5 {}

font size: 16pt;

color: #006;

make-style: normal;

}

H6 {}

do-size: 14pt;

color: #FFF;

make-style: normal;

}

->

< / style > <!-[if lte IE 7] >

< style >

. Happy {right margin:-1px ;} / * this negative margin of 1px can be placed on any of the columns in this layout with the same corrective effect.} */

UL. NAV a {zoom: 1 ;}}  / * the property zoom gives IE the hasLayout trigger to fix additional whiltespace between the links * /.

< / style >

<! [endif]-->

< / head >

< body >

< div class = "container" >

< div class = "header" > <! - end .header - > < img src = "images/CSN-with-Brent-Beaird - lg.gif" width = "990" height = "140" alt = "Logo of the CSN" / > < / div >

< div class = "sidebar1″" >

< ul class = "nav" >

< li > < a href = "index.html" > home < /a > < a href = "#" > < /a > < /li >

< li > < a href = "brentsnotebook.html" > Notebook of Brent < /a > < a href = "#" > < /a > < /li > ""

< li > < a href = "Storylines.html" > Storylines < /a > < a href = "#" > < /a > < /li > ""

< li > < a href = "In_My_Opinion.html" > In My Opinion < /a > < a href = "#" > < /a > < /li > ""

< li > < a href = "sportsradio.html" > Sports Radio < /a > < a href = "#" > < /a > < /li > ""

< li > < a href = "press_box.html" > press box < /a > < a href = "#" > < /a > < /li > ""

< li > < a href = "inside of the SEC.html" > inside the SEC < /a > < a href = "#" > < /a > < /li >

< li > < a href = "inside of the ACC.html" > inside ACCESS < /a > < a href = "#" > < /a > < /li >

"< li > < a href ="... / About.html "> on CSN < /a > < a href =" # "> < /a > < /li >"

< /ul >

< / div >

I just thought that it might be a simple 'how' correct 'too much whitespace link bug.

Sorry, but I don't know what a "too much whitespace link bug.

Check out these links to known IE bugs and how to work around them.

http://CSS-tricks.com/IE-CSS-bugs-thatll-get-you-every-time/

http://www.positioniseverything.NET/Explorer.html

http://www.positioniseverything.NET/articles/CC-plus.html

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Developer Mode error: outdated., the xxAM.xxVO1 view object contained no trace. The records displayed may have been deleted, or the current record of the view object is not properly initialized.

    Hi all

    I'm creating a Maunal search page.

    To do this, I created a view based on a custom display object.

    Page contains 2 parameters.

    If I give all settings and click the OK button.

    It gives the following error.

    Developer Mode error: outdated data


    This page contains outdated information. This error could have been caused by the use of the buttons of the browser (the browser back button, for example). If the browser navigation buttons were not used, this error may result from coding errors in the application code. Please check press the back button on the browser developer guide - view primary key object comparison section to review the main cause of this error and correct the mistakes of coding.


    Cause:
    The view BLTrinDisplayAM.ViewVO1 object did not contain any record. The records displayed may have been deleted, or the current record of the view object is not properly initialized.

    To visit, please click on the Home link at the top of the application page to return to the main menu. Next, go to this page using the app's navigation controls (menu, links and so on) rather than use the controls of the browser as rear or front.

    If I don't give any parameter and click go Button.The content of the view are displayed.

    So if I pass all parameters and click Go, then the corresponding record is displayed.

    Why, for the first time, if I give the parameter and click Go, obsolete data error is coming?

    Please help me.

    Grateful for your help!

    -Aren

    You use the object of the view for the search criteria and search results fields.

    I suggest you to remove references of VO fields of search criteria, item1 and item2.

    And in the event of the button 'Go' in the processFormRequest, get the criteria for field values entered by the user as below and run the object (ViewVO1) of the view by using these values.

    String buCode = pageContext.getParameter ("item1");

    String lsiCode = pageContext.getParameter ("item2");

    Thank you

  • The page content will not be displayed in IE 7 &amp; 8

    I'm going to understand problems why content after the Spry Menu will not display in IE 8, and the page appears at all in IE 7. Seems

    http://nowagenewmedia.com/Organica/

    CSS

    * {
    vertical-align: baseline;
    Police-weight: inherit;
    do-family: inherit;
    font style: inherit;
    do-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    }
    {#outerWrapper}
    Width: 960px;
    margin-top: 10px;
    margin-right: auto;
    left margin: auto;
    border: 3px solid #CCC;
    }
    {#contentWrapper}
    Width: 100%;
    overflow: auto;
    Clear: both;
    }
    #header {}
    Width: 960px;
    height: 160px;
    }
    #sidebar {}
    float: left;
    Width: 225px;
    height: 400px;
    background-color: #FFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    }
    #content {}
    float: left;
    Width: 734px;
    background-color: #FFF;
    }
    {#navbar}
    float: left;
    height: 35px;
    Width: 960px;
    Clear: both;
    }

    Page

    < ! 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 > Untitled Document < /title >
    < link hand. CSS"rel ="stylesheet"type =" text/css"/ >
    "< link href="Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css "rel ="stylesheet"type =" text/css"/ >
    "< script src="Spry-UI-1.7/includes/SpryDOMUtils.js "type =" text/javascript"> < / script >
    "< script src="Spry-UI-1.7/includes/SpryDOMEffects.js "type =" text/javascript"> < / script >
    "< script src="Spry-UI-1.7/includes/SpryWidget.js "type =" text/javascript"> < / script >
    "< script src="Spry-UI-1.7/includes/SpryMenu.js "type =" text/javascript"> < / script >
    "< script src="Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPlugin.js "type =" text/javascript"> < / script >
    "< script src="Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPlugin.js "type =" text/javascript"> < / script >
    < style type = "text/css" >
    / * BeginOAWidget_Instance_2141544: #MenuBar * /.
    / * Values for skinning a basic through presets menu. If the default settings are not sufficient, most count should be done in
    These rules, except for the images used to down or to the right pointing arrows, located in the SpryMenuBasic.css file

    They take the following classes of widget for layout of menu (located in a "Preset")
    . MenuBar - applies to all menu bars - default is a horizontal bar, all submenus are vertical - level 2 subs and beyond are drop down to the right.
    . MenuBarVertical - vertical main bar; All submenus are drop down to the right.

    You can also pass in extra classnames to set your desired top-level menu bar layout. Normally, they are defined by using a predefined setting.
    They apply only to the horizontal menu bars:
    MenuBarLeftShrink - the menu bar will be horizontally "shrinkwrapped" be just big enough to hold his items and left-aligned
    MenuBarRightShrink - as MenuBarLeftShrink, but right-aligned
    MenuBarFixedLeft - set to a specified width defined in rule "." MenuBarFixedLeft', and left-aligned.
    MenuBarFixedCentered - Fixed to a specified width defined in rule "." MenuBarFixedCentered',.
    and centered in its parent container.
    MenuBarFullwidth - expands to fill the width of the parent container.

    In general, all the rules specified in this file are prefixed by #MenuBar so that they don't apply to instances of the widget inserted along
    with the rules. This allows use of multiple MenuBarBasic widgets on the same page with different layouts. Due to limitations in IE6.
    There are a few rules where this was not possible. These rules are so noted in the comments.

    */

    {#MenuBar}
    background-color: #003300;
    do-family: "Lucida Sans Unicode", "Lucida Grande", without serif. / * Specify the fonts on the bar menu and submenu MenuItemContainer, so MenuItemContainer.
    MenuItem and MenuItemLabel
    at a given level all use the same definition for ems.
    Note that this means that the size is also inherited from the submenus of the child,
    so be careful when using other than relative sizes
    100% on the fonts submenu. */
    make-weight: bold;
    font size: 13px;
    make-style: normal;
    padding: 0;
    }
    / * ATTENTION: because ID + class selectors do not work correctly in IE6, but we want to restrict these rules to all this
    instance of widget, we used the concatenated string classnames to our selectors for the type of layout of the menu bar
    in this section. These have very low specificity, so be careful not to overstep accidentally. */

    . MenuBar br {/ * using only a class, so there same specificity that the "."} MenuBarFixedCentered br' rule bleow * /.
    display: none;
    }
    . {MenuBarLeftShrink}
    float: left; / * shrink the content, but also to float the menu bar * /.
    Width: auto;
    }
    . {MenuBarRightShrink}
    float: right; / * shrink the content, but also to float the menu bar * /.
    Width: auto;
    }
    . {MenuBarFixedLeft}
    float: left;
    Width: 100%;
    }
    . {MenuBarFixedCentered}
    float: none;
    Width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    . MenuBarFixedCentered br {}
    Clear: both;
    Display: block;
    }
    . MenuBarFixedCentered. Submenu br {}
    display: none;
    }
    . {MenuBarFullwidth}
    float: left;
    Width: 100%;
    }

    / * Top level bar small objects - these actually apply to all items and get substituted for the submenus level 1st or successive * /.
    #MenuBar. {MenuItemContainer}
    padding: 0px 0px 0px 0px;
    margin: 0;
    / * Zero margin on the containers of items. The MenuItem is the active area of hover.
    For most elements, we have padding top or bottom or border only on MenuItem
    or a child so we keep all tiled submenu with elements.
    Definition of this 0 avoids the "dead zones" to hover. */
    }
    #MenuBar. {}, MenuItem
    padding: 0px 10px 0px 10px;
    background-color: transparent;
    border-left: 1px solid #FFF;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    }
    #MenuBar. {MenuItemFirst}
    border-style: none none no none;
    }
    #MenuBar. {MenuItemLast}
    border-style: solid none none none;
    }

    #MenuBar. MenuItem. {MenuItemLabel}
    text-align: left;
    line-height: 1.4em;
    color: #ffffff;
    background-color: transparent;
    Padding: 6px 6px 15px 15px;
    Width: 10em;
    Width: auto;
    }
    . SpryIsIE6 #MenuBar. MenuItem. {MenuItemLabel}
    Width: 1em; / * Equivalent to min-width in modern browsers * /.
    }

    / * First level of submenu items * /.
    #MenuBar. Submenu. {}, MenuItem
    do-family: Arial, Helvetica, without serif.
    make-weight: bold;
    do-size: 12px;
    make-style: normal;
    background-color: transparent;
    padding: 0px 2px 0px 0px;
    border-width: 1px;
    border color: #cccccc #cccccc #cccccc #cccccc.
    / * Border styles are replaced by first and last items * /.
    border-style: solid solid no solid;
    }
    #MenuBar. Submenu. {MenuItemFirst}
    border-style: solid solid no solid;
    }
    #MenuBar. Submenu. MenuItemFirst. {MenuItemLabel}
    padding-top: 6px;
    }
    #MenuBar. Submenu. {MenuItemLast}
    border-style: solid solid solid solid;
    }
    #MenuBar. Submenu. MenuItemLast. {MenuItemLabel}
    padding-bottom: 6px;
    }
    #MenuBar. Submenu. MenuItem. {MenuItemLabel}
    text-align: left;
    line-height: 1em;
    background-color: transparent;
    color: #ffffff;
    padding: 5px 6px 6px 12px;
    Width: 7th;

    }

    / * Hover States for containers, objects and labels * /.
    #MenuBar. {MenuItemHover}
    background-color: transparent;
    border color: #cccccc #cccccc #cccccc #cccccc.
    }

    #MenuBar. MenuItemWithSubMenu.MenuItemHover. {MenuItemLabel}
    background-color: transparent; / * expose this propeller separately * /.
    color: #999999;
    }
    #MenuBar. MenuItemHover. {MenuItemLabel}
    background-color: transparent;
    color: #999999;
    }
    #MenuBar. Submenu. {MenuItemHover}
    background-color: #003300;
    border color: #cccccc #cccccc #cccccc #cccccc.
    }

    #MenuBar. Submenu. MenuItemHover. {MenuItemLabel}
    background-color: transparent;
    color: #999999;
    }
    / * The submenu - first-level submenus properties * /.
    #MenuBar. {SubMenuVisible}
    background-color: #003300;
    min-width: 0%;  / * This prevents the menu being lean that the parent MenuItemContainer - but not available on ie6 nice to have * /.
    border-color: #ffffff #ffffff #ffffff #ffffff.
    border-width: 0px;
    border-style: none none no none;
    }
    #MenuBar.MenuBar. SubMenuVisible {/ * menu bar horizontally for only * /}
    top: 100%;    / * 100% is at the bottom of menuItemContainer parent * /.
    left: 0px; / * "left" may need tuning according to borders or padding applied to the bar MenuItemContainer or MenuItem,.
    and your personal taste.
    0px align left drop-down list with the content of the MenuItemContainer area. Assuming you keep the margins 0
    on MenuItemContainer and on the parent MenuItem
    menu bar, which in fact equals the sum of padding-left MenuItemContainer & MenuItem align
    the drop-down menu to the left of the menu item label.*.
    z-index: 10;
    }
    #MenuBar.MenuBarVertical. {SubMenuVisible}
    Top: 0px;
    left: 100%;
    min-width: 0px; / * Do not neeed to match the width of the parent MenuItemContainer - elements will avoid total collapse * /.
    }
    / * The sous-menu--deuxieme submenu level properties and beyond - are visible to descendants. MenuLevel1 * /.
    #MenuBar. MenuLevel1. {SubMenuVisible}
    background-color: #003300;
    min-width: 0px; / * Do not neeed to match the width of the parent MenuItemContainer - elements will avoid total collapse * /.
    Top: 0px;    / * If you want, you can move this down a smidge to separate the top item "submenu s of menubar.
    It is really necessary only for the submenu on the first point of MenuLevel1, or you can make it negative to make the submenu
    vertically 'centered' about his call to * /.
    left: 100%; / * If you want to move the submenu on the left to partially cover the point of his call, you can add a margin to the left with a
    negative value to this rule. Alternatively, if you use the elements of fixed width, you can change this value on the left
    to use px or ems to get the desired offset. */
    }
    / * IE6 rules - you can remove these if you do not want to support IE6 * /.

    / * Note about several classes in IE6.
    Some rules above use several class names to an element of selection, such as "hover" (MenuItemHover) and 'a a submenu' (MenuItemWithSubMenu).
    * give the selector '. MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately, IE6 does not support using mutiple classnames in a selector for an element. For a selector like '. foo.bar.baz', IE6 does not take into account
    * all but the final classname (here, ".baz") and defines the specificity in consequence, with only one of these classs as significant. To work around this problem
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate classnames for IE6, such as "MenuItemWithSubMenuHover".
    * Given that many of these necessary, the plugin does not generate additional classes for modern browsers, and we use the copies of CSS2 style class
    * syntax for that. Since IE6, both apply the rules where the
    * It should not and gets the specificity wrong too, we have rules of order carefully, then misapplied rule in IE6 can be overridden.
    * So we put first the multiple class rule. IE6 wrongly apply this rule.  We follow this with the single class rule that it would be
    * replace by mistake, by ensuring that the specificity of IE6 interpreted as is the same as the unique class selector, so the latter wins.
    * We then create a copy of the rule of multiple class, adding a "." SpryIsIE6' in the context of the class and to ensure that the specificity
    * the selector is high enough to beat the rule of single class in the case of "match of these two classes. We place the rule of IE6 at the end of the
    * block of css styling to make it easy to remove if you want to drop support for IE6.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the need of IE conditional comments to these rules.
    */
    . SpryIsIE6 #MenuBar. MenuBarView. MenuItemWithSubMenuHover. MenuItemLabel / * selector IE6 * /}
    background-color: transparent; / * expose this propeller separately * /.
    color: #999999;
    }
    . SpryIsIE6 #MenuBar. MenuBarView. Submenu. MenuItemWithSubMenuHover. MenuItemLabel / * selector IE6 * /}
    background-color: transparent; / * expose this propeller separately * /.
    color: #999999;
    }
    . SpryIsIE6 #MenuBar. Submenu. Submenu / * selector IE6 * /}
    left margin:-0px; / * Offset at least part of a version of 'double upholstery' bug IE6 'double margin "* /.
    }


    / * EndOAWidget_Instance_2141544 * /.
    < / style >
    < script type = "text/xml" >
    <!--
    < oa:widgets >
    < oa:widget wid = binding "2141544" = "#MenuBar" / >
    < / oa:widgets >
    ->
    < /script >
    < / head >

    < body bgcolor = "#17321A" >
    < div id = "outerWrapper" >
    < div id = "header" > < img src = "media/header.jpg" width = "960" height = "160" alt = "organica title" / > < / div > "
    < div id = "navbar" >
    < ul id = "Menu bar" >
    < li > < a href = "#" > home < /a > < /li >
    < li > < a href = "#" > Organica kitchen < /a >
    < ul >
    < li > < a href = "#" > Menus < /a > < /li >
    < li > < a href = "#" > Catering < /a > < /li >
    < /ul >
    < li > < a href = "#" > Bar juice < /a > < /li >
    < li > < a href = "#" > produce < /a > < /li >
    < li > < a href = "#" > grocery store < /a > < /li >
    < li > < a href = "#" > < /a > < /li > body care
    < li > < a href = "#" > events < /a > < /li >
    < li > < a href = "#" > Contact < /a > < /li >
    < ul >
    < li > < a href = "#" > Directions < /a > < /li >
    < li > < a href = "#" > job < /a > < /li >
    < /ul >

    < script type = "text/javascript" >
    BeginOAWidget_Instance_2141544: #MenuBar
    var MenuBar = new Spry.Widget.MenuBar2 ("#MenuBar", {}
    widgetID: "Menu bar",
    widgetClass: 'MenuBarFullwidth the menu bar. "
    insertMenuBarBreak: true,
    mainMenuShowDelay: 100,.
    mainMenuHideDelay: 200,.
    subMenuShowDelay: 200,.
    subMenuHideDelay: 200
    });
    EndOAWidget_Instance_2141544
    < /script >
    < / div >
    < div id = "contentWrapper" >
    < div id = "sidebar" > < / div >
    < div id = "content" > < / div >
    < / div >
    < / div >
    < / body >
    < / html >

    You have some tags not closed in the html code. Here's what your code should look like the openingtag to the closingtag. It's a good idea to 'comment' where your

    end of tags. In the code, you will see that I did this like:
    . Some people like to put "comment" inside the closing like tag: If you move it then
    the comment goes with it.


     
     

  • Restoration


  • Juice bar

  • Produce a

  • Grocery

  • Care of the body
  • Events

  • Contact


  •        
       


       
       
    Content

     


  • To work with the text to the assignment by the cursor of the large fragment of page it is necessary to change all the time down, 'against the judgment", but the page automatically does not start to rise upward, as happens in other browsers. I ask you for

    After the transition to Windows 7, there was a problem with Firefox. To work with the text to the award by the cursor of the large fragment of page it is necessary to change all the time down, 'against the judgment", but the page automatically does not ascend to the top as it was earlier, and like that occurs in other browsers. It is necessary to press the other key "down" which is him very troublesome. Resettlement on an earlier version (8.0) earlier irreproachably working, gave nothing. I ask you to help

    You must activate the module bar (Firefox > Options or view > toolbars;) CTRL + /) or find bar to make Firefox scroll the page while selecting the text (Ctrl + F).

  • Connection problem: trying to connect to my computer at the title of the administrator, but after I put my login in it goes to check on the page and will not let me connect

    Try to connect to my computer as the administrator, but after I put my login in it goes to check on the page and will not let me connect. The regular connection for the computer works fine.  Any ideas?

    Try a system restore to a Date before the problem began:

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    http://www.windowsvistauserguide.com/system_restore.htm

    Read the above for a very good graph shows how backward more than 5 days in the System Restore Points by checking the correct box.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    It is the instance of Vista installation.

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/threads

    Adjust settings, manage user accounts.

    Try the Forum above to repost, if necessary.

    See you soon.

    Mick Murphy - Microsoft partner

  • Page numbering does not properly in the book file.

    Hi, I was hitting my head on the wall for a few days trying to understand this. I put all the documents to AutoNumber (times of the previous document). Setting in the section numbering in the preferences. The first 2 chapters of the book fly area of work and links to create consecutive page numbers. The remaining chapters are not. I opened another book that I did recently to see if it was something with InDesign. It opened very well, all pages consecutively. However, if I do an update all numbers, they turn into what I have here. So confused any help would be greatly appreciated. I searched the forums, online, called friends, everyone is puzzled.

    A picture of fly-fishing book panel is attached.

    Speedissue2.PNG

    It seems that if you start with a page facing left (inside the Cove page?). Therefore, the puzzle for ForwardSpread. I didn't need to do it once, this week. Uncheck the allow pages to Shuffle (counterintuitive to me) and drag the icons page if he course your view.

    Facing pages is not necessary to accomplish your document of a book, but is more a visual aid in the layout and possibly the elements through the spine. If it helps, and I do not believe, you can disable it in the preparation of the Document; be aware of everything that crosses the spine.

    The MOVE work around - if you indeed have auto-numbering, possibly the documents or the indb book filehave corruption. You can create a new book and upload existing documents to it fairly quickly; Moving pages in a doc to another would eliminate any document corruption. (You need to set the auto-numbering in the new document

    You can post a screenshot of option Chapter2 or Chapter 3 pagination?  (btw, you filed Chapter 2 was fine;) I'll be referring to the files in your original post)

    Post edited by: Daniel Flavin - turn off facing Pages will lose any single item on the Master Page of the right hand

  • Crystal settings page renders does not correctly

    I have the same problem as the following, which was returned in 2012, but does not have an answer:

    http://answers.Microsoft.com/en-us/IE/Forum/IE8-windows_xp/Crystal-Enterprise-parameter-rendering-failure/a0bf5c96-2875-4B2F-A492-a72e49676a06

    It is a problem to an intranet of the end user.  The user has just moved to Windows Server 2008 R2.  Navigation through IIS is fine, but otherwise the page setting of Crystal does not correctly.

    Hi Jackson,

    Thanks for posting your query in Microsoft Community.

    Your question is beyond the scope of what is generally answered in this forum of consumer and would be better suited for the IT audience Pro in the Server Support.

    Please ask your question in the TechNet Forums of Server Support.

  • Photoshop button added to the page master does not apply to the right place on the attached pages

    When working on the master page on the tutorial for Muse, after adding photoshop button, it is not aligned properly to the pages that are attached with the master file? It ends under the footer and expanding the page more time that I set it to? How can I fix?

    Try to optimize the image you use, this can occur if you use the original file size is big enough to expand.

    http://helpx.Adobe.com/Muse/topics/graphics.html

    http://TV.Adobe.com/watch/learn-Adobe-Muse-CC/optimizing-graphics-assets-in-Muse/

    Thank you

    Sanjit

  • I have an element (Web page) on the new tab at the bottom of the page that will not respond to everything I do and I can't get rid of...

    It seems to take place, because I can't get 8 items on the page.

    You can zoom in on the page (hold down the CTRL key and press the key once or twice) to fit more.

    Firefox can not remember unless you also disable a setting. You can do so here:

    (1) in a new tab, type or paste Subject: config in the address bar and press enter/return. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste newtab and make a pause so that the list is filtered

    (3) double-click the preference browser.newtab.preload to change its value from true to false

    After the change, if you have any 'new tab' pages open, close them and open a new one change, the zoom setting and now we must remember.

    If you do not want to reduce the zoom level, there are some add-ons to change the page. What follows is often referred to:

    https://addons.Mozilla.org/firefox/addon/new-tab-tools/

  • Stop loading the page function does not work

    When you try to stop loading a defective or incomplete url the browser still loads a page or load a search engine. Only one I've found to get around this undesirable feature is to press the stop loading shortened the page several times.

    The problem probably lies in the browser making the request to load TWICE (or more) instead of once. Which means that just hit the stop button once has no effect, because you stopped only one application, the other is leaving still active...

    So my question is: how to stop this annoying behavior?

    Hello

    Try Firefox Safe mode to see if the problem goes away. Safe mode is a troubleshooting mode, which disables most of the modules.

    (If you use it, switch to the default theme).

    • You can open Firefox 4.0 + in Safe Mode holding the key SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • Or open the Help menu and click on the restart with the disabled... modules menu item while Firefox is running.

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. To do this, please follow article Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems .

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. It might help others who have the same problem.

    Thank you.

  • Why is text on Web pages is sometimes not properly displayed?

    Sometimes, some of the text on a page is almost unreadable. Assuming that black text on a white background, are some of the pixels that must be black white instead. Most of the time if I scroll the page for the wrong text is hidden and then go to the back, the text is displayed correctly. Sometimes the text corrected spontaneously. This started happening with Firefox version 19.0.0.

    I have a LCD monitor with a resolution of 1920 x 1080. I don't have this problem with other programs.

    Some problems rendering of fonts are caused by the graphics driver incompatibilities. Could you try disabling the use of Firefox graphics acceleration hardware?

    You need to restart Firefox for it to take effect, so save any work first (e.g. you compose mail, documents online that you are editing, etc.).

    the button Firefox orange (or the Tools menu) > Options > advanced

    In the mini ' General' tab, uncheck the box for "use hardware acceleration when available.

    If you restart Firefox, display is improved?

  • The address of the page, I do not appear in the address bar?

    Since upgrading to Firefox 4, the address of the page I am on, does not appear. Often, I want to send the link to someone, but now I can't.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Problem with the display of the pages - formatting appears not.

    Hi all

    Sorry, this is a really stupid question and I'm almost too embarrassed to ask for! When I used previous versions of Dreamweaver, the page I've seen when editing looked exactly as he did live on the Web site; but when they gave me a new computer technicians also gave me the latest version of Dreamweaver - CC 2014. My pages now look like this:dreamweaverpage.jpg

    But the real live Web site page looks like this:

    livewebsitepage.jpg

    Why is formatting not to show in my opinion Dreamweaver page? This makes it very difficult to change the page, and if I can't sort it some how and then I'll have to ask OUR guys if I can go back to the previous version of Dreamweaver - it seems stupid, because I'm sure it's just a button that I need to click somewhere to correctly display the formatting!

    Thank you LOADS for all help!

    Cathy

    Hello

    It seems that the CSS does not work on the page. Please check the head section of the page and check that the CSS files are correctly connected.

    Generally CSS as VCC is not in the correct format or file CSS isn't in the right place.

    In case you are unable to find something with CSS then please share the cod in the Head section of the page and also the screenshot of the structure of the folder root.

    Concerning

    Vivek

  • Tabs rendering, does not properly


    Hello

    I have a custom page, having 7 tabs, each tab with another controller.

    Requirement

    Based on responsibility, some tabs must be returned.

    Problem facing

    I am able to hide the tabs, based on the resposnibilities, but in a scenario where I need to display only last tab.

    the loading of the page, it s only displays the last tab, but when I click on another button add / change a value in the choice message bean,.

    his display in the first region of the tab and the 7th sub-tab don't is not highlighted, when I see the log, he entered the ight in this controller PFR event, whn I click the subtab name even once, then gives the correct result.

    Help me in this

    concerning

    Sasi Kona.

    Hi team,

    It worked when I put selectedIndex(pageContext,Index);

    SasiKasyap,

  • JavaScript in "Run when the page loads", works not when paginating the results grid

    I have some Javascript in a page of the Apex, running in "run when the page loads. There is stuff to a grid of results. It works fine on the loading of the page, but then does not work when I paginate (Browse), or sort the grid. I assume that this is because the grid is sorted / paged using Ajax, which means that the page is not fully loaded.

    Is there anywhere else I can put the code, so it is applied to the grid on the kinds and paging?

    Yes you are right when you paginate it doesn't reload the page (at least in this case).

    You must use the event after Refresh in the dynamic actions and run javascript also, you would probably need the dynamic scope

    17.9 implementation of dynamic Actions

Maybe you are looking for