Overlap DIVs

I have a guy who wants a hideous design brought to life, this
invloves overlapping some divs for an image display. As always it
works really well in Safari (god bless the Mac) but goes all mental
in IE. The page is here:
www.pslshopfitting.co.uk/typical.htm
The images and text are within a parent div called container
and the css for them all is as follows:
#container {position:relative; top:0; left:0; width:520px;
height:400px;}
#first {position:absolute; top:0; left:0; width: 290px;
height:220px; z-index:1;
background-image:url(../images/jpg/typical_1.jpg);}
#second {position:absolute; top:131px; left:215px; width:
290px; height:220px; z-index:10;
background-image:url(../images/jpg/typical_2.jpg);}
#third {position:absolute; top:282px; left:0px; width: 290px;
height:220px; z-index:20;
background-image:url(../images/jpg/typical_3.jpg);}
#fourth {position:absolute; top:433px; left:215px; width:
290px; height:220px; z-index:15;
background-image:url(../images/jpg/typical_4.jpg);}
#fifth {position:absolute; top:584px; left:0px; width: 290px;
height:220px; z-index:5;
background-image:url(../images/jpg/typical_5.jpg);}
#first_desc {position:absolute; top:30px; left:300; width:
200px; height:200px; z-index:100; font-size:18px; font-weight:bold;
color:#006699; vertical-align:middle; float:left;}
#second_desc {position:absolute; top:230px; left:10px; width:
200px; height:200px; z-index:150; font-size:18px; font-weight:bold;
color:#006699;text-align:right; float:right;}
#third_desc {position:absolute; top:368px; left:299px; width:
200px; height:200px; z-index:200; font-size:18px; font-weight:bold;
color:#006699;text-align:left; float:left;}
#fourth_desc {position:absolute; top:524px; left:10px; width:
200px; height:200px; z-index:200; font-size:18px; font-weight:bold;
color:#006699;text-align:right; float:right;}
#fifth_desc {position:absolute; top:668px; left:295px; width:
200px; height:200px; z-index:200; font-size:18px; font-weight:bold;
color:#006699;text-align:left; float:left;}
The top lot are the images and the bottom lot are the tag
lines.
Could someone please tell me how to get this to display in
IE?? I want shot of this hideous project
Thanks in advance

Here is the problem you are struggling with:
All of your images/captions are in absolutely postioned
elements. Since
they are absolutely positioned, they are removed from the
normal flow. When
they are removed from the normal flow, they cannot affect any
other elements
on the page, including the relatively positioned container,
which is what
you *REALLY* need to have happen with this layout. What you
might try is to
give that container a height of about 900px or so and keep
your fingers
crossed.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Jansolo" <[email protected]> wrote in
message
news:[email protected]...
>I have a guy who wants a hideous design brought to life,
this invloves
> overlapping some divs for an image display. As always it
works really well
> in
> Safari (god bless the Mac) but goes all mental in IE.
The page is here:
>
>
http://www.pslshopfitting.co.uk/typical.htm
>
> The images and text are within a parent div called
container and the css
> for
> them all is as follows:
>
> #container {position:relative; top:0; left:0;
width:520px; height:400px;}
> #first {position:absolute; top:0; left:0; width: 290px;
height:220px;
> z-index:1;
background-image:url(../images/jpg/typical_1.jpg);}
> #second {position:absolute; top:131px; left:215px;
width: 290px;
> height:220px;
> z-index:10;
background-image:url(../images/jpg/typical_2.jpg);}
> #third {position:absolute; top:282px; left:0px; width:
290px;
> height:220px;
> z-index:20;
background-image:url(../images/jpg/typical_3.jpg);}
> #fourth {position:absolute; top:433px; left:215px;
width: 290px;
> height:220px;
> z-index:15;
background-image:url(../images/jpg/typical_4.jpg);}
> #fifth {position:absolute; top:584px; left:0px; width:
290px;
> height:220px;
> z-index:5;
background-image:url(../images/jpg/typical_5.jpg);}
>
> #first_desc {position:absolute; top:30px; left:300;
width: 200px;
> height:200px; z-index:100; font-size:18px;
font-weight:bold;
> color:#006699;
> vertical-align:middle; float:left;}
> #second_desc {position:absolute; top:230px; left:10px;
width: 200px;
> height:200px; z-index:150; font-size:18px;
font-weight:bold;
> color:#006699;text-align:right; float:right;}
> #third_desc {position:absolute; top:368px; left:299px;
width: 200px;
> height:200px; z-index:200; font-size:18px;
font-weight:bold;
> color:#006699;text-align:left; float:left;}
> #fourth_desc {position:absolute; top:524px; left:10px;
width: 200px;
> height:200px; z-index:200; font-size:18px;
font-weight:bold;
> color:#006699;text-align:right; float:right;}
> #fifth_desc {position:absolute; top:668px; left:295px;
width: 200px;
> height:200px; z-index:200; font-size:18px;
font-weight:bold;
> color:#006699;text-align:left; float:left;}
>
> The top lot are the images and the bottom lot are the
tag lines.
>
> Could someone please tell me how to get this to display
in IE?? I want
> shot of
> this hideous project
>
> Thanks in advance
>

