DIV height 100%

Does anyone know how to get a vacuum/no filled DIV to fill completely, vertical, a browser screen? When I apply a 100% height to a DIV, it appears correctly, to fill the window of the browser vertically, ONLY Firefox and Netscape, but appears as big as the content it contains in IE. Even when I place a clearing DIV to try to force the window vertically, it always not to expand in IE6. The code that I have attached appears correctly in Firefox (1.5) and Netscape (8.2)

You can't, really.

> #leftNav {}
> position: absolute;
> float: left;

An element with absolute positioning is floating.

Try to add to the CSS, though.

HTML, body {height: 100% ;}}

--
Murray - ICQ 71997575
Adobe Community Expert
(If you * MUST * write me, don't don't LAUGH when you do!)
==================
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
==================

"JS3der" wrote in message
News:ereufm$BEJ$1@forums. Macromedia.com...
> Is - anyone know how to get a DIV empty/not filled to fill completely.
> vertically, a browser screen? When I apply a height to 100% to a DIV, it
> is displayed correctly, to fill the window of browser vertically, ONLY, in both
> Firefox
> and Netscape, but appear as large as the content it contains in Internet Explorer.
> Even
> When I place a clearing DIV to try to force the window vertically, it
> still
> do not expand in IE6. The code that I have attached appears correctly in
> Firefox (1.5)
> and Netscape (8.2)
>
> In HTML:

Tags: Dreamweaver

