Margin-top with floating divs property

I am trying to position a div element that contains the text ("" Bakersfield, CA / contact us "") 50 pixels below two elements floated to the right by using the margin-top property. When I apply the margin-top property, the div does not seem to move down below the floating elements, and it is vertical position does not appear to change.

When I clicked on the div to join us, it's "indicator margin" stretched to the top of the design view window, which I suppose is the top of the browser window.

I tried to place a not launched div which did not include any content below the floating elements, using the distance from the bottom to place the "Bakersfield, CA / contact us» While it was operating in design mode, there no mode live view.

How to set the margin-top property so that it positions the div contact us relative elements floating and not by the top of the browser window?

Here's the code. The div I'm positioning has the id 'footer', and I'm trying to set the 'bionav' and 'biodescript '.

<!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>Untitled Document</title>
<style type="text/css">
<!--
#container {
     width: 1050px;
     margin-top: 0px;
     overflow: hidden;
     padding: 5px;
}
#header {
     border-bottom-width: 2px;
     border-bottom-style: solid;
     border-bottom-color: #999;
     overflow: hidden;
}
#nav {
     margin: 0px;
     padding: 0px;
     width: 100%;
     margin-top: 25px;
}
#nav li {
     display: inline;
     margin: 0;
     padding: 0;
     margin-left: 60px;
}
#nav .noncurrent a:link, #nav .noncurrent a:visited {
     font-family: Calibri;
     font-size: 20px;
     color: #999;
     text-transform: uppercase;
     text-decoration: none;
}
#nav .noncurrent a:hover, #nav .noncurrent a:focus {
     color: #000;
}
#nav .current a {
     font-family: Calibri;
     font-size: 20px;
     color: #000;
     text-transform: uppercase;
     text-decoration: none;
}
.floatleft {
     float: left;
}
#bionav {
     overflow: hidden;
     clear: both;
     margin-top: 10px;
}
#bionav div {
     margin-left: 8px;
     float: left;
     width: 96px;
     height: 96px;
     position: relative;
}
#bionav img {
     position: absolute;
}
#bionav .galnoncurrent a:link img, #bionav .galnoncurrent a:visited img {
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;     
}
#bionav .galnoncurrent a:hover img, #bionav .galnoncurrent a:focus img {
     border: medium solid #09C;
}
#bionav .galcurrent img {
     border: medium solid #09C;
}
#bioimg, #biodescript {
     float: right;
     margin-top: 10px;
}
#biodescript {
     margin-right: 25px;
     width: 480px;
     padding-right: 5px;
     padding-left: 20px;
     height: 350px;
     border-left-width: 2.5px;
     border-left-style: solid;
     border-left-color: #999;
}
#biodescript h2 {
     text-transform: capitalize;
     font-size: 24px;
     color: #666;
      font-family: Calibri;
}
#bioimg {
     margin-right: 20px;
}
.subtext, .subtextbold {
     font-family: Calibri;
     font-size: 14px;
}
.subtextbold {
     font-weight: bold;
     font-family: Calibri;
}
#footer {
     margin-top: 50px;
     clear: both;
}
#extinfo {
     text-align: center;
}

-->
</style>
</head>

<body>
<div id="container">
  <div id="header">
    <img src="../images/colorblindlogonaked.png" width="250" class="floatleft"/>
    <ul id="nav">
      <li class="noncurrent"><a href="../index.html">home</a></li>
      <li class="current"><a href="#">meet the band</a></li>
      <li class="noncurrent"><a href="#">audio samples</a></li>
      <li class="noncurrent"><a href="#">contact us</a></li>
    </ul>
  </div>
  <div id="bionav">
    <div class="galcurrent"><a href="#"><img src="../images/anthonybiothumbcon.jpg" width="90" /></a></div>
    <div class="galnoncurrent"><a href="#"><img src="../images/brentbiothumbcon.jpg" width="90" /></a></div>
    <div class="galnoncurrent"><a href="#"><img src="../images/adambiothumbcon.jpg" width="90" /></a></div>
    <div class="galnoncurrent"><a href="#"><img src="../images/mikebiothumbcon.jpg" width="90" /></a></div>
    <div class="galnoncurrent"><a href="#"><img src="../images/chuckbiothumbcon.jpg" width="90" /></a></div>
    <div><img src="../images/graybox.jpg" width="90" /></div>
    <div><img src="../images/graybox.jpg" width="90" /></div>
    <div><img src="../images/graybox.jpg" width="90" /></div>
    <div><img src="../images/graybox.jpg" width="90" /></div>
    <div><img src="../images/graybox.jpg" width="90" /></div>
  </div>
  <div id="biodescript">
    <h2>band member</h2>
    <p>
      <span class="subtextbold">Instrument: </span>
      <span class="subtext">instrument title</span>
    </p>
    <p>
      <span class="subtextbold">Quote: </span>
      <span class="subtext">"Favorite quote of band member or personal quote, i.e. I like music and making music."</span>
    </p>
    <p>
      <span class="subtextbold">History: </span>
    <span class="subtext">Brief history of band member's music career, i.e. band member started playing in high school band at age of etc. </span> </p>
</div>
  <div id="bioimg"><img src="../images/anthonybio.jpg" width="350" /></div>
  <div id="footer">
    <p id="extinfo">
      <span class="subtext">Bakersfield, CA | </span>
      <span class="subtext"><a href="#">Contact Us</a></span>
    </p>
  </div>
</div>
</body>
</html>

It is a float problem.  If you go overboard both #biodescript and #bioimg in a div with a style of overflow: hidden, then your margin would come into force.  Alternatively, if you have given #extinfo a width of 100% and he floated left, he should also effect.  But perhaps more simply, if you give #footer a style of overflow: hidden, which toured also.

