CSS clear: both; ISSUE

New to CSS, obviously: I have a left floated div of 200px
wide that stretches lengthwise as the content fills it. At the
bottom there is a footer with the clear:both; applied to it. As I
fill the float with content it is still stretching behind the
footer instead of pushing it down. Now on the right side there is a
right floated div, and as the content fills that portion up it IS
able to push the footer down. Any ideas to why it isn't working on
the left side? I'll attach the code. Thanks in advance!

Trouble-man, you should know better than to use APDivs by now 
http://apptools.com/examples/pagelayout101.php
Use margins and floats -
http://alt-web.com/DEMOS/CSS2-Captions-on-floated-images.shtml
Also, check your code.
HTML Validator - http://validator.w3.org
CSS Validator - http://jigsaw.w3.org/css-validator/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
www.alt-web.com/
www.twitter.com/altweb

Similar Messages

  • Css text alignment issue

    Hey guys,
    I re-did a small site for an author and some of the text very misaligned in IE. You can see on the homepage as well on each individual book page. http://lifesizemacroimages.com/.
    I am able to fix the problem in IE but then it just misaligns in FF etc..
    Hopeing a fresh set of eyes might notice the problem. My css is below. Thanks
    html, body {
        margin: 0;
        padding: 0;
    #page-container {
        width: 750px;
        margin:auto;
        margin-top:10px;
        margin-bottom:20px;   
        border-top:#fff 1px solid;
        border-left:#fff 1px solid;
        border-right:#fff 1px solid;   
        border-bottom:#fff 1px solid;
    #header {
        background:url(../images/banner.jpg);
        height: 200px;
        clear:both;
    #content {
        width:720px;
        height:550px;
        background-color:#eafcd0;
        /*background-image:url(../images/spider-bg.png);*/
        border-right:#64aa51 15px solid;
        border-left:#64aa51 15px solid;
        border-bottom:#64aa51 15px solid;
    #title {
        width:722px;
        height:50px;
        background-image:url(../images/title.png);
    #nav {
        height:12px;
        width:280px;
        position:absolute;
        margin-top:9px;
        margin-left:275px;
    #footer{
        width:650px;
        position:absolute;
        color:#FFF;
        font-size:8pt;
        margin-top:500px;
        margin-left:50px;
    #footer a:link {
        color:#FFF;
        font-size:8pt;
        text-decoration:none;
    #footer a:visited {
        color:#FFF;
        font-size:8pt;
        text-decoration:none;
    #footer a:active {
        color:#FFF;
        font-size:8pt;
        text-decoration:none;
    #footer a:hover {
        color:#000;
        font-size:8pt;
    .maintext {
        font:Arial, Helvetica, sans-serif;
        font-size:11pt;
        color:#000000;
    .maintext a:link {
        font:Arial, Helvetica, sans-serif;
        font-size:11pt;
        color:#000000;
        text-decoration:underline;
    .maintext a:visited{
        font:Arial, Helvetica, sans-serif;
        font-size:11pt;
        color:#000000;
        text-decoration:underline;
    .maintext a:active {
        font:Arial, Helvetica, sans-serif;
        font-size:11pt;
        color:#000000;
        text-decoration:underline;
    .maintext a:hover {
        font:Arial, Helvetica, sans-serif;
        font-size:11pt;
        color:#000000;
        text-decoration:none;
    #emailhover a:link {
        color:#000000;
        font-size:11pt;
        text-decoration:none;
    #emailhover a:visited {
        color:#000000;
        font-size:11pt;
        text-decoration:none;
    #emailhover a:active {
        color:#000000;
        font-size:11pt;
        text-decoration:none;
    #emailhover a:hover {
        color:#000000;
        font-size:11pt;
        text-decoration:underline;
    /* ---------- Individual Page Div's ---------- */
    #homediv {
        width:500px;
        margin-top:30px;
        margin-left:30px;
        position:absolute;
    #hometext {
        width:350px;
        margin-top:15px;
        margin-left:230px;
        position:absolute;
    #Book1div {
        width:180px;
        height:250px;
        position:absolute;
        margin-top:35px;
        margin-left:25px;
    #Book1Text {
        width:170px;
        position:absolute;
        margin-top:65px;
        margin-left:195px;   
    #Book2div {
        width:180px;
        height:250px;
        position:absolute;
        margin-top:35px;
        margin-left:370px;
    #Book2Text {
        width:170px;
        position:absolute;
        margin-top:65px;
        margin-left:540px;   
    #Book3div {
        width:180px;
        height:250px;
        position:absolute;
        margin-top:255px;
        margin-left:25px;
    #Book3Text {
        width:170px;
        position:absolute;
        margin-top:285px;
        margin-left:195px;   
    #Book4div {
        width:180px;
        height:250px;
        position:absolute;
        margin-top:255px;
        margin-left:370px;
    #Book4Text {
        width:170px;
        position:absolute;
        margin-top:290px;
        margin-left:540px;   
    #Author {
        width:500px;
        position:absolute;
        margin-top:60px;
        margin-left:100px;
    #upcoming {
        width:500px;
        position:absolute;
        margin-top:60px;
        margin-left:100px;
    .booktext {
        font-size:9pt;
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
    .booktext a:link {
        font-size:9pt;
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration:underline;
    .booktext a:visited {
        font-size:9pt;
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration:underline;
    .booktext a:active {
        font-size:9pt;
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration:underline;
    .booktext a:hover {
        font-size:9pt;
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration:none;
    .back a:link{
        font:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#000000;
        text-decoration:none;
    .back a:visited{
        font:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#000000;
        text-decoration:none;
    .back a:active{
        font:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#000000;
        text-decoration:none;
    .back a:hover{
        font:Arial, Helvetica, sans-serif;
        font-size:9pt;
        color:#000000;
        text-decoration:underline;
    #butterflydiv {
        width:500px;
        margin-top:15px;
        margin-left:15px;
        position:absolute;
    #butterflytext {
        width:500px;
        margin-top:0px;
        margin-left:170px;
        position:absolute;
    #availablediv {
        width:100px;
        position:absolute;
        margin-top:210px;
        margin-left:15px;
        float:left;

    Trouble-man, you should know better than to use APDivs by now 
    http://apptools.com/examples/pagelayout101.php
    Use margins and floats -
    http://alt-web.com/DEMOS/CSS2-Captions-on-floated-images.shtml
    Also, check your code.
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Css auto center issue

    http://www.pmcgvideoportfolio.info/test.htm
    I have been following a tutorial from Adobe relating to "Working with Background Images and CSS - Part 3 Altering the Appearance of Your pages with Drop Shadows."  I think I have stayed pretty close to the instructions until the last page where I wasn't sure if I was in the right place.
    Basically, I've had this site up and running for a while, but I've been cheating by using a single image and linking everything to it.  Now I'm trying to get caught up and learn the CSS.  I have found that I'm more successful if I do small bits at a time, thus if you go into code you will see that I've done some very simple slicing (for now).  What I'm trying to do is get the base to automatically center in the browser, but no matter what I do it still wants to center in the middle of the page rather than automatically center in the browser.
    So, if someone would be so kind, what am I doing wrong here? Or can you direct me to a good tutorial?
    I've not set up any links on this page - it is a test page...
    Hans and Nancy - it took me awhile to get to it, but I finally got this on the net for you.
    Thanks in advance,
    Ron
    This is the CSS:
    body {
        background-color: #ffffff;
        margin:0px;
        padding:0px;
    .p {
        margin:0px;
        padding:0px;
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        text-align: inherit;
        color: inherit;
        line-height: inherit;
        vertical-align: top;
    p {
        padding-top:0px;
        margin-top:0px;
    img {
        border:0px;
    div {
        margin:0px;
        padding:0px;
        font-family:verdana; font-size:12px;
    .AbsWrap {
        width: 100%;
        position: relative;
    .rowWrap {
        width: 100%;
    .clearfloat {
        clear:both;
        height:0px;
    a:link, a:visited{
        COLOR:inherit;
        text-decoration:inherit;
    #background {
        background-color: #660000;
        width:1500px;
        padding-top:0px;
        height:1071px;
        position: absolute;
        left:0px;
        top:0px;
        margin-bottom:0px;
    #Div {
        width:332px;
        padding-top:0px;
        height:203px;
        position: absolute;
        left:814px;
        top:181px;
        margin-bottom:0px;
    #body_bg {
        position: absolute;
        left:0px;
        top:0px;
        width:50px;
        height:50px;
        margin-bottom:0px;
        background-image: url(body_bg.gif);
        overflow:hidden;
    #wrapper_bg {
        position: absolute;
        left:406px;
        top:0px;
        width:661px;
        height:716px;
        margin-bottom:0px;

    Please don't use Absolute positioning.  It is not a good primary layout method.
    Instead, use default CSS positioning (which is no positioning).
    To center a web page you need 3 things:
    1) a valid document type -- DW does this for you when you create a new HTML page,
    2) a container width in pixels, percentages or ems,
    3) margin-left and margin-right of auto  (browser default).
    CSS:
    #wrapper {
    width: 900px; /**adjust as req'd**/
    margin:0 auto; /**centers on screen**/
    text-align: center; /**for older browsers**/
    HTML:
    <body>
         <div id="wrapper">
               all your page content goes inside this wrapper division.
         </div>
    </body>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Problem with DIV "clearing both"

    I am in the process of building a template for my website. I
    have built my Spry menu bar and have designated a div for to become
    my "editable area." This area to become the editable area is a DIV
    called "main content." It placed directly following the Spry menu
    bar. I have set a CSS rule for the "main content" div as: BOX =
    Float: left and Clear: both.
    Why is the content (text) for the "main content" div still
    jumping up along side my spry menu bar?
    See the page...
    http://www.birchwoodstudios.net/luke/bsweb/Birchwoodstudios.html
    Thanks so much in advance!
    Luke

    Luke, a few problems in your code, don't use spaces in CSS
    div names. Also
    you don't need to place float and clear inside the same
    division.
    Try this instead.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    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>Birchwood Studios</title>
    <style type="text/css">
    body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;}
    body,td,th {
    font: 100% Arial, Helvetica, sans-serif; color:#FFFFFF}
    #container {
    margin-right: auto;
    margin-left: auto;
    width: 780px;
    background-color: #2A5FAA;}
    #banner {
    padding: 10px;
    background-color: #2A5FAA;}
    #menubar {font-size:16px}
    .clearing {
    clear:both;
    visibility:hidden}
    #maincontent {padding: 10px; font-size:1em;
    line-height:1.5em}
    #footer {text-align:center; font-size:.75em;}
    </style>
    <script src="SpryAssets/SpryMenuBar.js"
    type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css"
    rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <div id="container"><!--Begin container -->
    <div id="banner"> <!--Begin banner --><img
    src="images/2ndbanner.gif"
    width="760" height="156" alt="Birchwood studios banner" />
    </div><!--end banner -->
    <div id="menubar"><!--Begin menubar -->
    <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="#">Main </a> </li>
    <li><a href="#"
    class="MenuBarItemSubmenu">Services</a>
    <ul>
    <li><a href="#">Photo
    Scanning</a></li>
    <li><a href="#">DVD
    Slideshows</a></li>
    <li><a href="#">Photo
    Restoration</a></li>
    <li><a href="#">Website
    Development</a></li>
    <li><a href="#">Web Hosting</a></li>
    <li><a href="#">Search Engine
    Optimization</a></li>
    </ul>
    </li>
    <li><a class="MenuBarItemSubmenu"
    href="#">Pricing</a><ul>
    <li><a href="#">Photo Scanning</a>
    </li>
    <li><a href="#">DVD
    Slideshows</a></li>
    <li><a href="#">Photo
    Restoration</a></li>
    <li><a href="#">Website
    Development</a></li>
    <li><a href="#">Web Hosting</a></li>
    <li><a href="#">Search Engine
    Optimization</a></li>
    </ul>
    </li>
    <li><a href="#">About Us</a> </li>
    <li><a href="#">Contact Us</a></li>
    </ul>
    </div><!--end menubar -->
    <div class="clearing"><!--this is to clear menu from
    maincontent --></div>
    <div id="maincontent"><!--Begin Content -->
    <p>Content for id maincontent Goes Here</p>
    </div> <!--end maincontent -->
    <div id="footer"><!--Begin footer -->
    <p>Content for id footer Goes Here</p>
    </div> <!--end footer -->
    </div> <!--end container -->
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
    {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
    imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    "ape54321" <[email protected]> wrote in
    message
    news:[email protected]...
    > I am in the process of building a template for my
    website. I have built
    my
    > Spry menu bar and have designated a div for to become my
    "editable area."
    This
    > area to become the editable area is a DIV called "main
    content." It
    placed
    > directly following the Spry menu bar. I have set a CSS
    rule for the "main
    > content" div as: BOX = Float: left and Clear: both.
    >
    > Why is the content (text) for the "main content" div
    still jumping up
    along
    > side my spry menu bar?
    >
    > See the page...
    >
    http://www.birchwoodstudios.net/luke/bsweb/Birchwoodstudios.html
    >
    > Thanks so much in advance!
    > Luke
    >

  • CSS stylesheet selection issue

    I am building a fluid grid with CS6. I have two stylesheets - the default boilerplate and my layout.css. In monitor view everything attaches to the layout.css file. In pad and mobile view everything attaches to the boilerplate.css file. How do I get all views to use the layout.css? When I try to attach the stylesheet none of the styles become available. Thanks.

    Can you upload your test page to a remote server and post the URL?
    My guess without seeing your code is that you're missing some double closing brackets in Layout.css.
    #LayoutDiv6 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    Nancy O.

  • CSS rounded border issue

    I've got a CSS rounded border issue. Safari (4.0.3) is drawing a slight white artifact on the rounded corners. Look at the comparison between the Safari screenshot and the Firefox (3.5.x) screenshot (look at the border on the Watch button):
    http://www.prototypos.com/screenshots/safariroundedborder.png
    http://www.prototypos.com/screenshots/firefoxroundedborder.png
    Do folks on the Apple Safari dev team read this site? If so, I'd appreciate it if they take a look at this issue.
    thanks, Chuck
    Message was edited by: Dr. Chuck
    Message was edited by: Dr. Chuck

    Are you doing this with CSS3 ? If your using CSS 3 you know it hasn't really been fully implemented in all browsers, (even if they say so). Even tho CSS 3 is out and running, I myself tend to shy away from stuff like round corners.
    No Apple won't see this.

  • Even though in my Mac Book settings pop up blocker is on, i am getting lot of pop ups and security alerts from mackeepar on every click i do on the screen. how can i clear that issue?

    i have a mac book 13" 0f 2010, when ever i click on the screen a pop up of google survey, lottery or security alert of mac keeper pops up. i have pop up blocker on in the settings. how to clear is issue. is that a security threat to my system? please help.

    One of the most common pieces of adware that causes MacKeeper pop-ups is Downlite, and if Mark is infected with that, it will prevent him from loading the AdwareMedic website. If that happens, see:
    About the Downlite adware

  • HT2101 My iPhone's 4 battery exploded. What do I do next? 1 year warranty period is over; however, this is a clear hardware issue which I didn't cause (didn't drop the phone, the battery just exploded while charging the phone)

    I put my iphone to charge for about an hour. After an hour I found that the battery exploded. It literally exploded pushing the back cover off the whole thing. That is crazy... iphones explode?? what if this happened in my pocked and some nasty liquids going all over.
    Please let me know what do I do next about it. 1 year warranty is gone but it is not my fault the thing exploded. Should be some kind of hardware issue. I found on the internet that this happens quite often.

    I had the same thing happen to my iPhone but much less extreme. The back had popped away from the frame at the top, below the headphone jack. I tried to push it back but it would not stay. My first thought was that this was attributed to a bad/bloated battery. I took it in to my local Apple store where it was diagnosed as having a defective back. I brought up my bloated battery suspition with the Genious who instantly shrugged it off. The back was defective and that was it.
    A new back was ordered and when it came in, I took the phone in for the back to be replaced. The new Genious went back to their service area with the phone, emerging a few minutes later stating that the back was not the issue...it was a bloated battery which had pushed the back off. They ended up replacing the phone under warranty.
    Yours is very extreme since on mine, only one corner of the back was pushed away. I certainly hope you can get Apple to correct it without charge since this is clearly an issue with a bad battery and a dangerous one at that. Best of luck to you.

  • br style="clear:both"/

    I came across this in one of the samples. This little tag is
    causing me layout issues. What does it do?

    clear is a CSS property that tells the browser whether or not
    it should clear any floats before attempting to position the
    element. The options are left, right, both, none.
    http://www.w3.org/TR/CSS21/visuren.html#propdef-clear
    --== Kin ==--

  • CSS load balancing issue: url isn't accessible even though services are up

    service Server1:80
      ip address 10.10.10.34
      protocol tcp
      port 80
      keepalive type http
      keepalive uri "/test.asp"
      active
    service Server2:80
      protocol tcp
      port 80
      keepalive type http
      keepalive uri "/test.asp"
      ip address 10.10.10.35
      active
    owner Ow1
    content LBR1:80
        vip address 192.168.1.159
        port 80
        protocol tcp
        url "/*"
        balance weightedrr
        add service Server1:80
        add service Server2:80
        advanced-balance sticky-srcip
        sticky-inact-timeout 21
        flow-timeout-multiplier 8
        active
    service Server1:80
      ip address 10.10.10.34
      protocol tcp
      port 80
      keepalive type http
      keepalive uri "/test.asp"
      active
    service Server2:80
      protocol tcp
      port 80
      keepalive type http
      keepalive uri "/test.asp"
      ip address 10.10.10.35
      active
    owner OW1
      content LBR2:80
        vip address 192.168.1.98
        protocol tcp
        port 80
        url "/*"
        balance weightedrr
        add service Server1:80
        add service Server2:80
        advanced-balance sticky-srcip
        sticky-inact-timeout 21
        flow-timeout-multiplier 8
        active
    All services are alive all the time and both contexts are alive all the time.
    when user tries to access LBR2:80's URL it works all the time. but when user tries to access LBR1:80's url then it works sometimes and some times it doesn't work.
    could you advise what the issue could be?

    When the SYN comes in the CSS will first check for the srcip in the sticky database and if it finds a match will forward to the stuck server. If the source ip is not in the sticky database the request will be load balanced using weightedrr and a server selected. That sticky server will then be added to the sticky database.
    If the sticky-srcip is used between 2 content rule, it will use separate sticky table.
    You may need to take packet capture to understand what is really failing along with
    a following outputs :
    sh flow
    sh rule Ow1 LBR1:80 ser
    regards
    Andrew

  • Select list with redirect - clearing field issue

    I'created an APEX page where there is 2 items. A Select list with redirect and a Text Field. Both have "Only when current value in session state is null" for "Source used". If some data has been written into the Text Field and I'm selecting someting from the Select List with redirect, the value of the Text Field is cleared.
    The page has no Computations, Validations, Processes or Branches.
    As you may guess, I want the the Text Field NOT be cleared.
    I know, that subject has been discussed over and over, but I'm all reading about it told me that "Source used" set to "Only when..." for the Text Field, it's suppose tol keep it's value.
    Could please someone explain me what I've not understood.
    Many thanks in advance.

    Thanks for helping me. In fact, my real problem is about a page where two select lists are needed. The first one shows CATEGORIES and the second one shows SUB-CATEGORIES, based on the value selected at the first select list. Since there is other fields on the page and the data has not been saved yet (other fields afterwards and validations anyway), data entered has to be kept until the user click "Save" button and all the validations are ok. I was expecting to solve the issue by using "Select list with redirect" for CATEGORIES (this is the only way I was able to make SUB-CATEGORIES works) and having all my fields "Source used" set to "Only when...".
    So, can someone told me if "Select list with redirect" is the way to solve my problem or should I use something else?

  • GR-IR clearing Posting issue

    Hi,
    The scenario step is
    1. PO creation
    2. Service entry creation and acceptance
    3. Invoice verification
    The issue is, after the invoice is posted, when i look at the accounting doc, the posting should be from GRIR to Vendor. but instead the accounting doc contains GR/IR as well as the GL postingv(the GL which is maintained in PO).
    Why the posting is happening against GL account of PO? (Note : GR/IR clearing flag is checked in Invoice).
    Can someone help pls?
    Regards,
    Maniraj

    Thanks everyone for your responses. It has been a great help. I found one more peculiar behaviour,
    I post a partial invoice, PO value - 500
    Now, WBS avail budget - 1000, commitment is 500 Actual - 0
    GR Value  - 250,
    WBS avail budget - 1000 commitment becomes 250, Actuals 250
    IR value - 150 (partial invoice) with GRIR cleared
    WBS avail budget - 1100, Commitment 250, Actuals 150 I understand it is STD.
    Now i post a subsequent invoice, for 100 for the same PO with GRIR indicator unchecked in MIRO
    but WBS avail budget - 1100, Commitment 250, Actuals 150.
    There is no change in WBS actuals or avail budget
    Instead when i post a subsequent invoice, for 100 for the same PO with GRIR indicator checked in MIRO
    WBS avail budget - 1000, Commitment 250, Actuals 250
    There is change in WBS actuals and budget gets reduced accordingly.
    Sorry for making it long, just want to explain the scenario clearly..
    Can someone please explain why there is no change in WBS actuals in previous case?
    Thanks

  • F.38 # RFUMSV25 # Deffered Tax Clearing Date Issue

    Hi All,
    Good Day,
    When i am trying to run F.38 with Clearing Date  Example 01-05-2008 to 31-05-2008 the output is shows Document which is related to Clearing Date 03-06-2008 and more than 31-05-2008 also...
    Please suggest me how to resolve this issue.
    Expecting your valuable inputs.
    Best Regards,
    KSK

    hello Diana.
    I solve a similar problem wite notes.
    Regards.
    Edited by: Rafael Vazq on Dec 7, 2009 12:13 PM

  • EBS Clearing Entries issue

    Hi All,
    I configured EBS and tested the interface file successfully with Intprt Alg 13 for outgoing Checks. My issues is, though the BAI2 file note to payee field check number doesn't match with SAP Check Number, clearing entries are being posted for the Amount in the file for the record. I am confused here...It should not post the clearing document if the check information does't match. Why is this happening. Please help !!

    Cache Sizes
         Begin     End          
    Buffer Cache:     25,600M     25,600M     Std Block Size:     8K
    Shared Pool Size:     11,264M     11,264M     Log Buffer:     14,276K
    Instance Efficiency Percentages (Target 100%)
    Buffer Nowait %:     100.00     Redo NoWait %:     100.00
    Buffer Hit %:     98.90     In-memory Sort %:     100.00
    Library Hit %:     82.28     Soft Parse %:     98.41
    Execute to Parse %:     93.10     Latch Hit %:     99.94
    Parse CPU to Parse Elapsd %:     6.76     % Non-Parse CPU:     96.54
    Shared Pool Statistics
         Begin     End
    Memory Usage %:     90.13     91.72
    % SQL with executions>1:     80.70     98.91
    % Memory for SQL w/exec>1:     88.60     98.82
    Top 5 Timed Events
    Event     Waits     Time(s)     Avg Wait(ms)     % Total Call Time     Wait Class
    latch: library cache     6,451     53,588     8,307     78.9     Concurrency
    CPU time          13,287          19.6     
    db file sequential read     1,508,672     3,739     2     5.5     User I/O
    enq: TM - contention     352     1,030     2,925     1.5     Application
    db file scattered read     49,533     493     10     .7     User I/O

  • CSS load balancing issue

    Hi,
    I'm facing a problem with CSS while load balaning for the web application with two servers.
    The application is based on activex..
    Basically I have two servers running web application for which I have created VIP in the CSS, user hits the VIP address and they access the application, also we use the sticky thing as the application requires the session persistence.. everything is fine, but the problem starts when one of the server fails...
    Assume a user hits the VIP address and access the application, due to the sticky thing his session will be with server A (for eg.), now suddenly the server A fails and in that time the user was doing a transcation and inputting some data and after that he press the submit button on the page, as the server A is down the web page gets refreshed and he has to relogin to the application and redo the whole thing what he was doing in that particular transcation...
    Now the application guys are telling this problem should not happen as the CSS should be able to take care of the session getting reestablished to the other server B during the server A failure...
    Can someone through some lights on this... I'm bit confused now... as what I understand is that the webpage gets refreshed during a server failure because the tcp session id will get changed and the server B will not accept the same tcp session so it reinitiates the new session...
    Is my understanding right?? or is there something which we can do on the CSS to avoid this problem...
    Regards
    Vijay.

    Hi Gilles,
    Thanks for the clarification.
    I have two more issues too...
    1. The load balancing of the application between the two servers are not even. Actually the traffic from the users keep hitting only one server, I understand the point of sticky method used in our case, but even atleast the connection from another client machine should go to the other server,but it is not the case... traffic from all the clients goes to only one server..
    what could be the possible reason for the same...
    My config is as below...
    service SERVER-1
    port 80
    protocol tcp
    keepalive port 80
    keepalive type tcp
    redundant-index 4
    ip address 10.6.223.87
    active
    service SERVER-2
    port 80
    protocol tcp
    keepalive port 80
    keepalive type tcp
    ip address 10.6.223.77
    redundant-index 5
    active
    owner WEB
    content WEB
    add service SERVER-1
    add service SERVER-2
    redundant-index 104
    vip address 10.6.223.78
    protocol tcp
    port 80
    url "/webretrieve*"
    advanced-balance sticky-srcip
    active
    2. Slow response of the application when users access application through VIP address(CSS), what can be done further in the configuration to improve the performance?? or any thing else I can do...
    Regards

Maybe you are looking for

  • Showing Visual composer iviews within Web Page Composer (wpc)?

    I am able to integrate KM iviews from the PCD into my web page composer pages, but when I try showing Flex 2 iviews generated by Visual Composer the flash runs on top of everything else on the page. The flash is simply put at page coordinates 0 x 0 w

  • Outlook to Mail (POP account)

    Hey guys, recently I decided to make a switch from Outlook 2011 to Mail, and there's a quick question I'd like to ask. One of my mail accounts in Outlook was a POP account which I already closed on the server. Prior to closing it, I downloaded all it

  • Access Services 2013 high available on SQL 2012?

    Hi, Does anyone know how we get the randomly created databases from access services 2013 services high available on our SQL 2012 cluster? For the SharePoint content databases, we use the 'always on' functionality of SQL 2012. This functionality is no

  • Wrong icon shows on saved files

    When I save a Sketchup file it is saved with the icon of another program.  Apple help says to open a file with the wrong icon and another file with the correct icon. From the "Get Information" window opened on both files delete the wrong icon and cut

  • CUCM different MTU size within cluster

    Hi, What could be the impact if within a cluster one of the subscriber has lower MTU value ? eg 1492 to allow passing traffic due to provider restrictions and 1500 default for Pub and other Subs. Can we stay like this or at least for a few days, wait