Similar Questions

  • Slideshow with sensitive photos of height 100%

    Hi all.

    I am doing a slideshow of photos, simple, without thumbnails and the scroll arrows. Only horizontal and vertical photos. But I would like to see ALL the photo every time when I reduce the browser and hidden windows not only some of its parts.

    Muse slideshow allows only to have a slide show 100% width. It is not possible to have a sensitive slide show in a frame (not 100%)?

    But, I could use 100% reactive slideshow width and set the behavior of the adapt in slide show option. In this case, I can see all the photos when I reduce the browser window, BUT the position of the photo is in the vertical center of slide show image. I don't like. Because if I start with breakpoint of 1600 pixels wide (and approximately 1200 height in pixels for slide show frame), when I reduce the window, the photo is in the vertical center of circa 1200 pixel, so it is too low and I don't see.

    Any suggestion to have a slide show behavior then allow height 100% reactive, or the possibility to align the pictures at the top of the frame dia...

    Thank you, Mario

    Pretty clear

    But you simply can not '100% reactive' photos (even in the two directions, width and height) without the picture being cropped, disproportionate scaling, letter-box pillow case (black glass or above / below or outside the photo). And the slideshow widget offers only a cropped version...

  • Line height 100% ItemRenderer

    I have an itemRenderer I use to return lines from the following list:

    < mx:List id = "logDayFeaturesAndBreaks" width = "100%" height = "100%".
    dataProvider = "{components}".
    itemRenderer = "com.plank.components.LogDayRowRenderer"
    visible = "{Components.Length > 0} '"
    variableRowHeight = "true".
    / >

    What I'm trying to do, is get each line take up to 100% (which occupies the height of row dynamically, depending on the amount of height requested by the child object rendered as a line item). Set a static amount for the line height is not an option, because the objects of each line are not necessarily all of the same height. (And note that I've set variableRowHeight true above.) What I am doing wrong? Lines appear just like virtually no height, so you can't see the objects of each line. Instead, it's just a thin blue line that appears when you hover over with the mouse on the line.

    Thanks in advance for any help!

    A friend helped me and we got it to work. Update code is attached. Also had set the number of rows in the grid of the class BreakDisplayBox to the correct value, and then the BreakDisplayBoxes showed the right size.

    Thanks for the help.

  • ADF 11 g - NullPointerException on PivotTable (size height: 100%, width: 100%)

    Hello

    I've migrated my app ADF of Jdeveloper 11.1.1.0.1 to 11.1.1.2.0 Build 5536. In the old version, the pivot table works fine. The PivotTable has an inlineStyle = "height: 100%;" Width: 100%; "and I have a button to refresh the data displayed. After updating the data by pressing the button one held NullPointerException. I discovered that the pivot table works fine without width: 100% in the inlineStyle. Unfortunately the styleclass AFStretchWidth does not work in my example. What can I use instead of the inline style to display the 100% PivotTable?

    Kind regards
    Christian

    The stacktrace for the NullPointerException:
    java.lang.NullPointerException
    at oracle.adf.model.dvt.binding.common.CommonBinding.getStateKey(CommonBinding.java:83)
    at oracle.adf.model.dvt.binding.common.CommonBinding.getStateObject(CommonBinding.java:69)
    at oracle.adf.model.dvt.binding.common.CubicBinding.getProjection(CubicBinding.java:175)
    at oracle.adf.model.dvt.binding.common.CubicBinding.getProjection(CubicBinding.java:162)
    at oracle.adf.model.dvt.binding.transform.RowMember.getTransformDefinition(RowMember.java:81)
    at oracle.adf.model.dvt.binding.transform.RowMember.getNode(RowMember.java:62)
    at oracle.adf.model.dvt.binding.transform.Member._getValue(Member.java:96)
    at oracle.adf.model.dvt.binding.transform.Member.getValue(Member.java:91)
    at oracle.adf.model.dvt.binding.transform.Member.getValue(Member.java:54)
    at oracle.adf.model.dvt.binding.transform.Member.getMetadata(Member.java:47)
    at oracle.adf.model.dvt.binding.transform.RowMember.getMetadata(RowMember.java:72)
    at oracle.dss.util.transform.TreeNodeWrapperMemberInterface.getMetadata(TreeNodeWrapperMemberInterface.java:81)
    at oracle.dss.util.transform.TabularDataAccess.getMemberMetadata(TabularDataAccess.java:1028)
    at oracle.dss.util.transform.CubicDataAccess.getMemberMetadata(CubicDataAccess.java:809)
    at oracle.adf.model.dvt.binding.transform.RowDataAccessWrapper.getMemberMetadata(RowDataAccessWrapper.java:136)
    at oracle.dss.util.transform.CubicDataAccess.getMemberMetadata(CubicDataAccess.java:1598)
    at oracle.adf.view.faces.bi.component.pivotTable.UIPivotTable.getCurrentCellContext(UIPivotTable.java:1231)
    at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.renderHeaderCell(RichPivotTableRenderer.java:5024)
    at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.renderHeaderBlock(RichPivotTableRenderer.java:4792)
    at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.renderBlocks(RichPivotTableRenderer.java:3860)
    at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.encodeInitialFillViewport(RichPivotTableRenderer.java:2536)
    at oracle.adfinternal.view.faces.bi.renderkit.pivotTable.RichPivotTableRenderer.encodeAll(RichPivotTableRenderer.java:1922)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
    at oracle.adf.view.faces.bi.component.pivotTable.UIGrid.encodeEnd(UIGrid.java:581)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2572)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeChild(PanelGroupLayoutRenderer.java:402)
    to oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$ 300 (PanelGroupLayoutRenderer.java:30)
    to oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$ EncoderCallback.processComponent (PanelGroupLayoutRenderer.java:651)
    to oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$ EncoderCallback.processComponent (PanelGroupLayoutRenderer.java:570)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
    at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:327)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2572)
    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:1963)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1044)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderSecondPane(PanelSplitterRenderer.java:943)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:197)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2572)
    at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:1963)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:1044)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderFirstPane(PanelSplitterRenderer.java:901)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:185)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2572)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
    at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:221)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2572)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1066)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1501)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
    at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at PS.filter.ApplicationSessionExpiryFilter.doFilter (ApplicationSessionExpiryFilter.java:51)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3592)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Hello

    surround the PivotTable with a stretch like af:panelStretchlayout, af:panelBox (type = stretched) component...

    According to best practices of layout you should never user % in inlinestyle (http://www.oracle.com/technology/products/adf/patterns/11/layoutBestPractices.html)

    concerning
    Peter

  • Even two div height

    Hello!

    I wonder if there is a way to have two divs side by side with the same height... so if there is more text in a div, the other div will have a larger image.

    This is especially a problem when the screen shrinks. I googled for some time, but couldn't find anything.

    I tried both methods, but none works...

    EVISSI: Coconut water

    and

    EVISSI: Coconut water

    Mobos wrote:

    Hi Osgood and Daps,

    Thanks again for your support!
    I ' v tried something, it works with color as the background, but the picture doesn't do it what I want

    EVISSI: Coconut water

    I feel you want to do large images as large as the text boxes?

    If so, you need to use background pictures.

    Give each

    a single as class below - trees of coconut: (and remove the image of the line of the div)

    Style coconut trees

    using the css:

    {.coconut-trees

    background-image: url (http://evissi.com/imgs/coconut-water-quality.jpg);

    background-size: cover;

    background-position: center Center;

    }

    Repeat for the other areas.

  • AutoScaling parent &lt; div &gt;, height: auto; does not.

    Hello everyone.

    Well, I'm here, once again, whit a newbie question!

    so I will insert an example to do what I want to clear:

    :http://radioversilia.com/NuovoSito/Testing/Senza-titolo-1.png

    the blue box is the parent div (divs are inside) and it SHOULD evolve according to the position of others the divs, but... This isn't

    and the Red stays outside... why?

    Here is the relevant code:

    HTML:

    < div id = 'Hand' >

    < div id = "partnerfloat" >

    < div id = "partnerinterno" >

    < ul class = "bland" >

    < li > < a href = "#" > I < /a > < /li > partners

    < li > < a href = "#" > Partner II < /a > < /li >

    < li > < a href = "#" > partner III < /a > < /li >

    < li > < a href = "#" > partner IV < /a > < /li >

    < li > < a href = "#" > partner V < /a > < /li >

    < li > < a href = "#" > partner VI < /a > < /li >

    < li > < a href = "#" > partner VII < /a > < /li >

    < li > < a href = "#" > partner VIII < /a > < /li >

    < li > < a href = "#" > partner IX < /a > < /li >

    < li > < a href = "#" > partner X < /a > < /li >

    < /ul >

    < / div >

    < / div >

    < div id = "partnerpercheest" >

    < div id = "partnerwhyext" >

    < p > reason by cui become partner, como diventarlo, pole, quando, prezzo, etc... < /p >

    < / div >

    < / div >

    "" < div > < img src = "... / Pictures/Photos/carlo speaker.jpg" class = "partnerdestra" > < / div >

    < / div >

    CSS (only the relevant part) (without Javascript, CSS3 only):

    #Main {}

    background-color: #FFF;

    right margin: 15%;

    margin left: 15%;

    border-radius: 15%;

    border-top-left-radius: 0%;

    border-top-right-radius: 0%;

    text-align: center;

    box-shadow: 15px 10px 15px rgba (0,0,0,0.5);

    margin-top:-2%;

    Padding: 3%;

    height: auto;

    }

    {body

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

    background-repeat: no-repeat;

    background-attachment: fixed;

    margin: 0;

    padding: 0;

    }

    {#partnerpercheest}

    Background: url (.. / Images/Sfondo%20video.png);

    border: thin beginning #000;

    border-radius: 15% 15% 0% 0%;

    margin: 3%;

    Padding: 1%;

    float: right;

    box-shadow: 15px 10px 15px rgba (0,0,0,0.5);

    Width: auto;

    }

    {#partnerwhyext}

    Background: #fff;

    border: thin beginning #000;

    border-radius: 15% 15% 0% 0%;

    box-shadow: 5px 5px 1px rgba (0,0,0,0.5);

    Padding: 1%;

    Width: inherit;

    }

    {.partnersinistra}

    float: left;

    Padding: 1%;

    Background: #fff;

    box-shadow: 15px 10px 15px rgba (0,0,0,0.5);

    border: #000 insert thin;

    }

    {.partnerdestra}

    float: right;

    Padding: 1%;

    border: thin beginning #000;

    Background: #fff;

    box-shadow: 15px 10px 15px rgba (0,0,0,0.5);

    }

    I thank everyone for their patience, once more!

    Note that I can not answer for a few days, sometimes, this does not mean that the tread is dead and I'm not going to ask for more

    Edit:

    This Javascript help?

    <script type="text/javascript">
       
    var div = document.getElementById('yourDiv');

        div
    .style.height = document.body.clientHeight + 'px';
    </script>

    EDIT 2:

    partnerdestra = right partner
    partnersinistra = there partner
    partnerpercheest = partner why outdoor

    Reason by cui become partner, como diventarlo, pole, quando, prezzo, etc. = be a partner, how to become one, why, when, price, etc...

    Post edited by: T.T.

    By default, all tags div auto is in height.  You don't need to specify it.

    To prevent the collapse of the margin on the parent div containing floats, use overflow: hidden.

    #Main {}

    overflow: hidden;

    background-color: #FFF;

    Width: 960px;  / * adjust as needed in px, % or em * /.

    margin: 0 auto;  / * with width, it is centered * /.

    -webkit-border-radius: 0 0 15px 15px;

    border-radius: 0 0 15px 15px;

    text-align: center;

    box-shadow: 15px 10px 15px rgba (0,0,0,0.5);

    Padding: 3%;

    }

    You must also add a float of compensation after the floats are no longer needed.

    Nancy O.

  • Equal div heights

    Hello good people!

    Need help to work on the CSS a bit newbie type.

    Here is my code:

    <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN".
            " http://www.w3.org/TR/html4/loose.DTD ">
    < HTML >
    < HEAD >
    < META content = text/html"; charset = windows-1257 "http-equiv ="Content-Type">"
    < TITLE >
    < /title >

    < STYLE type = "text/css" >
    {body
    background-color: #FFFFFF;
    margin-top: 50px;
    }

    #container {}
    Width: 750px;
    margin: 0px 0px auto;
    }

    #header {}
    background: #CCCCCC;
    padding: 10px;
    do-family: Arial, Helvetica, without serif.
    font-size: 13px;
    }

    #left {}
    background: #CCCCCC;
    do-family: Arial, Helvetica, without serif.
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 2px;
    Width: 130px;
    padding: 10px;
    float: left;
    height: auto;
    }

    #center {}
    do-family: Arial, Helvetica, without serif.
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 2px;
    Width: 430px;
    padding: 10px;
    float: left;
    }

    #right {}
    background: #CCCCCC;
    do-family: Arial, Helvetica, without serif.
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 2px;
    Width: 130px;
    padding: 10px;
    float: right;
    }

    #footer {}
    background: #CCCCCC;
    padding: 10px;
    do-family: Arial, Helvetica, without serif.
    font-size: 13px;
    margin-top: 2px;
    Clear: both;
    }

    < / STYLE >

    < / HEAD >

    < BODY >

    < div id = "container" >
    < div id = "header" > it's header. < / div >
    < div id = "left" > text on the left. It is good to see it. < / div >
    < div id = "center" > Lorem ipsum dolor sit amet, adipiscing elit computer. Praesent massa massa, mattis eget lectus ut, egestas eget orci. Surpassing tempor nibh gravida quis hendrerit. Donec vehicula is tristique massa nec augue porttitor tempus facilisis. Aliquam erat volutpat. Nulla pellentesque nibh vel auctor ultrices, tellus eros gravida tellus vehicula volutpat odio dui vel tortor. CRAs semper in felis lectus adipiscing risus.  Vivamus varius facilisis feugiat. Pellentesque venenatis lectus sem, placerat mi Aliquam interdum ultrices dui tincidunt. Nam vitae ante and massa lobortis facilisis sed id libero. Aenean ac porta lectus. Donec condimentum quam viverra EU euismod. MPCs sed massa vel elit eleifend nec to the nunc condimentum. Donec lacus total, euismod quis, elementum vel tempor tincidunt Pellentesque nunc tempor dapibus odio mi. < / div >
    < div id = "right" > This is the column on the right. < / div >
    < div id = "footer" > This is a piece of text in the footer. < / div >
    < / div >

    < / BODY >

    < / HTML >

    And the question is:

    The problem is, that I can't do #left and #right must be set to the same height as the div. #center help, please.

    Smile

    Thank you.

    Feldmayer

    Same height CSS columns are difficult because the divisions do not speak between them.  Their height is determined by the content and can vary from page to page and the settings of the browser of the end user.

    You have three options:

    (1) start your project with a special model that provides for columns the same height CSS:

    http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-CSS-no-hacks

    (2) fake it with a background image of 2 or 3 tone that repeats vertically down the page.  This method is called false columns.

    http://ALT-Web.com/templates/2-column-fixed-width-template.shtml

    (3) use a Javascript.

    http://www.Projectseven.com/Tutorials/CSS/pvii_columns/index.htm

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

  • problem of layout with width/height 100%

    Hi all

    I have a grid with tilelists container in the cells. TileList width and height is set to 100%. Height and width gridRows and gridItems can also be programmed to 100%. Works as expected.

    Now, I want to change the height of gridRow to 60 pixels-behavior strange and unexpected happens: the tilelist does not inherit the height of the element parent for a reason, the height is always 100% and extend beyond the limits of gridItem. Is there a simple way to inherit the height of parent? Thank you b

    Thank you, Tracy, but I managed to understand by excessive error. Here is an example with widths and heights set grid to get a liquid layout:

  • Div moves down when the window is resized

    Hello

    Here's my problem: when I resize my browser window the main div is scaled up to a certain point when it just fell below all other content.

    How can I stop this from happening?  I have div the upper and lower the value of width of the car, so I can't understand what goes wrong.

    Here is the site if you want to see for yourself: www.hondovfd.org

    Here's a code in 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;
    }
    
    

    It's one of the problems with the liquid (%) according to. In your default.css file, replace the top 2o selection rules with the following:

    {body
    do-family: Verdana, Arial, Helvetica, without serif.
    do-size: 12px;
    Color: #333;
    margin: 0;

    padding: 0;
    background: url(images/main-right.png) repeat-y;
    }
    .thrColLiqHdr #container {}
    Width: 95%;

    min-width: 870px; / * prevent collapsing page * /.
    Auto margin: 0;
    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

  • Make a DIV 100% of the height of the Page

    Hello.  I'm working on a Web page where I want the sidebar to stretch down.  I tried to use the height: 100% in the css, but it didn't work because it extended only at the height of the items on the side left which are shorter than those on the right side.  After some research, I found that I could use the height of the viewport max with the height property: 100vmax.  It worked, but now the div extends well beyond where it should be and makes the page very long for some reason any.  Is there another way that would work in this situation?  I want the sidebar to stretch to the bottom of the div on the right side of the page.

    You can see the page here: http://www.littlechisel.com/clients/newview/index.php

    Thank you!

    The simplest solution (I've tested this with your code) is the following. Replace your styles css for these elements with mine. In addition, this method works as long as the length of each column does not exceed the values padding and margin such as defined for the two columns (but 20000px would suffice!  ;-)

    {#wrapper}

    background-color: #ffffff;

    border: medium none;

    overflow: hidden; / * cut huge padding * /.

    }

    :

    {#sideNav}

    background-color: #e0d9ce;

    border-right: 5px solid #38358 c;

    box-sizing: border-box;

    float: left;

    margin-bottom:-20000px;

    Width: 25%;

    padding-bottom: 20000px;

    }

    #right {}

    background-color: #ffffff;

    float: left;

    margin-bottom:-20000px;

    padding-bottom: 20000px;

    Width: 75%;

    }

  • 2 columns / 100 percent height divs (Firefox/Safari)

    Hey there:

    I'll have more trouble that I never imagined to create formatting CSS 2 column (with two columns spanning 100% height of the window). I have spent the whole day trying to figure this out for Firefox/Safari and am about to abadon this for tables.

    As the two columns will have different lengths of content, I can't get the shorter column to fill the rest.

    I threw up a beta version of this at:
    --
    gdsquared.com/clients/Ala/index.htm



    / * - This is the wrapper and the two columns containters-* /.

    {#wrapper}
    Width: 100%;
    height: auto;
    background-color: #666666;
    min-height: 100%;
    min-width: 50em;
    border: 1px solid #AAAAAA;
    }



    {.leftColumn}
    float: left;
    left: 15px;
    top: 15px;
    Width: 23.4em;
    height: auto;
    Color: #333;
    background: #E4F4F9;
    border-right: 1px solid #AAAAAA;
    padding: 0;
    min-height: 100%;
    }


    {.rightColumn}
    margin-left: 23.4em;
    margin-right: 0em;
    height: auto;
    Color: #333;
    background: #FFFFFF;
    border: 0px solid #AAAAAA;
    padding: 0px;
    min-height: 100%;
    }

    / * - End wrapper and the two columns containters-* /.


    As you will see, the wrapper (dark gray) pokes through depending on the size of the window (related content)
    Does anyone have an idea on how to solve this problem and keep the two columns spanned the entire height of the packaging?

    Thank you!

    gbowhall wrote:

    > As you can see, the wrapper (dark gray) pokes through according to the window
    > Dimensions (related content)
    > Anyone has an idea on how to solve this problem and keep the two columns extend to
    > the entire height of the packaging?

    There are a couple ways to reach the height of a column of equal when using

    The simplest method is a 'hack '. You must use a repeating background
    image set on the wrapper

    , i.e., a band of blue image clear who is
    the same color as your .leftColumn
    background, #E4F4F9; and the
    same width, 23.4em. The height must be subject of 10px.

    Then add it to your wrapper

    {#wrapper}
    Width: 100%;
    height: auto;
    background-color: #666666;
    min-height: 100%;
    min-width: 50em;
    border: 1px solid #AAAAAA;
    background-image: url(images/col_bg.gif);
    background-repeat: repeat-y;

    }

    There are other methods for javascript (link below), but using a background
    the image is the most common way to achieve equal heights.

    http://www.Projectseven.com/Tutorials/CSS/pvii_columns/index.htm

  • Question of height div

    http://www.jdcdemo.com/PBC/test.html

    I want to reduce the height of the top div on the page on the page, namely: Nav1. When I added the list to the div to make the menu intems, top space and the low extra went. How to adjust the height to better accommodate content?

    Thank you

    Joe

    Add this to the top of your CSS file:

    / * set the values of default browser on all zero * /.

    * {margin: 0; padding: 0; line-height: 100 %}}

    Then add your own margins & padding to individual tags selector #header #content p, h1, etc...

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    www.Alt-Web.com/
    www.Twitter.com/ALTWEB
    www.Alt-Web.blogspot.com

  • my photos should be 100 pixels wide, 100 pixels height and file size not more than 15kb

    photos must be of pixels of width 100 height 100 pixels and the file size no more than 15kb

    photos must be of pixels of width 100 height 100 pixels and the file size no more than 15kb

    ============================
    I suggest that make you copies of your
    photos for this task... you certainly do not
    these very small versions to crush desire
    (replace) your original files.

    Windows Live Photo Gallery-
    How to resize pictures:

    First... If the pictures must be square...
    You can crop the photo by clicking on... Difficulty.
    Crop the Photo / square / apply.

    Right-click one or more selected inches...
    Choose... "Resize" in the menu...
    Choose a size... * Custom / 100 *...
    Navigate to a folder in which to save in...
    On the left, click on the button "resize and save"...

    (I suggest that you save it resized)
    photos to a new folder to prevent
    (replacement) by replacing the originals)

    Take a look at the following link:

    Resizing Photos in Windows Live Photo Gallery
    http://blogs.msdn.com/PIX/archive/2007/11/30/resizing-photos-in-Windows-Live-Photo-Gallery.aspx

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • How to make a div less height with more content.

    Hello

    as in the video tutorial "using the transition css Panel" I want to reduce my div (height) and enlarge them if the transition is applied. But when I try to do my background color is smaller and the works of transition, but the content is in the show, even on top of the div beneath them.

    See: deleteproductions.nl

    Help, please. I tried everything that I have geussed would do it.

    Welcome,

    Fabian

    ADMIN: Please lock topic. It is therefore most any use to anyone.

  • Reconcile the heights of two Div tags?

    Hi all

    Good then, I have two boxes with CSS styles.  One is my nav side, floated on the left, clear: both (width: 213) and placed under a model div locked (with a height and width), floated to the left.  The other is the content div (width: 696), floating to the right.  The content div increases as text is added and has no fixed height.

    The problem is I want the nav div height to match the current height of the content div.  Because they do not have the same part of the page, I have trouble reconciling the heights to match evenly.  Ideally, I would like to the side nav div to grow as does the content div.

    Any suggestions?

    The technique of fake columns can be difficult for me because my site is not positioned absolutely.

    Fake columns do not need to use APDivs.  All you need is a width declared on your div #container and a BG image that is the same width.

    EXAMPLE:

    http://ALT-Web.com/templates/2-column-fixed-width-template.shtml

    BG Image here

    http://ALT-Web.com/images/GRN-BG.jpg

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    www.Alt-Web.com/
    www.Twitter.com/ALTWEB
    www.Alt-Web.blogspot.com

Maybe you are looking for