Div moves down when window is resized

Hello,
Here's my problem:  When I resize my browser window the main div is resized up until a certain point when it just falls below all of the other content.
How can I prevent this from happening?  I have both the top and bottom div's set to auto width, so I can't figure out whats going wrong.
Here's the website if you want to see for yourself:  www.hondovfd.org
Here's some code from my template file:
<!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" />
<!-- TemplateBeginEditable name="Title" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<meta name="description" content="Hondo Fire and Rescue serves the Arroyo Hondo and Canada Village areas of Santa Fe County, NM." />
<meta name="keywords" content="hondo, hondo fire, hondo vfd, hondo fire department, santa fe county fire department, santa fe county, volunteer fire department, hondo volunteer fire department" />
<link href="../stylesheet1.css" type="text/css" rel="stylesheet" />
<!--[if IE]>
<style type="text/css">
#mainContent, #sidebar1 { zoom: 1;}
</style>
<![endif]-->
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
</head>
<body class="thrColLiqHdr">
<div id="container">
<div id="header"></div>
  <div id="sidebar1">
  <h3>Navigation : </h3>
  <ul id="MenuBar1" class="MenuBarVertical">
  <li><a href="/index.php">Home</a></li>
<li><a href="/support.php">Support Hondo</a></li>
  <li><a class="MenuBarItemSubmenu" href="#">Information Menu</a>
    <ul>
      <li><a href="/people.php">Our People</a></li>
      <li><a href="http://www.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=101620713606637979698.00045b6ead4ab4ea70b78&z=11" target="_blank">Response Area</a></li>
      <li><a href="/medical.php">Medical</a></li>
      <li><a href="/apparatus.php">Apparatus</a></li>
      <li><a href="/training.php">Training</a></li>
      <li><a href="/volunteer.php">Volunteer</a></li>
      <li><a href="/statistics.php">Statistics</a></li>
      <li><a href="/patchtrading.php">Patch Trading</a></li>
    </ul>
  </li>
  <li><a href="/gallery2/main.php">Photo Gallery</a></li>
  <li><a href="/calendar.php">Calendar</a></li>
  <li><a href="/news.php">Blog/News</a></li>
  <li><a href="/links.php">Links</a></li>
  <li><a href="/contact.php">Contact Us</a></li>
</ul>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  <span class="lefttext">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8567201">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" align="middle" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" align="absmiddle" >
</img></input></input>
  </span>
</form>
<span class="lefttext"><br />
</span>
<center>
  <span class="lefttext"><a href="http://www.facebook.com/pages/Santa-Fe-NM/Hondo-Volunteer-Fire-Department/74284233488" target="_blank" class="lefttext">Hondo VFD on Facebook</a></span>
</center>
  <!-- end #sidebar1 --></div>
  <div id="sidebar2"> 
    <p><a href="/membersonly/login.php">Log In</a> | <a href="/membersonly/logout.php">Log Out</a><br />
    <a href="/membersonly/register.php">Register</a></p>
    <p><img src="/firedanger/Moderate.jpg" width="127" height="100" /></p>
    <p>Call Statistics as of:<br />
    <?php
$myFile = "/home/hondovf1/public_html/membersonly/month.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo $theData;
?><?php
$myFile = "/home/hondovf1/public_html/membersonly/date.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo $theData;
?></p>
  <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td width="60%">EMS Calls</td>
    <td width="40%"><?php
$myFile = "/home/hondovf1/public_html/membersonly/emscalls.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo $theData;
?></td>
  </tr>
  <tr>
    <td>Fire Calls</td>
    <td><?php
$myFile = "/home/hondovf1/public_html/membersonly/firecalls.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo $theData;
?></td>
  </tr>
    <tr>
    <td>Other Calls</td>
    <td><?php
$myFile = "/home/hondovf1/public_html/membersonly/othercalls.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
echo $theData;
?></td>
  </tr>