Judge people...

Tags: Dreamweaver

Similar Questions

  • CS6 InD, what happened to the margin-top in EPUB CSS property?

    I've been playing with EPUB export in InDesign CS6. What struck me most surprised are the missing CSS property. What is the reason for which leave margin-top property paragraph styles? This is a characteristic, a bug or I'm just something wrong? Others noticed this too?

    Another thing that surprised me is the device that they use in the margins. Earlier we got em, but now it has pixel. No way to change this?

    A couple told us in the engineer that the programs for CS6 to PEPCON EPUB. He said, that it was intended as a feature, but after hearing this reaction, they consider it a bug and not expect to be fixed, perhaps in the first CS6 bug fix.

  • problem with floating divs

    I have problems with this layout.  It seems that the two divs floating at the bottom are not staying in the main, div. of parent

    < div style = "width: 700px; margin-left: auto; margin-right: auto; ">

    "< p > < img src="website/public_html/images/support_center_logo.png "width ="222"height ="34"style =" padding-left: 10px; " "/ > < / p >

    < p >

    "< div style =".

    text-align: right; padding: 3px; ">

    Insert here the NAV

    < / div >

    < div style = "padding: 5px;" >

    < span style = "color: #99CC00;" do-size: 18px; Police-weight: 500; "> Welcome! </span > < p >

    Text here

    < hr / >

    < div style = "width: 280px;" padding: 10px; Display: inline; float: left; ">

    < div style = "make-weight: bold;" color: #0033CC; ' > open a new Ticket < / div >

    < div >

    Here area < p > < /p >

    < form id = "form1" name = "form1" method = "post" action = "" >

    < input type = "submit" name = 'New open Ticket' id = 'New Ticket open' value = 'Open new Ticket' / >

    < / make >

    < p > < / p >

    < / div > < / div >

    < div style = "width: 280px;" padding: 10px; Display: inline; float: right; ">

    < div style = "make-weight: bold;" color: #0033CC; ' > check ticket status < / div >

    < div >

    here two box < p > < /p >

    < form id = "form1" name = "form1" method = "post" action = "" >

    < label for = "ticketID" > Ticket #: < / label >

    < input type = "text" name = "ticketID" id = "ticketID" / > < p >

    < input type = "submit" name = 'New open Ticket' id = 'New Ticket open' value = "openNewTicket" / >

    < / make >

    < / div >

    < / div >

    < / div >

    < / div >

    //...... ///

    Can also use clearfix: http://www.webtoolkit.info/css-clearfix.html

  • Floating &lt; div &gt;

    Floating < div >

    I have two content areas under my logo and navigation bar, I entered this HTML code.

    < div id = "bodyArea" >

    < div id = "left" > < / div >

    < div id = "right" > < / div >

    < / div >

    I was floating, then the left div to the left and the right div to the right, I've never been specified a height for the left div as I wanted to auto expand the content as it dose, the right div I specified a height of 300 pixels, now, I thought that once the left div came down by the mark of 300 pixels and erased the right div I thought that he would then take place on the underside the right div.

    I thought of another idea, but don't know if it's possible, to only one area below my navigation bar that expands with the content and place a box (div) on top auto is possible (as floating a div on top of the other), I want just an area of 200 x 300 as an area in the view to sit on top of the main content area any help or suggestion would be greatly appreciated.

    Oh goodness Mr. * As *, notice that the keyword appear in my statement there. As a subjective statement so of course could be fantastic or possibly incorrect. Only, I say this because without additional rules or tips, floating divs etc (in some cases) expand their wrapper divs, but apparently it's too complicated.

    It is true that I forgot to mention given the rules of opposing float on both the divs.

    My second suggestion is something different to make the container div #bodyArea expand in this case if both the divs are launched and there is a style on this #bodyArea, since sometimes container div don't if it is filled with floating divs. See what I mean here.

    As the Ace seems more concerned with the semantics of messages of others to help you, I thought of an alternative which might be what you're looking for. This is to place the div #right (the one you gave a fixed height) within the #left div and giving him the float: right; style. To see what I mean as I quickly threw together a page with CSS inline so you can better understand it. It's here

    This box can then be 'moved' in the other div using a line style, for example to do something like this. Do not use the positioning styles or it with mess float upward. Don't forget to give the floating div fixed wide so it does not it is nested in the box.

    Hope that helps.

  • Footer should stick, nav should align with the top of the div

    Can you please tell me how to paste the footer at the bottom of the packaging? The footer is supposed to line up on the right side the div rule verical

    How can I align the navigation above the div_right?

    Thanks for your help.

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

    < style >

    {#wrapper}

    Width: 960px;

    min-height: 100%;

    height: auto! important;

    height: 100%;

    margin: 0 auto - 25px; / the bottom margin is the negative value of the height of the footer * /.

    }

    }

    #header {}

    height: 125px;

    Width: 960px;

    margin: 0px;

    }

    {#main_nav}

    Width: 945px;

    height: 44px;

    list-style-type: none;

    float: left;

    }

    {#col - 1 #right_side

    Width: 170px;

    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 12px;

    }

    {#col - 2 #right_side

    Width: 180px;

    }

    {#col - 3 #right_side

    Width: 180px;

    }

    {#col - 4 #right_side

    Width: 170px;

    }

    #main_nav li {}

    float: left;

    Width: 120px;

    height: 22px;

    text-align: center;

    font size: 13px;

    background-color: #099;

    padding-top: 5px;

    padding-right: 0px;

    padding-bottom: 3px;

    padding-left: 0px;

    }

    #main_nav li a {}

    color: #EEE;

    text-decoration: none;

    }

    #page {}

    Width: 960px;

    margin: 0px;

    }

    #sidebar {}

    float: left;

    Width: 125px;

    }

    {#right_side}

    float: right;

    Width: 800px;

    overflow: hidden;

    border-left-width: 3px;

    border-left-style: solid;

    border-left-color: #00A8A9;

    height: 445px;

    }

    #right_side div {}

    Width: 110px;

    padding: 0px;

    margin-top: 0px;

    right margin: 5px;

    margin-bottom: 0px;

    margin-left: 5px;

    float: left;

    }

    {#right_side #vertical}

    background-color: #bdd73c;

    height: 300px;

    Width: 3px;

    }

    #footer {}

    background-color: #C7DB65;

    Width: 700px;

    height: 25px;

    margin-bottom:-20px;

    }

    < / style >

    < / head >

    < body >

    < div id = 'wrapper' >

    < div id = "header" >

    Header < p > < /p >

    < / div >

    < div id = "sidebar" >

    Email < p > < /p >

    Directories < p > < /p >

    Calendar < p > < /p >

    < /P > < p > conference rooms

    < P > < /p > SET help desk

    Good search < p > < /p >

    < / div >

    < div id = "right_side" >

    < ul id = "main_nav" >

    < li > < a href = "#" > health & amp; Well-being < /a > < /li >

    < li > < a href = "#" > policies & amp; Procedures < /a > < /li >

    < li > < a href = "#" > < /a > < /li > risk management

    < li > < a href = "#" > human resources < /a > < /li >

    < li > < a href = "#" > PR & amp; Marketing < /a > < /li >

    < li > < a href = "#" > library < /a > < /li >

    < /ul >

    < div id = "col-1" > content for id 'left' here < / div >

    < div id = "col-2" > content for id 'medium' goes here < / div >

    < div id = "col-3" > happy for "third" id goes here < / div >

    < div id = "vertical" > < / div >

    "< div id ="col-4"> < img name = 'photo' src =" "width ="155"height ="165"alt =" "style =" "background-color: #BBBBBB" / > < / div > "

    < / div >

    < div id = "footer" > content ID "footer" goes here < / div >

    < / div >

    < / body >

    < / html >

    Do you want something like that?  View source in the browser to see the code.

    http://ALT-Web.com/sandbox/5-cols.html

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

    http://Twitter.com/ALTWEB


  • How to position the two buttons at the top of the div inside a container div element?

    Hello!

    Good news...

    I created my very first thumbnail slider for my site that actually works!

    Bad news...

    The buttons that allow to scroll the div element, which is encapsulated in a container of Center, are are more placed on top of the div.

    Here's the html code:

    < div id = "centerContainer" >

    < div id = "aemcSlider" >

    < ul >

    < li >

    "< a class ="aemcPkgBut"href =" "target =" "alt ="AEMC Packaging"title ="AEMC Packaging"> < / has >

    < /li >

    < li >

    "< a class ="aemcGroundFlexBut"href =" "target =" "alt ="GroundFlexAd"title ="GroundFlex Ad"> < / a >

    < /li >

    < li >

    "< a class ="aemcClampBut"href =" "target =" "alt ="Clamp-On Announces"title ="Clamp-On Announces"> < / has >

    < /li >

    < li >

    "< a class ="aemcMetrixBut"href =" "target =" "alt ="Metrix Announces"title ="Metrix Announces"> < / has >

    < /li >

    < /ul >

    < / div >

    < div id = "leftBut" >

    "< a class ="arrowLeft"href =" "target =" "alt ="Left"title ="Left"> < /a >

    < / div >

    < div id = "rightBut" >

    "< a class ="arrowRight"href =" "target =" "alt ="Right"title ="Right"> < /a >

    < / div >

    < / div >

    Here's the CSS:

    Key container:

    #centerContainer

    {width: 800px; margin: 0 auto; background-color: #0e210e; position: relative}

    Div element:

    #aemcSlider

    {

    text-align: center;

    list-style: none;

    Width: 450px;

    height: 114px;

    margin: 0 auto;

    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

    top: 67px;

    position: relative;

    overflow: hidden;

    }

    #aemcSlider a {margin right:-12px ;}}

    Left and right buttons:

    a.arrowLeft

    {

    Width: 29px;

    height: 96px;

    float: left;

    position: absolute;

    margin: 0 auto;

    display: block;

    background-image: url (.. / Images/arrowLeft.png);

    background-repeat: no-repeat;

    left: 311px;

    top: 91px;

    opacity: 0;

    }

    a.arrowLeft:hover

    {

    background-image: url (.. / Images/arrowLeft.png);

    opacity: 0.5;

    }

    a.arrowRight

    {

    Width: 29px;

    height: 96px;

    position: absolute;

    float: right;

    margin: 0 auto;

    display: block;

    background-image: url (.. / Images/arrowRight.png);

    background-repeat: no-repeat;

    opacity: 0;

    left: 720px;

    top: 92px;

    }

    a.arrowRight:hover

    {

    background-image: url (.. / Images/arrowRight.png);

    opacity: 0.5;

    }

    Here are the things I did to solve problems:

    If I set the div as a container for absolute, the left button disappears.

    I get the same effect when I change the relative position.

    I tried to change the position of relative to the two buttons.

    I also tried to position the buttons outside the div hand and no go.

    How can I position the relative div under these controller button?

    Any help would be appreciated muchly.

    ~ THE

    I don't see a slider.  The code of your slide seems to have a style inline with the width: 0px which is not normal.    Width should be about 400 px.

    I suspect that your arrows need a much z-index superior to appear on the top layers of cursor.  But that's just a guess because I don't see a slider.

    Nancy O.

  • Menu reverse order and right float Divs of stacking

    Mind boggled so bad I even think not directly with the coding.

    Are working on a template for Wordpress... again. The fishing area of lt is a div called "top_bar". Within this div, I have '.logo_wrapper' I have chosen to float left. The two div on the right were originally on the same line, but I wanted to '.nav, .subnav' to be both on the top and ".top_right" to be on the bottom, floating to the right.

    I have two questions here with how I am attemtping to manipulate the css code - and past the code css is what I have to work with, because the rest is in php. and I really don't want to change the model in this way.

    (1) when I put the '.nav, .subnav' to float to the right, it reverses the menu and he throws all the submenus. Of course, I want only it beging with 'Portfolio' (in fact, I view screenshot of my efforts in DW. The link I provided shows some menu items more.

    (2) in order to obtain the divs to sit one above the other, I added "width: 80%" is not necessarily a good thing because if someone has a smaller browser, then the divs get hit to low below logo.

    So, I'm so confused now and need someone to very gently, very kindly put me on the right track. Yes, I know that css, etc., but if you knew all the nonsense technical that I have dealt with the past few weeks more, you would understand why my brain is fried. Couldn't even sleep last night for what I'm trying to sort in a relatively short period of time.

    Menu_Div_Floats.jpg

    That looks like this "on-line":

    kaufmanphotography.com-reverse-menu.png

    And that when it is only slightly crushed:

    kaufmanphotography.com-squished-menu.png

    Here is a link to the site: http://kaufmanphotography.com/kp-weddings/

    I use a child theme style.css so is my replacement and screen.css is proud to be a mother... or maybe not so proud right now.

    Here's the style.css:

    @import "css/screen.css".

    #top_bar

    {

    vertical-align: top! important;

    }

    .logo_wrapper

    {

    display: block;

    float: left;

    top of the margin: 12px! important;

    margin-right: 40px;

    margin-bottom: 12px;

    left margin: 20px;

    }

    . NAV, .subnav

    {

    list-style: none;

    display: block;

    float: right! important;

    margin-top: 10px! important;

    right margin: 0;

    margin-bottom: 0;

    left margin: 0;

    Width: 80%! important;

    }

    .top_right

    {

    float: right! important;

    margin-top: 10px! important;

    right margin: 0;

    margin-bottom: 10;

    left margin: 0;

    Width: 80%! important;

    }

    .nav li

    {

    float: right! important;

    display: block;

    margin-top: 0;

    right margin: 30px;

    margin-bottom: 0;

    left margin: 0;

    }

    Here is the link to the main CSS - 'screen.css ':

    http://kaufmanphotography.com/KP-weddings/WP-content/themes/core/CSS/screen.CSS

    Laughing out loud... I'm being very detailed that I really appreciate the assistance and want to make it as easy as possible. I have to run to pick up my son from school and will be back online in about 30 minutes... in case you're trying to reach me for comment. Any help would be greatly appreciated!

    Samantha

    I tried to understand this still today and it seems to work for me. I did the

      float inside a div to make it appear on the right side of the page and then made
    • float left so it appears in the correct order.

      {UL.topnav - right

      list-style-type: none;

      margin: 0;

      padding: 0;

      overflow: hidden;

      float: right;

      }

      UL.topnav - law li {}

      float: left;

      padding-left: 20px;

      }

      UL.topnav - law li a {}

      Display: inline-block;

      text-decoration: none;

      text-align: center;

      padding-top: 8px;

      color: #585858

      }

  • Help with the div!

    Hello all you really, really smart people.

    I'm relatively new to creating Web sites using css and I've encountered a problem that, for the life of me, I can't understand how to defeat.

    I have a layout, consisting of the divs and down most div on the page is the one that gives me the penalty.

    I would like the background more div always appear at the bottom of the window in which the page is displayed, but he keeps positioning itself on the previous two div.

    I'm sure it's something to do with floating and clearing out these div tags but it seems to me have tried every combination I can think, but the answer still eludes me.

    The page in question can be seen here:

    http://www.siltd.co.UK/integreater/index.html

    You will see the large bar grey three quarters of the way to the bottom of the page. What I want to be everything downstairs.

    Please please please can anyone help point out the error of my ways?

    Andy

    [email protected]

    Here's the file layout.css located in:

    http://www.siltd.co.UK/integreater/CSS/layout.CSS

    * {
         margin: 0px;
         padding: 0px;
    }
    #wrapper {
         background-color: #f7f7f7;
         margin-right: auto;
         margin-left: auto;
         border-right-width: 1px;
         border-left-width: 1px;
         border-right-style: solid;
         border-left-style: solid;
         border-right-color: #CCC;
         border-left-color: #CCC;
         min-height:100%;
        position:relative;
    }
    #wrapper #logo {
         height: 110px;
         background-color: #FFF;
         padding-top: 10px;
         text-align: right;
         padding-right: 10px;
    }
    #wrapper #navigation {
         height: 28px;
         font-family: Arial, Helvetica, sans-serif;
         color: #FFF;
         background-color: #000;
    }
    #wrapper #newswrapper {
         background-color: #333;
         height: 30px;
    }
    
    #wrapper #newsheader {
         width: 200px;
         height: 30px;
         float: left;
         background-image: url(../images/latest_news.jpg);
    }
    #wrapper #headerImg {
         background-color: #FFF;
         clear: both;
         margin-right: 100px;
         margin-left: 100px;
         padding-top: 20px;
         font-family: Arial, Helvetica, sans-serif;
         line-height: 25px;
         font-size: medium;
         text-align: justify;
    }
    #wrapper #WhyChoose {
         font-family: Arial, Helvetica, sans-serif;
         background-color: #CCC;
         height: 25px;
         margin-right: 100px;
         margin-left: 100px;
         text-align: center;
         padding-top: 10px;
    }
    .seperatorbargreytext {
         color: #333;
    }
    .seperatorbargreatertext {
         font-weight: bolder;
         color: #000;
         font-size: 18px;
    }
    #wrapper #WhyChooseSeperator {
         height: 15px;
         margin-right: 100px;
         margin-left: 100px;
    }
    #wrapper #BodyArea {
         margin-right: 100px;
         margin-left: 100px;
         height: 250px;
         clear: left;
    }
    #wrapper #BodyArea #left {
         width: 25%;
         float: left;
         background-color: #FFF;
         font-family: Arial, Helvetica, sans-serif;
         height: 250px;
         border: 1% dashed #CCC;
    }
    #wrapper #BodyArea #left #Left1Links {
         padding-right: 10px;
         padding-left: 35px;
         font-family: Arial, Helvetica, sans-serif;
         line-height: 18px;
         color: #333;
         font-size: 12px;
         font-weight: bold;
    }
    #wrapper #BodyArea #left2 #Left2Links {
         font-size: 12px;
         line-height: 18px;
         color: #400040;
         padding-right: 10px;
         padding-left: 42px;
         font-weight: bold;
    }
    #wrapper #BodyArea #right #Right1Links {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         font-weight: bold;
         color: #069;
         padding-right: 10px;
         padding-left: 42px;
         line-height: 18px;
    }
    #wrapper #BodyArea #right2 #Right1Links {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         line-height: 18px;
         font-weight: bold;
         color: #4F7500;
         padding-right: 10px;
         padding-left: 45px;
    }
    
    #wrapper #BodyArea img  {
         margin-right: 28px;
         margin-left: 28px;
    }
    #wrapper #BodyArea #left2 {
         width: 25%;
         float: left;
         height: 250px;
         border: 1% dashed #CCC;
    }
    
    #wrapper #BodyArea #right {
         width: 25%;
         float: left;
         background-color: #FFF;
         font-family: Arial, Helvetica, sans-serif;
         height: 250px;
         border: 1% dashed #CCC;
    }
    #wrapper #BodyArea #right2 {
         float: right;
         width: 25%;
         height: 250px;
         border: 1% dashed #CCC;
         clear: none;
    }
    #wrapper #inteGreaterInAction {
         background-color: #CCC;
         height: 25px;
         padding-top: 10px;
         text-align: center;
         float: none;
         clear: right;
    }
    #wrapper #inteGreaterInActionSeperator {
         height: 30px;
         background-color: #CCF;
         clear: right;
         float: none;
    }
    a img {
         border-top-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-left-style: none;
    }
    #wrapper #navigation a {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         text-decoration: none;
         color: #999;
         display: block;
         height: 28px;
         width: 100px;
         float: left;
         text-align: center;
         line-height: 28px;
         background-image: url(../images/menu_button.jpg);
         background-repeat: no-repeat;
         background-position: left top;
    }
    #wrapper #navigation a:hover {
         background-position: bottom;
         font-weight: bold;
         color: #FFF;
    }
    #footer {
         position:absolute;
         bottom:0;
         width:100%;
         height:60px;
         background-color: #333;
         clear: left;
    }

    -Change

    #footer {
         position:absolute;
         bottom:0;
         width:100%;
         height:60px;
         background-color: #333;
         clear: left;
    }
    

    on this subject.

    #footer {
         position:fixed;
         bottom:0;
         width:100%;
         height:60px;
         background-color: #333;
         clear: left;
    }
    

    and add this to your CSS-

    HTML, body {height: 100% ;}}

  • White space in FF at the top of the div

    I am developing a site and when I look in firefox it is 3px of white space at the top of the left-hand navigation and leftspacer, but not in safari. The top menu is 38px and I put one - value of top margin of 38px in the #leftside and the #lefspacer to compensate for this. the site address is > http://www.elixir.biz/core/index.html.

    Here is the code:

    @import url("./whitespace-reset.css");
    @charset "UTF-8";
    {body
    background: #c0b7b2 repeat;
    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;
    do-family: Verdana, Arial, Helvetica, without serif.
    }
    #container {}
    Width: 761px;  / * using the less than a width 20px full 800px allows for chrome browser and avoids a horizontal scroll bar * /.
    background: #FFFFFF; / * margins (in conjunction with a width) auto Center the page * /.
    border: 0;
    text-align: left; / * This setting overrides the text-align: center on the body element. */
    height: 871px;
    margin: 0;
    padding: 0;
    }
    #header {}
    height: 148px;
    Width: 761px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }
    {#leftside}
    Width: 158px;
    float: left;
    margin-top:-38px;
    padding: 0px 0px 0px 0px;
    }
    #leftside .menu img {}
    display: block;
    margin: 0;
    }
    #leftside ul.menu {}
    padding: 0px 0px 0px 0px;
    make-style: none;
    margin: 0;
    }
    #leftside ul.menu li {}
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    }
    {#leftspacer}
    Width: 31px;
    float: left;
    height: 723px;
    margin-top:-38px;
    padding-right: 10px;
    background-image: url(images/home_spacer_left.jpg);
    background-repeat: no-repeat;
    }
    #top {}
    margin-top: 0px;
    height: 38px;
    padding: 0px 0px 0px 0px;
    }
    #top ul.menu {}
    margin-top: 0px;
    margin left: 189px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style: none;
    }
    #top ul.menu li {}
    display: inline;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    }
    {#bottom}
    height: 22px;
    left: 468px;
    }
    #bottom ul.menu {}
    top of the margin: 300px;
    right margin:-23px;
    float: left;
    left margin:-61px;
    list-style: none;
    }
    #bottom ul.menu li {}
    display: inline;
    list-style: none;
    float: left;
    }
    #mainContent {}
    margin: 0px 0px; / * left and right margins on this div element creates the two outside columns on the sides of the page. No matter the amount of content contain the sidebar divs, the space of the columns will remain. You can remove this line if you want the #mainContent div text to fill in the spaces of the sidebar when the content in each side bar ends. */
    padding: 0 0 0 0;
    }
    {#facilitiesContent}
    background: url(images/facilities_bg.jpg) repeat;
    margin: 0px;
    padding: 0;
    height: 208px;
    Width: 572px;
    }
    {div.facilities}
    background: url(images/facilities_bg.jpg) repeat;
    height: 208px;
    Width: 572px;
    }
    #footer {}
    padding: 0; / * This filling is the alignment to the left of the items in the div that appear above him. */
    background: #c0b7b2;
    height: 22px;
    }
    {#threepix}
    margin left: 189px;
    margin-right: 0px;
    height: 114px;
    }
    {#col1}
    position: relative;
    }
    #col1-a {}
    position: absolute;
    Width: 275px;
    right: 0px;
    Top: 0px;
    }
    {#col1-b}
    position: absolute;
    right: 0px;
    Width: 275px;
    Top: 0px;
    }
    {#pixcopyleft}
    margin left: 189px;
    do-size: 1em;
    do-family: Arial, Helvetica, without serif.
    margin-top: 10px;
    }
    {#pixcopyright}
    do-size: 1em;
    margin left: 189px;
    do-family: Arial, Helvetica, without serif.
    margin-top: 10px;
    }
    #footer ul.menu {}
    margin left: 189px;
    margin-right: 0px;
    margin-top:-22px;
    padding: 0px 0px 0px 0px;
    float: left;
    }
    #footer ul.menu li {}
    display: inline;
    list-style: none;
    padding: 0px 0px 0px 0px;
    float: left;
    }
    #footer p {}
    margin: 0; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
    Padding: 0 10;
    }
    {img.imageleft}
    float: left;
    left margin: 0px;
    padding: 5px 5px 5px 5px;
    }
    {img. ImageRight}
    float: right;
    padding: 5px 0px 5px 5px;
    text-align: right;
    }
    {.imagecenter}
    text-align: center;
    }
    .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;
    left margin: 0px;
    padding: 5px 5px 5px 5px;
    }
    .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: 0px;
    font size: 1px;
    line-height: 0px;
    }
    H1 {}
    do-family: Arial, Helvetica, without serif.
    do-size: 1em;
    make-weight: bold;
    margin-bottom: 3px;
    }

    < ! 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 > Pilates programs
    < link href = "core.css" rel = "stylesheet" type = "text/css" / > "
    < body bgcolor = "#c0b7b2" >
    < script type = "text/javascript" >
    <!--
    function MM_swapImgRestore() //v3.0 {}
    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;
    }
    function MM_preloadImages() {//v3.0
    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();
    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)
    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}
    }

    function MM_findObj (n, d) {//v4.01
    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}
    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}
    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];
    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);
    If (! x & & d.getElementById) x = d.getElementById (n); Return x;
    }

    function MM_swapImage() {//v3.0
    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).
    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}
    }
    ->
    < /script >
    < name meta = "description" content = "Core Pilates Studio is a classic, equipped with pilates and Gyrotonic studio convenienly located near Vassar College of Poughkepsie, NY. We offer classic pilates, Gyrotonic and Gyrokinesis sessions private, semi-private and group. "/ >
    < name meta = "keywords" content = "core studio pilates, pilates, core, gyrotonic, gryokinesis, Joseph pilates, pilates in poughkeepsie, New York pilates, pilates in new york" / > "
    < / head >

    < body = onload "MM_preloadImages ("images/nav_main_home_roll.jpg','images/jpg','images/nav_main_schedule_roll.jpg','images/nav_main_rates_roll.jpg','images/nav_main _ourteam_roll.jpg','images/nav_main_contactus_roll.jpg','images/nav_main_rates_roll.jpg nav_main_thestudio_roll.")" > "

    < div id = "container" >
    < div id = "header" >
    < img src = "images/home_header.jpg" align = "left" / > < a href = "index.html" > < img src="images/home_logo_core.jpg"/ > < /a >. "
    <!-end #header--> < / div >

    < div id = "top" >
    < ul class = "menu" >
    < li > < a href = "pilates.html" > < img src="images/subnav_programs_pilates_up.jpg"/ > < /a > < /li > ""
    < li > < a href = "gyrotonic.html" > < img src="images/subnav_programs_gyrotonic_up.jpg"/ > < /a > < /li > ""
    < li > < a href = "why - core.html" > < img src="images/subnav_programs_whycore_up.jpg"/ > < /a > < /li >
    < li > < a href = "schedule.html" > < img src="images/subnav_programs_schedule_up.jpg"/ > < /a > < /li > ""
    < li > < img src="images/subnav_programs_back.jpg"/ > < /li >
    < /ul >
    <!-end #top--> < / div >
    < div id = "company" >
    < ul class = "menu" >
    "< li > < a href ="index.html"MM_swapImgRestore" onmouseover ="MM_swapImage (" "self,", ' images/nav_main_home_roll.jpg', 1) "> < img src =" images/nav_main_home_up.jpg "name ="home"width ="158"height ="39"border ="0"id ="home"/ > < /a > < /li >
    < li > < a href = "program" > < img src = "images/nav_main_programs_down.jpg" > < /a > < /li > ""
    "< li > < a href ="studio.html"MM_swapImgRestore" onmouseover = "MM_swapImage ('the_studio',", ' images/nav_main_thestudio_roll.jpg', 1) "> < img src =" images/nav_main_thestudio_up.jpg"name ="the_studio"width ="158"height ="39"border ="0"id ="the_studio"/ > < /a > < /li >"
    "< li > < a href ="schedule.html"MM_swapImgRestore" onmouseover ="MM_swapImage ('calendar',", ' images/nav_main_schedule_roll.jpg', 1) "> < img src =" images/nav_main_schedule_up.jpg "name ="schedule"width ="158"height ="39"border ="0"id ="schedule"/ > < /a > < /li >
    "< li > < a href ="rates.html"MM_swapImgRestore" onmouseover ="MM_swapImage ('rates',", ' images/nav_main_rates_roll.jpg', 1) "> < img src =" images/nav_main_rates_up.jpg "name ="rate"width ="158"height ="39"border ="0"id ="rate"/ > < /a > < /li >
    "< li > < a href ="our team.html"MM_swapImgRestore" onmouseover = "MM_swapImage ('our_team',", ' images/nav_main_ourteam_roll.jpg', 1) "> < img src =" images/nav_main_ourteam_up.jpg"name ="our_team"width ="158"height ="39"border ="0"id ="our_team"/ > < /a > < /li >"
    "< li > < a href =" contact - us.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('contact'", ' images/nav_main_contactus_roll.jpg', 1) "> < img src =" images/nav_main_contactus_up.jpg"name ="contact"width ="158"height ="39"border ="0"id ="contact"/ > < /a > < /li >"
    < li > < img src = "images/nav_main_space_below.jpg" / > < /li > "
    < li > < a href = "mailto: " [email protected] "> < img src = images/home_email.jpg" "/ > < / a > < /li >
    < li > < img src = "images/home_address.jpg" / > < /li > "
    < li > < a href = "special - program" > < img src = "images/home_logo_special.jpg" / > < / has > < /li > "
    < /ul >
    <!-end #leftside--> < / div >
    < div id = "leftspacer" >
    <!-end #leftspacer--> < / div >
    < div id = "mainContent" >
    "< p > < img src =" images/hcp48021.jpg"class ="imageleft"scr="images/nav_bottom_left_space.jpg"/ > < img src =" images/hcp48021.jpg "class ="imageleft"scr="images/nav_bottom_left_space.jpg"/ > < img src =" images/hcp48021.jpg' class = 'imageright"scr="images/nav_bottom_left_space.jpg"/ > < br / >"
    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 >
    < p align = "left" > 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" >
    < ul class = "menu" >
    < li > < img src="images/nav_bottom_left_space.jpg"/ > < /a > < /li >
    < li > < a href = "home.html" > < img src="images/nav_bottom_home.jpg"/ > < /a > < /li > ""
    < li > < a href = "program" > < img src="images/nav_bottom_program.jpg"/ > < /a > < /li > ""
    < li > < a href = "studio.html" > < img src="images/nav_bottom_thestudio.jpg"/ > < /a > < /li >
    < li > < a href = "schedule.html" > < img src = "images/nav_bottom_schedule.jpg" > < /a > < /li > ""
    < li > < a href = "rates.html" > < img src="images/nav_bottom_rates.jpg"/ > < /a > < /li > ""
    < li > < a href = "our - team.htm" > < img src="images/nav_bottom_ourteam.jpg"/ > < /a > < /li >
    < li > < a href = "contact - us.html" > < img src="images/nav_bottom_contactus.jpg"/ > < /a > < /li >
    < /ul >
    <!-end #footer--> < / div >
    <!-end #container--> < / div >

    < / body >
    < / html >

    See if one of the two options I suggested in your other thread might work for you.

  • How can I control the floating div widths?

    Ok.

    I use a floating div for the site style.

    Now, in the wider resolutions, I want two boxes to float left next to equal widths of 48% with a 2% margin between

    When the mobile resolution I want to that they sit on the other. 100% width

    I may be missing something simple here - but I can't

    Clues/suggestions?

    Thank you

    There was a clear framework in the mobile CSS - it set when it was rtemoved

    Thank you

  • Problem with Ap div drawing

    Hello.

    I recently started using Dreamweaver and I got stuck with a drawing of an ap div

    I drew 4 divs

    Header, Menu, content and footer and makes them

    position: static;

    margin-top: 0px;

    margin-right: auto;

    margin-bottom: 0px;

    margin left: auto;

    so the divs Center when wieved. but I want to draw another Ap div in the content of a submenu div

    but still not the div in the content div

    cant I do it stay in a fixed position in the content div is moved with the content div if a browser window is resized

    damn.JPG

    I tried to put the submenu div in the content the same Div < div id = "Content" > < div id = "Divap1" > submenu < / div > < / div >

    Help would be greatly appreciated

    #Header {position: static;}      left: 447px;      top: 25px;      Width: 960px;      height: 94px;      z-index: 1;      background-image: url(Header%20normal.jpg);      margin-top: 0px;      margin-right: auto;      margin-bottom: 0px;      left margin: auto; }

    #Menu {position: static;}      left: 447px;      top: 120px;      Width: 960px;      height: 36px;      z-index: 2;      background-image: url(menu%20bg.jpg);      margin-top: 0px;      margin-right: auto;      margin-bottom: 0px;      left margin: auto; }

    #Content {position: static;}      left: 447px;      top: 157px;      Width: 960px;      height: 650px;      z index: 3;      background-image: url (content.jpg);      margin-top: 0px;      margin-right: auto;      margin-bottom: 0px;      left margin: auto; }

    #Footer {position: static;}      left: 447px;      top: 808px;      Width: 960px;      height: 94px;      z index: 4;      background-image: url (FOOTER.jpg);      margin-top: 0px;      margin-right: auto;      margin-bottom: 0px;      left margin: auto; }

    #apDiv1 {position: absolute;}      left: 358px;      top: 172px;      Width: 223px;      height: 114px;      z-index: 1;      background-color:

    #999999; }-> < / style > < / head > < body > < div id = "Divap1" > submenu < / div > < div id = "Header" > < / div > < div id = 'Menu' > < / div > < div id = "Content" > < / div > < div id = "Footer" > < / div > < body / > < / html >

    Welcome them

    Kristian Nielsen

    You can set the position of the div content to 'Relative' and put the child div - Divap1 - inside that. Good luck. Learn to work with and to place Div tags with a CSS style. In the meantime - here is a video from youtube that will help you.

    http://www.YouTube.com/watch?v=C5HMtu-kRG4

  • Problem with the Value property node (MacOS)

    Insofar that I tested it, the nodes of property Value (and value (signalling)) do not work under MacOS: value property is a Boolean value, the value (signaling) as a cluster (width, height).

    Even with the Boolean controls, the node does not work.

    Not such a problem in LV 8.6.

    Am I missing something? Is that some 'of use' ? Or just a bug?

    This looks like some sort of problem of indexing with the nodes property as somesort of corrupted installation.  What happens if you just delete the property node and recreate him?

    I filed a digital control and looked at the context menu of the list of the nodes property.  Below value and value (signs) are Visible (which would be a Boolean value) and Xcontrol, that when you bring through the submenus, the first choice is container bounds, a cluster of Width and Height.  If these 2 types of data which are located 2 below in the list match those you found.

    What happens if you take another node in property a few elements upwards or downwards in the context menu?  Fact is happen for other properties, and if so, are thereany properties who agree?

    Here's what look like my property for a digital nodes and I draggged the box up and down to show the natural order of the nodes property.  Notice that I have script installed, so there are a few other nodes property (and the blue box at the top) you may not have.

    PS. Verify you the signature.  Kudos button is now moved to the left since the update of the forum.

  • Need help with Dreamweaver Divs

    http://i707.photobucket.com/albums/ww71/killster17/help-1.jpg?t=1295224397
    This is a clip of my site that I do, is not yet online.
    But what I need help with the div, as you can see the div with the blue text overlaps a Fireworks html banner I made.
    Anyway I can fix this so that the Fireworks banner goes over the div instead of the other way around?
    Any help is thanked!

    It is a problem with the stacking order.  Your division of the blue text takes precedence over your menus rollover.

    Please read on z-index.

    http://www.smashingmagazine.com/2009/09/15/the-z-index-CSS-property-a-comprehensive-look/

    For answers, we need a link to the page to test your site.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Display the Server Side includes in top of scrolling Div

    Hello

    In this topic, I will refer to the following containers on my page:

    A: DIV contains the content of the page; This div has overflow, highlight the value.

    B: DIV contains links

    DIV A contains 3 different SSI, each with a different ID. Using the show/hide element, I put it so that when the user clicks on a link in a Div B, the side appropriate server include displays in A DIV, and the other two server-side includes are set to hide.

    The only problem is that when their appropriate links are clicked, ISS 2 and 3 of SSI do not appear in the top of the DIV, but to the position they would be if SSIs all were set to show, then the user must scroll to see SSI and SS 2.

    Know you people anyway to the poster of the SSI at the top of the DIV?

    It occurred to me that instead of use show/hide behavior, I may need to include somehow a SSI only when a DIV B link is clicked, and when a different link B DIV is clicked, that SSI is stripped form on the page and the appropriate SSI are included. Is it still possible?

    Does make sense for you all?

    Thank you

    Mike

    Without seeing your code, it could be how you position these elements on your page.  If you plan on hiding the layers you may set these layers to show at the same place every time by setting the position of A parent DIV and the absolute position of the 3 inner layers with a top and left value set to 0.

  • Div background do not support floating divs

    I created a fairly simple construction, but it does not work so that I want to.

    I have the overcoat that don't wrap the floating divs placed in it as it should.

    He is reduced to the size (upper and lower corners) of base and rest as it then floating substances keep previously defined posts - only bottomless...

    Any suggestions how to solve this problem?

    The looks of construction around like this:

    < body >

    < div > ditag v with height: 5px; contains upper corners for the implementation in < / div >

    < div class = "Open the tag div with the background attributes (color and borders)" > ""

    < div >This is the floating content (list with the value of style: none ;) )

    I put it inside the div with attributes of content floating background wrapped in the borders and background color

    < / div >

    < / div (PMera I close "bottom wrapper')>

    < div > div tag with heightL 5px; contains lower corners to the page layout < / div >

    < / body >

    Thank you.

    It is a bit of a shot in the water, but try to overflow: hidden; in the CSS rule for your wrapper?

    It would be much easier to see the page.

    Martin

Maybe you are looking for

  • Reinstall XP

    Hi people: I am not able (cost) to update or buy new equipment to upgrade XP, even if I wanted to. My question: if I ever reinstall XP from my CD, yet will I be able to update, service pack, security and various? Thank you Robert G  

  • is there a way I can disable meesenger without affecting my email?

    is there a way to disable messenger, I get messages from people I don't know probably try to load viruses or snooping

  • How I cut down on excess icons?

    When I click on the Document, I have to go through several icons before entering the files themselves. (Documents to My Documents leads to the sons of My Documents documents that contain files) How can I remove all these extra icons?

  • does not print pdf

    all-in-one will not print pdf documentsmy hpphotosmart 7520

  • Programs to jump to other programs randomly when typing on a desktop computer

    I use a Dell Desktop custom made by Dell. I was previously using the following programs on Windows 7 and they worked perfectly: Word CAP, WinWorks Auto, ring central softphone, Google Calendar, and a few others. Now when I upgraded to 8.1 Windows I h