Similar Messages

  • Need help with overlapping divs!

    Hey everyone,
    I'm working on another website and I have come up against a common problem for newbie designers from what I hear, the dreaded overlapping div problem!  I have a 2 column fixed layout with a floating left div.  My left div has my nav bar and various images.  When my main content div has more content than the left floating div, the left div border does not reach the footer!  Until now, I have gotten by with just hitting return in my left column div until it reaches the footer.  I am sure it is not the right way to do it but it has worked so far.  The problem is, now one of the pages has the left column div overlapping onto the footer!  I did some reading and I am guessing it involves either the box properties or clear float which I am not too familiar with.
    Any advice would be stellar!  I know this is just another stumbling block to get over but I would feel so much better if I was doing it the right way. 
    Here are screens of my issue,
    And here is my code for the page in question.
    <!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" />
    <link rel="shortcut icon" href="http://www.xldesignsonline.com/fchi/favicon.ico">
    <title>Full Circle Home Inspections</title>
    <link href="_css/main.css" rel="stylesheet" type="text/css" /><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <style type="text/css">
    <!--
    body {
         background-color: #FFF;
    .paragraphLead {
         font-size: 110%;
         font-weight: bold;
    a:link {
         text-decoration: none;
         color: #CF0;
    a:visited {
         text-decoration: none;
    a:hover {
         text-decoration: none;
    a:active {
         text-decoration: none;
    #apDiv1 {
         position:absolute;
         width:236px;
         height:157px;
         z-index:1;
         left: 692px;
         top: 372px;
    #apDiv2 {
         position:absolute;
         width:200px;
         height:192px;
         z-index:2;
         left: 697px;
         top: 1443px;
    #apDiv3 {
         position:absolute;
         width:158px;
         height:204px;
         z-index:2;
         left: 643px;
         top: 1502px;
    -->
    </style>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body class="twoColFixLtHdr">
    <div id="container">
      <div id="header">
        <h1><!-- end #header -->
      </h1></div>
      <div id="sidebar1">
        <h3 align="center">
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="200" height="620">
            <param name="movie" value="_assets/menu.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="_assets/menu.swf" width="200" height="620">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>
        </h3>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://www.nachi.org/"><img src="_images/interNACHI.png" alt="InterNACHI" width="190" height="164" border="0" /></a></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://www.nachi.org/education.htm"><img src="_images/education-seal-small.gif" alt="education seal" width="150" height="150" border="0" /></a></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://www.iac2.org/"><img src="_images/iac2-all.gif" width="174" height="126" alt="IAC" /></a></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://www.inspectopia.com/profile.b.507.r.16181.u.03bcfb.html"><img src="_images/logo_top.png" alt="Inspectopedia" width="190" height="45" border="0" /></a></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://www.energystar.gov/"><img src="_images/img_energy_star_partner.jpg" width="160" height="191" alt="Energy Star Partner" /></a></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://cjenterprises.myshaklee.com/us/en/welcome.html#"><img src="_images/Shaklee.gif" alt="Shaklee" width="119" height="160" border="0" /></a></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://activerain.com/"><img src="_images/ARLogoSmall.gif" alt="Active Rain" width="135" height="36" border="0" /></a></p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"><a href="http://www.insiderpages.com/b/15246780294"><img src="_images/insider_pages.gif" alt="Insider Pages" width="89" height="37" border="0" /></a></p>
    <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
        <p align="center"> </p>
      </div>
      <div id="mainContent">
        <h2>Radon Gas Inspection</h2>
        <div id="paragraphFloat">
          <h5>What Is Radon?</h5>
          <p> Radon is a cancer causing radioactive gas. You cannot see, smell or taste radon, but it may be a problem in your home. The Surgeon General has warned that radon is the second leading cause of lung cancer in the United States today. </p>
          <div id="apDiv1">
        <div align="center"><a href="http://www.epa.gov/radon/video/epa-epu.wmv"><img src="_images/psa_revised.jpg" alt="What Is Radon?" width="200" height="172" border="0" /></a></div></div></div>
        <p>If you smoke and your home has high radon levels, you're at high risk for developing lung cancer. Some scientific studies of radon exposure indicate that children may be more sensitive to radon. This may be due to their higher respiration rate and their rapidly dividing cells, which may be more vulnerable to radiation damage. </p>
    <p> </p>
        <h5>Why Is It Dangerous?</h5>
    <p> The U.S. Environmental Protection Agency (US EPA) and the Surgeon General's Office have estimated that as many as 20,000 lung cancer deaths are caused each year by radon. Radon is the second leading cause of lung cancer. Radon-induced lung cancer costs the United States over $2 billion dollars per year in both direct and indirect health care costs.</p>
    <p>According to the US EPA, nearly 1 in 3 homes checked in seven states and on three Indian lands had screening levels over 4 pCi/L, the EPA's recommended action level for radon exposure.</p>
    <p>The alpha radiation emitted by radon is the same alpha radiation emitted by other alpha generating radiation sources such as plutonium.</p>
    <p>A family whose home has radon levels of 4 pCi/l is exposed to approximately 35 times as much radiation as the Nuclear Regulatory Commission would allow if that family was standing next to the fence of a radioactive waste site. (25 mrem limit, 800 mrem exposure)</p>
    <p> At the 4 pCi/l EPA action guideline level, radon carries approximately 1000 times the risk of death as any other EPA carcinogen. It is important to note that the action level is not a safe level, as there are no &quot;safe&quot; levels of radon gas.</p>
    <p> </p>
    <h5>How Does It Get Into My Home?</h5>
    <p> Radon is a radioactive gas. It comes from the natural decay of uranium that is found in nearly all soils. It typically moves up through the ground to the air above and into your home through cracks and other holes in the foundation. Your home traps radon inside, where it can build up. Any home may have a radon problem. This means new and old homes, well-sealed and drafty homes, and homes with or without basements.</p>
    <p> Radon from soil gas is the main cause of radon problems. Sometimes radon enters the home through well water. In a small number of homes, the building materials can give off radon, too. However, building materials rarely cause radon problems by themselves.</p>
    <p><strong>Radon gets in through:</strong></p>
    <ul>
      <li>Cracks in solid floors
        <div id="apDiv3">
          <div align="center"><a href="http://www.fullcirclehomeinspections.com/_assets/CitizensGuideRadon.pdf"><img src="_images/citguidecoverradon.jpg" alt="Guide To Radon" width="154" height="200" border="0" /></a></div>
        </div>
      </li>
      <li>Construction joints</li>
      <li>Cracks in walls</li>
      <li>Gaps in suspended floors</li>
      <li>Gaps around service pipes</li>
      <li>Cavities inside walls</li>
      <li>Surrounding water supply</li>
    </ul>
    <p> </p>
    <h5>What Can I Do?</h5>
    <p> Radon is a national environmental health problem. Elevated radon levels have been discovered in every state. The US EPA estimates that as many as 8 million homes throughout the country have elevated levels of radon. Current state surveys show that 1 home in 5 has elevated radon levels.</p>
    <p> Testing is the only way to know your home's radon levels. There are no immediate symptoms that will alert you to the presence of radon. It typically takes years of exposure before any problems surface. </p>
    <p>Let <strong>Full Circle Home Inspections</strong> ensure your family and your home are protected and safe from radon exposure!</p>
    <p> </p>
    <h5>Radon Myths</h5>
    <p><strong><em>MYTH:</em> Scientists are not sure that radon really is a problem.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em></strong> Although some scientists dispute the precise number of deaths due to radon, all the major health organizations (like the Centers for Disease Control and Prevention, the American Lung Association and the American Medical Association) agree with estimates that radon causes thousands of preventable lung cancer deaths every year. This is especially true among smokers, since the risk to smokers is much greater than to non-smokers.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> Radon testing is difficult, time-consuming and expensive.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em></strong> Radon testing is easy. You can test your home yourself or hire a qualified radon test company. Either approach takes only a small amount of time and effort.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> Homes with radon problems can't be fixed.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em></strong> There are simple solutions to radon problems in homes. Hundreds of thousands of homeowners have already fixed radon problems in their homes. Most homes can be fixed for about the same cost as other common home repairs; check with one or more qualified mitigators. Call your <a href="http://www.epa.gov/radon/whereyoulive.html">state radon office</a> for help in identifying qualified mitigation contractors.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> Radon affects only certain kinds of homes.</strong></p>
    <blockquote>
      <p><strong><em>FACT: </em></strong>House construction can affect radon levels. However, radon can be a problem in homes of all types: old homes, new homes, drafty homes, insulated homes, homes with basements, and homes without basements. Local geology, construction materials, and how the home was built are among the factors that can affect radon levels in homes.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> Radon is only a problem in certain parts of the country.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em></strong> High radon levels have been found in every state. Radon problems do vary from area to area, but the only way to know your radon level is to test.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> A neighbor's test result is a good indication of whether your home has a problem.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em></strong> It's not. Radon levels can vary greatly from home to home. The only way to know if your home has a radon problem is to test it.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> Everyone should test their water for radon.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em></strong> Although radon gets into some homes through water, it is important to first test the air in the home for radon. If your water comes from a public water supply that uses ground water, call your water supplier. If high radon levels are found and the home has a private well, call the Safe Drinking Water Hotline at 1-800-426-4791 for information on testing your water.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> It's difficult to sell homes where radon problems have been discovered.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em></strong> Where radon problems have been fixed, home sales have not been blocked or frustrated. The added protection is some times a good selling point.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> I've lived in my home for so long, it doesn't make sense to take action now.</strong></p>
    <blockquote>
      <p><strong><em>FACT: </em></strong>You will reduce your risk of lung cancer when you reduce radon levels, even if you've lived with a radon problem for a long time.</p>
    </blockquote>
    <p><strong><em>MYTH:</em> Short-term tests can't be used for making a decision about whether to fix your home.</strong></p>
    <blockquote>
      <p><strong><em>FACT:</em> </strong>A short-term test, followed by a second short-term test* can be used to decide whether to fix your home. However, the closer the average of your two short-term tests is to 4 pCi/L, the less certain you can be about whether your year-round average is above or below that level. Keep in mind that radon levels below 4 pCi/L still pose some risk. Radon levels can be reduced in most homes to 2 pCi/L or below.</p>
      <p> </p>
      <p> </p>
      <p> </p>
      <p align="center"><img src="_images/CA-3.jpg" width="520" height="207" /></p>
    </blockquote>
      </div>
      <div id="footer">
        <p align="center"><strong>© 2009 XL Designs Online - All Rights Reserved </strong></p>
      </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    And here is my CSS if needed,
    @charset "utf-8";
    body  {
         font: 100% Verdana, Arial, Helvetica, sans-serif;
         background: #666666;
         margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
         padding: 0;
         text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
         color: #000000;
    .twoColFixLtHdr #container {
         width: 950px; /* the auto margins (in conjunction with a width) center the page */
         border: 1px solid #000000;
         text-align: left; /* this overrides the text-align: center on the body element. */
         margin-top: 20px;
         margin-right: auto;
         margin-bottom: 20px;
         margin-left: auto;
         background-color: #557050;
    .twoColFixLtHdr #header {
         border-bottom: 1px solid #000000;
         height: 250px;
         background-color: #DDDDDD;
         padding-top: 0;
         padding-right: 10px;
         padding-bottom: 0;
         padding-left: 20px;
         background-image: url(../_images/homebanner1.png);
    .twoColFixLtHdr #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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
         text-align: center;
         font-size: 48px;
         font-family: Tahoma, Geneva, sans-serif;
         color: #000;
    .twoColFixLtHdr #sidebar1 {
         float: left; /* since this element is floated, a width must be given */
         width: 200px;
         border-right: 1px solid #000000;
         background-color: #557050;
         padding-top: 0px;
         padding-right: 10px;
         padding-bottom: 15px;
         padding-left: 10px;
    .twoColFixLtHdr #mainContent {
         margin-top: 0;
         margin-right: 0;
         margin-bottom: 0;
         margin-left: 250px;
         padding-top: 0;
         padding-right: 20px;
         padding-bottom: 0;
         padding-left: 20px;
         text-align: left;
    .twoColFixLtHdr #mainContent h1 {
         font-size: 48px;
         font-family: "Arial Rounded MT Bold";
         font-weight: bold;
    .twoColFixLtHdr #mainContent h2 {
         font-family: "Arial Rounded MT Bold";
         font-size: 32px;
    .twoColFixLtHdr #mainContent h3 {
         font-family: Georgia, "Times New Roman", Times, serif;
         font-style: italic;
         color: #CF0;
         font-size: 125%;
    .twoColFixLtHdr #mainContent h5 {
         font-size: 120%;
    .twoColFixLtHdr #footer {
         padding: 20px 10px 20px 20px;
         border-top: 1px solid #000000;
         background-color: #A3A3A3;
         font-family: Arial, Helvetica, sans-serif;
    .twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .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 */
         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 a float */
         clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #paragraphFloat {
         width: 350px;
    #paragraphFloat2 {
         width: 350px;
    Please if anyone knows what I'm doing wrong please please let me know!  Since I am learning, I really want to get main concepts like this down so I am not constantly doing things the hard way!  Thank you! 
    Jayson

    1) Regarding validation, what does it do?
    It validates by telling you where your code isn't er... valid.  Sometimes the results are a bit jumbled but if you work through them one at a time and revalidate, it's a good way to learn.  If you fix all of the errors shown up through the validator you should end up with standards compliant code.  Not necessarily the best, most efficient code you can write but at least it will be valid and it helps you spot errors that hours of code-staring never seems to find.
    I don't use the DW validation tool because I find the W3c one easier.
    The W3c validator has a check box of HTML Tidy which can tidy up your code but it's not always as easy to see what changes.
    2) I know the <p> tag for spacing is wrong, I could just feel it in my bones.  I just didn't know what else to do.  If I <br> all the way down won't the code be just as cluttered?
    You're obviously a born web coder!
    <br> will bloat your page if you use them to position elements.
    Here you need to get used to a) the Block Model and b) CSS positioning.  Once you crack these, CSS opens up for you and becomes a little more intuitive.
    if you have two elements on top of each other rather than push them apart with other elements you do it with padding and/or margin.  There are things to watch out for here namely, collapsing margins but if you start to read up on the above, you'll get it.
    I just thought of something.  If I add a div in main content, align it to the bottom center with CSS, use a line break between it and the text above, and add the image in question in the new div, will the spacing between the text and image work itself out?  I just really want to get out of the <p> bad habit.
    Keep thinking!  Web design is not like desktop publishing or print.  Elements on a HTML page don't behave like paragraphs on a page.  Once you begin to figure out why not it all gets a little easier.
    If you want an image at the bottom an element you put that at the end of the content in that element.  Then you need to ensure there is no margin, padding or border between the img element and the next element (your footer).  HTML elements come with some styling that is applied by default in the browser.  Many web developers include a rule like this:
    body {
    margin: 0;
    padding:0;
    This sets the margin and padding to zero of course and it's purpose is to override the defaults.  Some people advocate applying similar rules to all elements and if your interested try googling Eric Meyer who has written about it online.
    One of the key purposes of CSS is to take styling out of the page.  It's leaner, more efficient for the viewer and the coder and helps with site management.
    3) AP divs are weird, and I did only use as a last resort.
    See? You're a natural!
    The reason is I am confused by the float and clear float classes.  My left column is floated left and that element is what I was having problems understanding.  I tried to make new divs and float right but I screwed it all up.  I am sure I am just not applying the clear float in the right places.
    Getting the hang of floating is key to CSS positioning.  You use a float if you want two elements to sit side by side on the page.  It disrupts the "document flow."  Ordinarily HTML elements are rendered one after the other, on top of each other.  Floating an element takes it out of the document flow and allows other elements to occupy its space.  When you float an element it should always have a width.  If the element below it also has a width, that width has to be sufficiently narrow to allow it to occupy the space.  In short, floated elements can't be wider than their containing element.
    The clear property is used after a float to stop an element occupying the space left by a floated element.  It works but confuses the heck out of me!
    So that leads me to my final point.  I am a novice too!  I might have fluffed a few of the technical points above but it's pretty much there.
    Regards
    Martin

  • Multiple compositions as overlapping divs

    Hello,
    My first question on this forum and I could really use some help with this. Have been stuck on finding a solution, for well over a week.
    I am trying to overlap multiple compositions in an Adobe Edge Animate project (I am using Edge Animate CC 2014.1.1).
    Basically I am trying to achieve the effect shown in the image below (where the blue stage is my main stage - first composition being loaded, the red is the second and the green is the third):
    I added a link to my Edge Animate project files below (I modified the main.html file to accomodate three compositions).
    In raw HTML, this can be very easily achieved by using a <div> that is has "position:relative" (it would be the blue area) and nesting two divs with "position:absolute" inside it (the red and the green). My problem is getting the same effect in Edge and loading a composition in each of the two overlapping divs.
    In my Edge project, main file, I have three stage divs:
    <div id="StageA" class="EDGE-222475028"></div>
    <div id="StageB" class="EDGE-222542206"></div>
    <div id="StageC" class="EDGE-222622471"></div>
    StageA would be the main container div (blue), StageB the first nested one (red) and StageC the third (green) positioned at the right margin of the main container.
    I was not able to apply the same overlapping concept to Edge stage divs, as in my raw HTML example.
    How can I achieve this?
    Edge project files: https://www.dropbox.com/s/qj8jbrrrnbleozp/overlapping_multiple_compositions.zip?dl=0
    Thank you,
    Chris

    Can you share the actual project files, so that we can help you out?
    You may PM me the uploaded zipped file link, if you don't wish to share your project publicly here.

  • Preventing overlapping divs (using spry collapsible panel)?

    I'm using a collapsible panel. below that is another div.
    When user clicks on collapsible panel it revelas it content. The following div with content(i.e. <div class=""> </div>
                 <div class="clean-graypop">
                   <input type="radio" value="a" name="question1" />...) moves down. At least when viewed in a browser.
    However, when viewed in print preview, and when printed. the contents of the collapsible panels now overlaps the content of the following div contents
    <p><strong>Part 1: Statistical inference</strong></p>
                <p> Questions revealed and hidden using buttons.</p>
                <div id="CollapsiblePanel2" class="CollapsiblePanel">
                  <div class="CollapsiblePanelTab" tabindex="0"><a href="#" target="_self" class="button"><span>Question 1</span></a><br />
                    <br />
                  </div>
                  <div class="CollapsiblePanelContent">
                    <p>Read the following statements (1-5) about measures of effect in epidemiological studies. </p>
                    <ol>
                      <li>A measure of effect is a quantity that measures the effect of a factor on the frequency or risk of an outcome.</li>
                      <li>The incidence of a disease cannot be calculated in a case-control study because the controls represent an unknown fraction of the whole population.</li>
                      <li>Rate ratios, risk ratios, odds ratios, differences between means and differences between medians can all be used as effect measures in both cohort and intervention studies.</li>
                      <li>The only measures of effect that can be calculated in a cross-sectional study are prevalence ratios and odds ratios. </li>
                      <li>A prevalence ratio can be calculated in an ecological study.</li>
                    </ol>
                    <p>Which one of the following options (a-e) is correct?</p>
                  </div>
                </div>
                <br />
                <div class=""> </div>
                <div class="clean-graypop">
                  <input type="radio" value="a" name="question1" />
                  a) Statements 1 and 2 are correct<br />
                  <input type="radio" value="b" name="question1" />
                  b) Statements 1, 3 and 5 are correct<br />
                  <input type="radio" value="c" name="question1" />
                  c) Statements 1, 2, 3 and 4 are correct<br />
                  <input type="radio" value="d" name="question1" />
                  d) Statements 2, 3, 4 and 5 are correct<br />
                  <input type="radio" value="e" name="question1" />
                  e) All of the statements are correct<br />
                </div>
                <br />

    Define a media type CSS for print that compensates. Read here: http://www.w3.org/TR/CSS2/media.html
    Mylenium

  • Overlapping DIV not displaying correctly

    HALP!  I have overlapped a DIV on purpose, the correct DIV is displayed on top on some computers but not on others and does not display correctly in Internet Explorer at all.
    My link is below.  I would like to display the DIV with the flash underneath the Bat DIV.
    http://batengineering.bdaonline.co.nz/
    Can anyone out there help me!

    I see in IE6 that transparency is not handled well at all. .pngs are dicey with IE6.
    If you want to make your Flash movie lie down behind the bat image, you need to give it a wmode="opaque". Otherwise, the Flash will always come to the front.
    In IE6, IE7, and IE8, your top menubar is breaking, the right hand end cap is falling to the second line. You might want to put a little ease into it somehow.
    On all IE and on Firefox on the Mac, there seems to be a nasty white vertical stripe on the right side...maybe a gap in width of the background image. Check to make sure you have a default background-color to make that go away.
    On Safari on the Mac and Firefox on the PC, the Flash does not seem to show up at all in BrowserLab, although I see it on my XP; could be an artefact of BrowserLab's process.
    W3c finds a few errors in the markup: http://validator.w3.org/check?uri=http://batengineering.bdaonline.co.nz/&charset=(detect+a utomatically)&doctype=Inline&group=0
    And the CSS throws a few warnings: http://jigsaw.w3.org/css-validator/validator?uri=http://batengineering.bdaonline.co.nz/&pr ofile=css21&usermedium=all&warning=1〈=en
    On the whole, though, the page is looking good.
    Beth

  • How to merge colors of overlapping divs

    Looking to dynamicly create a venn diagramm from overlapping ellipse divs of different colors. While I am able to use extra divs to fad in the required colors once the ellipses have stopped moving, I am unable to have the colors simply merge.

    Hi there,
      Have you tried just overlapping the colored ellipses set to a slightly lower opacity? It would take some playing with to find the right percentage that works best to try and achieve the exact effect you want, but I would start at 50% each and work from there.
      See below I have two ellipses set to 75% opacity, overlapping to create a yellow-orange color:
    Let me know if this helps!

  • Overlapping divs

    which css property do i need to use to allow 2 divs to overlap (dont worry about z-orders or other properties used to determine which ones shows for now)

    CSS:
    #wrapper {
    position: relative;
    #div1 {
    position: absolute;
    /**VALUES CAN BE EXPRESSED IN PX, % OR EM**/
    top \ bottom: value;
    left \ right: value;
    width: value;
    z-index: 1-10000;
    #div2 {
    position: absolute;
    top \ bottom: value;
    left \ right: value;
    width: value;
    z-index: 1-10000
    HTML:
    <body>
    <div id="wrapper">
    <div id="div1">
    div1 content here
    </div>
    <div id="div2">
    div2 content here
    </div>
    <!--end wrapper--></div>
    </body>
    Working demo with text over an image:
    http://alt-web.com/DEMOS/CSS-Sold-Out-Text-over-image.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Help with this div - can I overlap divs?

    Hello there, I used the search function to find an answer to this, but got nothing concrete so thought I should make this thread
    My problem is shown in the screenshots below. I created a div id for the banner, a div id for the button "home". There is a Div ID for the stuff below, and that stuff is put into div classes
    My problem is, I want to put that home button over the gre banner (and other buttons). When I try shifting the button over the banner, instead of shifting over the banner, it shifts the banner away and just pushes it. The screen shot is below showing the before and after, as well as the css:
    [img]http://i1006.photobucket.com/albums/af186/RC20087765/Fig1designview.jpg?t=1292783483[/img]
    [img]http://i1006.photobucket.com/albums/af186/RC20087765/Fig1csscode.jpg?t=1292783852[/img]
    ^^ the css for that. The name of the button is "home" and it is a DIV ID
    This is what happens when I changes the margin left to 80pixes instead of 50 pixels (i.e. when i tried moving it to the right)
    [img]http://i1006.photobucket.com/albums/af186/RC20087765/fig2designview.jpg?t=1292783939[/img]
    All I want to do is place that home button on the grey banner! And later on, I will put some other buttons up there, but for now thats what I want to do
    If someone can just tell me how to put a div over another div, I would be so grateful! Thanks guys.

    Yes you can place one div over another div by using z-indexing (giving the <div> a stacking order). BUT, z-indexing only works with <div>s that have a declared position, like position:absolute (or relative). z-indexing and declared position have to be used together.
    From and old post:
    One more thing about positioning. z-indexing only works with elements that have a declare position like absolute or relative, and how that element reacts to a declare position will depend on whether or not it's parent element also has a declare position.
    So
    Code:
    #flash {
    z-index:5;
    will not work without ALSO giving it a declare position.
    But the actual display of #flash will very depending on whether or not it's parent container (<div>) also has a declared position.
    That is, if it's parent container DOES NOT also have a declared position, the child <div> will do 1 of 2 things.
    If position:relative, it will position as desired but space will be left as though that element was still in the natural flow. So you may move the 500 X 100 element down and over, but a 500 X 100 space will be left, as though it was still there.
    If position:absolute, child is positioned relative to browser window and that position does not change even if window contracts or expands.
    So be sure to give a declared position to both the parent and the child <div>.
    Example page using declared positions and z-indexing to sandwich Flash between 2 layers of text:
    http://www.cidigitalmedia.com/tutorials/flash_div.html
    View the source code or copy it and practice by changing z-index and positions.
    Maybe this will help clear up any misunderstanding you have about declared positioning as well as the use of z-indexing:
    More info here:
    http://www.w3schools.com/css/pr_pos_z-index.asp
    Best of luck to ya!
    Adninjastrator

  • Overlapping div problem

    I added a small div with a border just above the footer of a perfectly functioning page, and the border wants to surround practically the whole page. What happened?
    http://www.aptcoweb.com/dev/vip/index2.htm
    Here's what it was: http://www.aptcoweb.com/dev/vip/index.htm

    That's what happens you neglect to clear your floats from above.
    #join {
        clear: both;
    Nancy O.

  • Focus() call on a select tag seems to be causing problems

    I have a reasonably complicated web site with dynamically created, absolutely positioned, overlapping divs with form elements contained within them.
    Starting with Firefox 4 and in Firefox 5, clicking on a dropdown list (<select>) tag can cause fragments of text from some of the "bottom" (i.e. not visible) divs to appear within the "top" (i.e. visible) div.
    I can make this problem go away by setting the onmousedown handler (not previously set) for the select tag to a dummy event handler which terminates the event. I can force it to happen again either by allowing the event to bubble up or by explicitly calling .focus(). Also, causing any part of the screen to refresh (such as writing to the DOM) will cause the fragments of text to disappear and the problem does not then reoccur with the given <select> tag.
    This issue does not arise in IE 8 / 9, Opera 10 / 11 or Chrome.
    Is this a known issue? If it is the .focus() call which is causing the problem and given that that is native code, is there a workaround other than what I have done?

    Took a look at the SQL Navigator. The "DB Navigator" (the navigation tree on the left with all the DB objects in it) shows the right precision and scale of every column, whereas the "columns" tab that appears when you >double click the view in the DB navigator always shows "number(0,0)". So I consider this a bug of SQL Navigator, but don´t believe it has anything to do with your problem.Yup, you're absolitely right. Not impreseed with SQL navigator!!!
    Just a thought: Could it be that some restrictions concerning the db user (dunno, perhaps even FGAC?) prevents that specific data to be shown? Do you connect in SQL Navigator as the same user as with the other >applications?Nice idea but I'm using the same user account.
    My background is in SQL Server (don't hold it against me :) ) and that has a tool called Profiler than enables one to capture the query being executed against the database engine. Does Oracle have anything similar? It might be useful to test whether the driver does something funky to the query that might manifest itself in what I'm seeing!
    -Jamie

  • Slicing and roll over effects

    I am trying to create a roll over image effect that is giving
    me a hard time. I have a picture of apple pie, with 6 slices. I
    wanted to have a pop up window display with the ingredients for
    each slice a person rolled the mouse over.
    (6 different slices making one whole pie apple, blueberry,
    cherry, etc you get the idea). When I tried this in image ready, I
    had the slices cut up, but the pop up window was larger than the
    actual slice, so only a portion of the info displayed. Is there a
    way I can create a slice and have the roll over effect or pop up
    window display larger than the hotspot slice? Its kinda hard to
    describe, but I think you can understand what Im trying to do. The
    ingredients list is much larger then the pie slice hotspot.
    I cannot get my brain around how to make this happen. I know
    theres a way, I just dont know how.
    Thanks for any advice on this.

    A rollover replaces one image with another. You can do a
    standard rollover, replacing the image your mouse rolls over or a
    disjoint rollover, where you replace a different image.
    A pop-up generally requires a click and is done in
    JavaScript. In the pop-up window, you can specify whether or not
    you have scroll bars.
    You might also check into setting overlapping divs and
    changing the visibility of the layers depending on mouse movement,
    but...that's probably going to require you to code the JavaScript
    by hand.
    Anyway, what is it you want? A rollover image or a pop-up
    window?

  • How do you keep bottom columns from overlapping another div

    I am using DW CS3 and am following instructions on making first web page everything is fine till I get to positioning the columns at the bottom of page when i try and set a css rule to position left column the column overlaps the previous div the instructions i am using are from adobe http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt2_08.html here is the code that I have up to the point that I put in the rule for the left column for the design page   
    <div id="container">
       <div id="banner"></div>
       <div id="main_image></div>
       <div id="left_column">Content for id"left_column" Goes Here</div>
       <div id="column_container">
           <div id="right_column">Content for id"right_column" Goes Here</div>
           <div id="center_column">Content for id"center_column" Goes Here</div>
       </div>
    </div>
    On the CSS page that is attached to it the code is as follows:
    #container  {
    width:  968 px;
    background:  FFFFFF;
    margin:  0 auto:
    padding-left:  10px:
    padding-right:  10px:
    overflow:  hidden;
    #banner  {
    background-image:  url(images/banner.gif);
    height:  100px;
    width:  968px;
    #main_image  {
    background-image:  url(images/main.jpg);
    height:  376px;
    width:  968px;
    and then I am suppossed to do a box with width of 316 and float left when I do this it floats left and goes down in size but also goes up into the top of my main image why is this happening?

    Zabberwan is correct  :-)   If the basic css is not written correctly, the page will not display as intended.  You are using a colon (:) instead of a semi-coon (;) to close off the style rule... in addition, the #hash tag was missing from the background rule.
    This is what your code should look like before proceeding with the next step of the tutorial:
    <!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:  968px;
        background: #FFFFFF;
        margin:  0 auto;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    #banner {
        background-image: url(images/banner.gif);
        height:  100px;
        width:  968px;
    #main_image {
        background-image: url(images/main.jpg);
        height: 376px;
        width: 968px;
    </style>
    </head>
    <body>
    <div id="container">
      <div id="banner"></div>
      <div id="main_image></div>
       <div id="left_column">Content for id"left_column" Goes Here</div>
      <div id="column_container">
        <div id="right_column">Content for id"right_column" Goes Here</div>
        <div id="center_column">Content for id"center_column" Goes Here</div>
      </div>
    </div>
    </body>
    </html>

  • Topic Content Pane ( div ) overlaps SideBar (TOC/Index) Pane after publishing Browser-based AirHelp, while locally it works fine.

    Hi,
    I have been facing this issue where the Topic Content Pane (<div>) overlaps the SideBar pane every time I try to open the Browser-Based AirHelp after it has been published on a server.
    Although, if I view the same locally on my machine, it appears fine.
    I'm using RoboHelp 10 to create the help and have the context sensitivity enabled for integrating the help with my software application.
    I have also created the custom window for viewing help.
    Now, considering the fact, that we are only using and testing our helpfile on the latest versions of Firefox and Chrome browsers with Flash enabled, this problem however, is not consistent. After getting published, on some machines it appears fine on both browsers and on some it only appears fine on any one of the browsers. Also, there are some machines, where the problem is seen on both browsers.
    For Example:
    When I try to view the helpfile after it has been published on a server, the following issues are observed:
    On My Machine: Topic Content pane overlaps Sidebar pane on Chrome browser and on Firefox it appears fine.
    Firefox version: 35.0.1, Chrome Version: 40.0.2214.115 m, Adobe Flash Player 11 Plugin Version: 11.7.700.202
    On Another Machine: It appears fine on both browsers.
    Firefox version: 35.0.1, Chrome Version: 40.0.2214.115 m, Adobe Flash Player 11 Plugin Version:11.6.6.2.171
    Now take a look at these images:
    (On Chrome) When Opened Locally:
    (On Firefox) After Getting Published:
    (On Chrome) After Getting Published:
    Machine 1: Topic content overlaps TOC pane
    Machine 2:  Empty white space appears at the bottom (below footer)
    After going through all the relevant information that could be found on your AirHelp forums, I couldn't find a solution.
    This issue is very critical to me right now due to the upcoming documentation releases, and i need a resolution to this ASAP. Please Help.

    Hi Jeff,
    I wrongly addressed it to Adobe. Any help through this forum would be appreciated.

  • Hidden element overlaps text when link is clicked to unhide div tag

    I am using Dreamweaver CS4 and using the slide effect.
    When the page loads, the div is initially hidden with (disolay:none).  But when i click the link to show the content, the content is displayed but it overlaps the table beneath it.
    I am using 4 collapsible panels.  The hidden element is in the second collapsible panel.
    Everything works good except that when the table is displayed after clicking the link to unhide it - it overlaps the 3rd and 4th collapsible panel.  When the table is unhidden by clicking the link, the other tables that are in the same collapsible panels move and this is good, but it overlapps the 3rd and 4th collapsible panel though. How do I fix this?
    My Code:
    <div id="CollapsiblePanel1" class="CollapsiblePanel">
                    <div class="CollapsiblePanelTab" tabindex="0">Originating an Processing Loans in Point</div>
                    <div class="CollapsiblePanelContent">
                    <p> If you're a processor or originator/processor, you are not alone in today's multi-tasking world. Point will help you become more efficient than ever. You will be able to keep everyone who "touches" your loan informed and up-to-date with the time savers you learn in this class. </p>
                      <table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Optimizing Your Pipeline Reports</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td colspan="4"> </td>
                        </tr>
                      </table>
                    </div>
                  </div></td>
    </tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel2" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Optimizing Your Pipelne Reports</div>
        <div class="CollapsiblePanelContent">
        <p>If you're a processor or originator/processor, you are not alone in today's multi-tasking world. Point will help you become more efficient than ever. You will be able to keep everyone who "touches" your loan informed and up-to-date with the time savers you learn in this class. </p>
        <table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                          <td width="17%">
      <a onclick="slide_effect.start(); return false;" href="#">View Details</a></td>
                       </tr>
                       </table>
                  <div id="shrink1">   <div>
    <p class="indentpar">
                          Topics Covered:
                          <ul>
                            <li>Pre-qualifying your prospect</li>
                            <li>Converting the file from Prospect to Borrower</li>
                            <li>Overview of the Loan Application, GFE, and TIL</li>
                            <li>Saving time with Cardex</li>
                            <li>Submitting to Fannie Mae and Loan Prospector</li>
                            <li>Printing &amp; E-mailing forms</li>
                            <li>using task manager to set reminders and tasks</li>
                          </ul>
                 </p>
                       </div>
                       </div>
              <script type="text/javascript">
    var slide_effect = new Spry.Effect.Slide("shrink1", {duration:1000, from:'0%', to:'100%',toggle:true});
    </script>
        <table width="100%" border="0" cellspacing="5" cellpadding="5">
                       <tr>
                          <td width="33%">Optimizing Your Pipeline Reports</td>
                          <td width="12%">12/1/2010</td>
                          <td width="23%"> 1:00PM - 2:00PM CST</td>
                          <td width="32%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Optimizing Your Pipeline Reports</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div></td></tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel3" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Navigating the HUD-1 and HUD-1A</div>
        <div class="CollapsiblePanelContent"><table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Navigating the HUD-1 and HUD-1A</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Navigating the HUD-1 and HUD-1A</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div></td></tr>
    <tr>
      <td>
      <p>
      </p>
      <p>
      </p>
      <div id="CollapsiblePanel4" class="CollapsiblePanel">
        <div class="CollapsiblePanelTab" tabindex="0">Working with the Good Faith Estimate</div>
        <div class="CollapsiblePanelContent"><table width="100%" border="0" cellspacing="5" cellpadding="5">
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td width="35%">Working with the Good Faith Estimate</td>
                          <td width="11%">12/1/2010</td>
                          <td width="27%"> 1:00PM - 2:00PM CST</td>
                          <td width="27%"> <a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td>Working with the Good Faith Estimate</td>
                          <td>12/1/2010</td>
                          <td> 1:00PM - 2:00PM CST</td>
                          <td><a href="#">Register Now!</a></td>
                        </tr>
                        <tr>
                          <td> </td>
                          <td> </td>
                          <td> </td>
                           <td> </td>
                        </tr>
                      </table></div>
      </div>

    This is why you don't use absolutely positioned elements to do this kind of thing.  Because absolute positioning REMOVES the positioned element from the normal flow, this element then cannot interact with any other element on the page, nor can any other element interact with it.
    The better way to do such a thing would be to use abuse 'display:none' to remove the container from the page rather than 'visibility:hidden', and of course, not to use absolute positioning.  Something like this -
    <p>Velit esse cillum dolore <a href="#" onclick="document.getElementById('foo1').style.display='inline'">MORE</a> <span id="foo1" class="hidden">sed do eiusmod tempor incididunt ut aliquip ex ea commodo consequat. Duis aute irure dolor lorem ipsum dolor sit amet, ut labore et dolore magna aliqua. In reprehenderit in voluptate quis nostrud exercitation ut aliquip ex ea commodo consequat. Qui officia deserunt sed do eiusmod tempor incididunt eu fugiat nulla pariatur. Ut enim ad minim veniam, lorem ipsum dolor sit amet, consectetur adipisicing elit.</span>
    </p>

  • Learning as I go, need help with div overlapping

    PLEASE HELP, PEOPLE ARE LOOKING BUT YOU ARE NOT RESPONDING. At least give me something, please!! If you need more info I can give it to you, I just don't know what you need
    I am learning Dreamweaver through the tutorials provided here on the Adobe site. I have basic html/css knowledge and am trying to learn how to use it!!
    I have tried inserting div inside one big div, like in the getting started tutorial, but the tags seem to be overlapping when I click on the Live View option. The look fine in the design view, but overlap in the Live View. I need them not to overlap.
    If this is not enough info for someone to help, please ask what you need to know.
    Thank you
    Robbie

    1. Have you previously posted a question here? You seem to be alluding to one but I see no posts under the moniker of RobJes
         -No John, I haven't. I think I was just getting impatient. I had been working on this for a while and couldn't figure it out. I edited the original post after      I had seen that several people had looked at the question but had not even responded. I was being impatient.
    2. Can you provide a link to what you've done so far?
          Here is a link to what I have so far, I think I fixed the problem, but if you see anything I could do please let me know
         http://www.spin4life.net/main.html
         Most of the links don't work yet, was just trying to get the layout fixed first.
    3. What is your question in a nutshell?
         The text below the pictures on the top was overlapping with the other text below it. But like I said, I think I have it fixed now.
    Either way, thank you for your reply. I really appreciate it and if you have any suggestions I would be all ears!! Thank you