</table>
  <hr />
       <!-- Begin Google Search Element -->
    <div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
  google.load('search', '1', {language : 'en'});
  google.setOnLoadCallback(function(){
    var googleNumSearchResults = 5;
     var customSearchControl = new google.search.CustomSearchControl('002969495656254731547:rhlwwedx2hi');
    customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);
    customSearchControl.draw('cse');
  }, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
       <!-- End Google Search Element -->
</div>
  <!-- end #sidebar2 -->
  <div id="mainContent">
  <div class="topleft"></div><div class="top"><div class="topright"></div></div>
  <div class="wrap">
<!-- TemplateBeginEditable name="Main Content" -->
    <table width="95%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="47" class="h2">Header</td>
      </tr>
      <tr>
        <td>Text Goes Here!</td>
      </tr>
    </table>
  <!-- TemplateEndEditable -->
  </div><br class="clearfloat" />
<div class="bottomleft"></div><div class="bottom"><div class="bottomright"></div></div></div>
</div>
</div>
</div>
     <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
  <div id="footer">
    <p align="center">&copy; Copyright 2009 Hondo Volunteer Fire Department | <a href="mailto:[email protected]">Contact Us</a><a href="http://www.legalhelpers.com/chapter-13-bankruptcy/chapter13.html"></a><br />Hosting provided by <a href="http://studiox.com/" target="_blank">Studio X</a></p>
  <!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
<?php include_once("/home/hondovf1/public_html/analyticstracking.php"); ?>
</body>
</html>
And here is my CSS file:
body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     width: auto;
     color: #333333;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     margin-left: 0;
     padding-top: 0;
     padding-right: 0;
     padding-bottom: 0;
     padding-left: 0;
     background-image: url(images/main-right.png);
     background-repeat: repeat-y;
.thrColLiqHdr #container {
     width: 95%; /* this overrides the text-align: center on the body element. */
     margin-top: 0;
     margin-right: auto;
     margin-bottom: 0;
     margin-left: auto;
     height: auto;
     background-image: url(/images/halftone1.png);
.thrColLiqHdr #header {
     padding: 0 10px;
     height: 100px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
     background-image: url(images/header.jpg);
     background-repeat: no-repeat;
     background-position:center;
     border-bottom-width: 5px;
     border-bottom-style: solid;
     border-bottom-color: #000;
.thrColLiqHdr #navbar {
     height:45px;
.thrColLiqHdr #header h1 {
     margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
     padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width.
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
.thrColLiqHdr #sidebar1 {
     float: left; /* this element must precede in the source order any element you would like it be positioned next to */
     width: 15%; /* top and bottom padding create visual space within this div  */
     height: 100%;
     padding-top: 15px;
     padding-right: 0;
     padding-bottom: 15px;
     padding-left: 0;
     min-width: 150px;
.thrColLiqHdr #sidebar2 {
     float: right; /* this element must precede in the source order any element you would like it be positioned next to */
     width: 15%; /* top and bottom padding create visual space within this div */
     padding-top: 0px;
     padding-right: 0;
     padding-bottom: 15px;
     padding-left: 0;
     min-width: 150px;
.thrColLiqHdr #sidebar3 {
     float: right; /* this element must precede in the source order any element you would like it be positioned next to */
     width: 275px; /* top and bottom padding create visual space within this div */
     padding-top: 0px;
     padding-right: 0;
     padding-bottom: 15px;
     padding-left: 0;
     min-width: 150px;
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
     margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
     margin-right: 10px;
     text-align: center;
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
.thrColLiqHdr #mainContent {
     margin-top: 10px;
     margin-bottom: 10px;
     float: left;
     width: 65%;
     background-image: url(images/main-right.png);
     background-repeat: repeat-y;
     background-position: right;
.h2 {
     color: #B4241B;
     font-size: 20px;
     letter-spacing: -2px;
     font-weight: 100;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
     line-height: normal;
.thrColLiqHdr #footer {
     text-align: center;
     color: #666;
     font-size: 11px;
     padding: 10px;
     background: #f7f7f7;
     border-top: 1px solid #aaa;
     width: auto;
.thrColLiqHdr #footer p {
     margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
     padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
     float: right;
     margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
     float: left;
     margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
     clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
.topleft {
     height:22px;
     width:19px;
     background-image:url(images/top-left.png);
     float: left;
.top {
     height:23px;
     background-image: url(images/top.png);
     background-repeat:repeat-x;
     width: auto;
.topright {
     height:22px;
     width:28px;
     background-image:url(images/top-right.png);
     float: right;
.textarea{
.wrap{
     text-align: justify;
     padding-right: 40px;
     padding-left: 40px;
     background-repeat: repeat-y;
     float:left;
     background-image: url(images/main-left.png);
     width: auto;
     clear: left;
.wrapright {
     width:4px;
     background-image:url(images/main-right.png);
     background-repeat: repeat-y;
     float: right;
.bottomleft {
     height:22px;
     width:19px;
     background-image:url(images/bottom-left.png);
     float: left;
     clear: left;
.bottom {
     height:23px;
     background-image: url(images/bottom.png);
     background-repeat:repeat-x;
     width: auto;
.bottomright {
     height:22px;
     width:27px;
     background-image:url(images/bottom-right.png);
     float: right;

That's one of the problems with liquid (%) based layouts. In your default.css file, replace the top 2o selector rules with the following:
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin:0;
    padding:0;
    background: url(images/main-right.png) repeat-y;
.thrColLiqHdr #container {
    width: 95%;
   min-width: 870px; /**keep page from collapsing**/
    margin:0 auto;
    background: url(/images/halftone1.png);
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com

Similar Messages

  • Content Div drops down when browser re-sized in IE6

    Hi all
    Made my page width 100% in order to fix a background issue
    Now when I make the browser width smaller the main content
    div drops down in
    IE6. Using min-width fixes the problem in IE7 and FF but IE6
    does not work
    with min-width.
    Tried the hack width: expression(document.body.clientwidth
    < 1026? "1024px"
    : "auto"); in the css - placed in the #mainwrapper div but
    does not seem to
    be working in IE6
    any ideas
    B
    http://www.visit-the-coqui.com
    If you are thinking of a vacation to Puerto Rico
    http://www.thegadgettraveler.com
    Travel gadget and other news here

    page is at
    http://www.visit-the-coqui.com/Demo/index.html
    cheers
    B
    http://www.visit-the-coqui.com
    If you are thinking of a vacation to Puerto Rico
    http://www.thegadgettraveler.com
    Travel gadget and other news here
    "B" <[email protected]> wrote in message
    news:gh630q$229$[email protected]..
    > Hi all
    >
    > Made my page width 100% in order to fix a background
    issue
    >
    > Now when I make the browser width smaller the main
    content div drops down
    > in IE6. Using min-width fixes the problem in IE7 and FF
    but IE6 does not
    > work with min-width.
    >
    > Tried the hack width:
    expression(document.body.clientwidth < 1026?
    > "1024px" : "auto"); in the css - placed in the
    #mainwrapper div but does
    > not seem to be working in IE6
    >
    > any ideas
    >
    > --
    > B
    >
    http://www.visit-the-coqui.com
    > If you are thinking of a vacation to Puerto Rico
    >
    >
    http://www.thegadgettraveler.com
    > Travel gadget and other news here
    >
    >
    >

  • Windows jumping down when trying to resize them ?

    Occasionally (even after a reboot) I get a very annoying phenomena in which when I click the resize corner at the lower right a window, the entire window instantly jumps down (while staying the same size) about 1/3 of the way on the screen. The mouse cursor itself also jumps down so that it is still catching the resizing corner.
    It's exceedingly bothersome and happens not infrequently -- any ideas what may be causing this or how to solve it?
    Thanks!

    Try removing the file com.apple.systemuiserver from the folder ~/Library/Preferences.

  • How can I get my audio to move down when I move my video up without making two separate moves?

    Hey
    I have moved to Premiere as a lot of the companies I edit for are now using it. Overall impression is GREAT especially CC vs 5.5 which I started in.
    In relation to my question, when I move my video track up a layer my audio stays on track 1 or whereever it started. This is really frustrating as it overwrites the exsiting audio when I move it.
    Is there are workaround other than moving the audio down first then moving the clip along, I find this slows me down a lot.
    Is this coming out in a new update, or is there a quick solution i missing?
    I am about to head into 8 days of fast turnaround multi cam editing so any help would be appreciated.
    Thanks
    Piers Faircloth Harding

    I understand that side of it, its a feature which I was used to in FCP and now I dont have it so was wondering if CC has this feature.
    In realation to audio not caring what layer it is on you are correct but if I want to shift it with my video to a different layer it is a labourous task when editing under pressure in time sensitive situations eg onsite VNRs for events where you have to have ambient bg or when you want ambient from b roll over talking to have to shift it down separately before moving your clip to avoid overwriting exsisting.

  • New W530 Owner - Can I move down to W7 for a while and then come back?

    I have a full Windows 7 license and think I would prefer to move down to Windows 7 for a while and have the option to come back to 8 later.  My understanding is that 8's key is in the bios.
    If I move down to W7 will it install normally?
    If I later want to move back to W8 can I install that from any Win 8 Pro install media and it will just recognize the key at that time?
    Thanks!

    http://www.howtogeek.com/133168/how-to-downgrade-windows-8-pro-to-windows-7/
    http://www.infoworld.com/t/microsoft-windows/how-downgrade-windows-7-210685
    W520 4270CTO i7-2820QM Quadro2000M 1920x1080 Display 16GB RAM 2x240GB Intel 510 SSDs (RAID 0) - BIOS 1.42 - PCMark7:4,568
    Samsung Series 9 15-inch NP900X4C-A03US - PCMark7: 4674

  • Running FF as regular (non-admin ) user under Windows. FF 34 window moves down unexpectidly when adding a tab or resizing the window. Was OK w/ FF 17

    I resize FF window, or add/remove a tab. The entire window moves down.

    Opening some pages, such as Oracle eGroupware calendar causes the window to move down several steps as well.
    W2008 R2 + Remote Desktop Service.

  • Windows 10: Open Windows Are Resized When The Lid Is Closed

    I have just done the free Windows 10 Pro upgrade. Everything seems to be working fine; except for this issue. Every time I simply close and re-open the laptop lid, the open windows are resized. Most windows get restored to where they started, yet they seem to ALL have been resized and then sized to their previous location. You can tell because minimizing / restoring windows does not remember the actual last size that you used. But some windows DO NOT get resized back where I left them. Chrome in partiular becomes crazy. Sometimes the window becomes maximized; and other times it gets sized to a smaller rectangle at the top left of the screen. You can see all the windows flicker and jump around when you re-open the lid. ... My laptop is the ThinkPad W540.  MsInfo32: OS Name Microsoft Windows 10 Pro
    Version 10.0.10240 Build 10240
    Other OS Description Not Available
    OS Manufacturer Microsoft Corporation
    System Name COCOTPW540
    System Manufacturer LENOVO
    System Model 20BG0016US
    System Type x64-based PC
    System SKU LENOVO_MT_20BG
    Processor Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz, 2694 Mhz, 4 Core(s), 8 Logical Processor(s)
    BIOS Version/Date LENOVO GNET73WW (2.21 ), 3/12/2015
    SMBIOS Version 2.7
    Embedded Controller Version 1.11
    BIOS Mode Legacy
    BaseBoard Manufacturer LENOVO
    BaseBoard Model Not Available
    BaseBoard Name Base Board
    Platform Role Mobile
    Secure Boot State Unsupported
    PCR7 Configuration Binding Not Possible
    Windows Directory C:\WINDOWS
    System Directory C:\WINDOWS\system32
    Boot Device \Device\HarddiskVolume1
    Locale United States
    Hardware Abstraction Layer Version = "10.0.10240.16392"
    User Name CocoTpW540\Steven
    Time Zone Eastern Daylight Time
    Installed Physical Memory (RAM) 8.00 GB
    Total Physical Memory 7.62 GB
    Available Physical Memory 4.08 GB
    Total Virtual Memory 8.81 GB
    Available Virtual Memory 4.93 GB
    Page File Space 1.19 GB
    Page File C:\pagefile.sys
    Hyper-V - VM Monitor Mode Extensions Yes
    Hyper-V - Second Level Address Translation Extensions Yes
    Hyper-V - Virtualization Enabled in Firmware No
    Hyper-V - Data Execution Protection Yes  Components / Display: Name NVIDIA Quadro K2100M
    PNP Device ID PCI\VEN_10DE&DEV_11FC&SUBSYS_221E17AA&REV_A1\4&23A19969&0&0008
    Adapter Type Quadro K2100M, NVIDIA compatible
    Adapter Description NVIDIA Quadro K2100M
    Adapter RAM (2,147,483,648) bytes
    Installed Drivers nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um,nvwgf2um
    Driver Version 10.18.13.5362
    INF File oem86.inf (Section040 section)
    Color Planes Not Available
    Color Table Entries Not Available
    Resolution Not Available
    Bits/Pixel Not Available
    Memory Address 0xB0000000-0xB10FFFFF
    Memory Address 0x80000000-0x91FFFFFF
    Memory Address 0x90000000-0x91FFFFFF
    I/O Port 0x00004F80-0x00004FFF
    IRQ Channel IRQ 4294967289
    Driver c:\windows\system32\drivers\nvlddmkm.sys (10.18.13.5362, 10.63 MB (11,142,984 bytes), 7/23/2015 4:02 AM)
    Name Intel(R) HD Graphics 4600
    PNP Device ID PCI\VEN_8086&DEV_0416&SUBSYS_221E17AA&REV_06\3&21436425&0&10
    Adapter Type Intel(R) HD Graphics Family, Intel Corporation compatible
    Adapter Description Intel(R) HD Graphics 4600
    Adapter RAM 1.00 GB (1,073,741,824 bytes)
    Installed Drivers igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igd12umd64.dll,igdumdim32,igd10iumd32,igd10iumd32,igd12umd32
    Driver Version 10.18.15.4256
    INF File oem76.inf (iHSWM_w10 section)
    Color Planes Not Available
    Color Table Entries 4294967296
    Resolution 2880 x 1620 x 50 hertz
    Bits/Pixel 32
    Memory Address 0xB1400000-0xB17FFFFF
    Memory Address 0xA0000000-0xAFFFFFFF
    I/O Port 0x00005000-0x0000503F
    IRQ Channel IRQ 4294967290
    I/O Port 0x000003B0-0x000003BB
    I/O Port 0x000003C0-0x000003DF
    Memory Address 0xA0000-0xBFFFF
    Driver c:\windows\system32\drivers\igdkmd64.sys (10.18.15.4256, 6.09 MB (6,389,688 bytes), 7/18/2015 12:36 AM)

    Minor update: I performed another Windows 10 reset: I reset the operating system, keeping User Files. So the system got re-installed. I ran Windows Update until all updates came down. I also ran the Lenovo System Update and installed all updates. Specifically, at this point, I haven't gone looking for additional drivers, such as the graphics drivers --- and on this dual-graphics, there is no control panel for the high performance NVIDIA GPU ... I don't know if that is making any difference. The bug DOES persist; but behaves marginally different at this point ... at least, the open Chrome window no longer resizes; and the Task Manager doesn't move; but other things still jump around, and the open Control Panel window becomes duplicated. Again, this is just by closing and re-opening the laptop lid. The Lid-Closed behavior is set to "Do Nothing"; and the Intel Graphics is set to High Performacen mode. ... So I don't know if they do, but I would not understand why the graphics would switch when the lid closes: they still might. I have another video that captures the behavior. Again: there is no Lid-Closed action, and just closing and re-opening the lid causes the resolution to switch back and forth. YouTube: https://youtu.be/Qapt3ZyOVE4 ... I would like to see this cured, since it is truly a very annoying bug! Your work becomes disrupted simply from closing the lid.

  • How to keep objects centered and fixed when window resized

    Hi,
    Newbie here with a question about centering.  What I'm trying to do is center the content of a website and keep the content fixed in size, but what is happening is when I move the right side of the window toward the left side of the window (i.e. contract the window to a smaller size), the items that are centered,  keep moving.  For example, if I have a menu bar, I want the menu bar area to be fixed, and stay centered when a window is resized.  I've attached images of what I'm talking about to hopefully make this more understandable.
    Below is the link I used for information regarding centering:
    https://forums.adobe.com/thread/454036
    Thank you for your assistance

    May I suggest a bit more modern list style menu like the one way down the bottom of this page:
    http://www.peattiecapital.com/2014.php
    Here is the HTML code (classes on the a tag are optional)
    <ul>
       <li><a class="nl2014" href="2014.php">2014</a></li>
       <li><a class="nl2013" href="2013.php">2013</a></li>
       <li><a class="nl2012" href="2012.php">2012</a></li>
       <li><a class="nl2011" href="2011.php">2011</a></li>
       <li><a class="nl2010" href="2010.php">2010</a></li>
       <li><a class="nl2009" href="2009.php">2009</a></li>
       </ul>
    The CSS is here:
    http://www.peattiecapital.com/archive.css

  • Photoshop CS6 shuts downs when using the move tool

    Photoshop CS6 shuts downs when using the move tool. It seemas to run fine until i try and use the move tool. PS worked fine just a few weeks ago and now it has this issue. What can i do to resole this issue?
    Thnaks,
    System Specs
    Windows XP Home SP3
    AMD Atholon 64 X2 Dual
    2GB RAM
    Video Cards
    Radeon 7200
    NVIDIA GeForce 8400GS

    Two displays are OK on one adapter, Two displays adapters are not OK. http://helpx.adobe.com/photoshop/kb/gpu-opengl-support-photoshop-cs4.html
    7. If you are using more than one video adapter, remove the additional cards.
    Multiple video adapters can cause problems when OpenGL and Photoshop use the GPU. It's best to connect two (or more) monitors into one video adapter. If you have to use more than one video adapter, make sure that they are the same make and model. Also make sure that they both support the same versions of OpenGL and Shader Model. Otherwise, crashes and other problems can occur in Photoshop.
    Note: Using two video adapters does not enhance Photoshop's performance.

  • Why does the "Move to new window" function that I used to use not work when I right click on the tab anymore?

    It used to be when I right clicked on the tab in Firefox that I could use the "Move to new window" option. Now when I go down to that option it looks as though it is going to work, but nothing happens. The other day I changed a few options in Firefox, but I don't remember changing anything that sounded as though it would have this effect and now I can't find any options that seem to fix it. Thanks in advance for any help.

    Hello Beorn, probably the problem is an extension that isn't working correct.'''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    thank you

  • Application windows remembering original anchor points when moving or resizing

    Recently it seems that most of my windows, especially iTunes, Safari, and Finder, seem to retain the anchor points from when they were opened and revert to their original position if a window is resized. I've noticed the following odd behaviors that seem to be related to this problem:
    After moving an iTunes or Safari window, right-clicking will open the context menu in a location that corresponds to where the window was originally placed.
    After moving a window, a drag-n-drop target remains relative to where the window was. For example, in iTunes, if I open the application and move the window, it becomes impossible to drag a song into a playlist (unless I drag the song to the location where that playlist was when the window originally opened). The same sort of thing happens with Finder windows. In the image below, a screen grab of a Safari window, I right-clicked on the signal strength display pictured on the phone to the left; notice the context menu way off to the right of the Safari window.
    Resizing a Safari window makes the window first snap back to the original location, then allows the resize to occur.
    Opening/closing a tab in Safari, when the action causes the tab bar to appear or disappear, causes the Safari window to snap back to the original anchored position.
    I've noticed this behavior over the past week or so. It was about a week ago that I installed the 10.9.5 update to the OS, but I'm not sure if the problem pre-dated the update or not.
    This is driving me insane. Does anyone have any suggestions or, hopefully, a fix?
    Thanks.

    You can try running the combo update.
    10.9.5 Combo Update

  • How do you have the help file .chm hold its window position when the user resizes the help window.

    One of my customers is complaining that the help contents will scroll out of view when the window is resized.  Is there a way to anchor the position while the window is resized?

    My CHM is a help file for an application. The application uses F1 to open specific topics for help.  Therefore the help file needs to be visible but not cover the application to much. The Content in this situation is text however the help project contains Images, tables, text, etc. 
    If the user searches for the word "audio" in the search and it takes them to a section or sub topic that is half way down in the Topic, they would like that section or subtopic to stay in the same place as they resize the help window.  Using Bookmarks if the topic is large enough clicking the search link will place the results in the top left of the doc view window, however this is not necessarily the top of the topic. 
    Im not sure how else to explain what the user is seeing, sorry.
    Please explain "Also whether it remains consistent depends on whether an absolute or percentage value has been added to it."

  • Behavior when an e-mail is deleted.  I'd like the mail client to move down

    Currently when I am reading mail and the preview pane and I delete a message, it moves up to the next message above it. I'd like it to move down to the next message rather than up. So I can save messages at the top.
    Is there a setting to change to this?
    Sorry I am a new MAC convert.

    HI,
    In the Mail application window, click where you see: "From" You should be able to delete from the bottom or the top that way. More or less like a toggle.
    Carolyn

  • I can't download any rented movie. When I start downloading Windows iTunes crashes and Windows close this program. What should I do?

    I can't download any rented movie. When I start downloading Windows iTunes crashes and Windows close this program. What should I do?

    If the problem is iTunes slowing down and not appearing to run correctly, you should check  this Apple article out-> Apple software on Windows: May see performance issues and blank iTunes Store
    You may want to try resetting Winsock as a temporary fix.
    1. To do so, please do the following in an administrator user:
    Windows Vista and Windows 7: Right click All Programs and choose Accessories > Command Prompt. Choose to open as an administrator.
    Windows XP: Click Start > Run and type in cmd.
    2. Enter the following command: 
    netsh winsock reset
    3. Restart the computer and test the issue.
    Note:  If the issue returns, third-party software may be reinserting the LSP.

  • PS CS5 Extended on Windows -  When trying to use the clone stamp and/or healing brush as soon as I move the cursor over the image I get an exact copy of the existing layer that moves around the window with the movement of the clone stamp/healing brush.  W

    PS CS5 Extended on Windows
    When trying to use the clone stamp and/or healing brush as soon as I move the cursor from the toolbar over to the image I get an exact copy of the existing layer that moves around the window with the movement of the clone stamp/healing brush.  This just started tonight.  What's causing this weird behaviour?

    What are the settings in Window > Clone Source?

Maybe you are looking for

  • How can I stop wifi from cutting out when I am still near my router?

    My iPhone is not picking up the wifi very well and when I go upstairs it cuts out, even though other iPhones still have full wifi upstairs.

  • Install brushes in Photoshop CS5.1

    Hi I am attempting to install these brushes to Photoshop CS 5.1 I have previously used them in Photoshop CS4 64 Bit Extended I went through the same process - put the ABR file into Presets>Brushes but the brushes do not appear in Photoshop even when

  • Change colour font for active line in clearing transaction

    Hello, Our system is SAP ECC 6.0 with SAP GUI 710. When the signature design is activated, we have a problem of colour contrast between active/desactive lines in the transaction for clearing document (F-32 for example) : the active line is in dark bl

  • Scripting the location of the scratch disk...

    Hey folks, I'd like to set the location of the scratch disk in Photo shop CS3 in a javascript startup script. Does anybody know if that's possible? Thks, Will

  • Opening javascript error.. please help!

    um... I have Dreamweaver MX 2004 and suddenly, when I tried to open a file, it came up with this error message "while executing DWMenu_File_Open command in menus.xml, the following JavaScript error(s) occured: The dreamweaver.createDocument() and doc