Maybe you are looking for

  • E2E Root cause analysis in solution manager

    Hi How to add the E2E root cause analysis, the  new functionality in solution manager 4.0 with the E2E root cause analysis functionality does it require support pack which level of SP required to use the new  functionaltiy Regards Dinaker vikas

  • Problem in generating operating concern - COPA

    Hi COPA gurus, When activating operating concern BPUS through T-Code KEA0, following are the error details we found : The system is not allowing to activate the operating concern and saving it with following error "Error saving data structure CE1BPUS

  • Working premiere on mac (canon d7 full hd shot)

    I have one question.If i have canon 7d and shoot with thta full hd ,can i use premiere  and editing ,making effects and other stuff on imac 24 inch 3,06,4gbram ,nvidia geforce 8800 gs card.Could be there any problems because that is canon 7 d camera

  • My dvd player dvp-ns55p not playing some discs that it used to

    I have a dvd player model # DVP-NS55P. I recently bought Rio2. It played several times and then started taking forever to load the disc to the point where I now get the message: "cannot load disc". The dvd is not scratched and is in perfec condition.

  • Using an Ethernet disk

    I've just discovered that they make Ethernet disk drives and I'm wondering if this would be a good solution for my backups (I have two computers - desktop and laptop - linked via airport). I've got a couple of questions that I'm hoping to find the an