Height adjustment fluid Div grid

Hello

Here's my link.


http://localhost/BHCNET/index.php


I have a FG div with "id = bible_verse" to dynamically display Bible Verses.But height is not automatically get adjusted eventhough I set max height 200 px. Please help me, only the height of the div should adjust if some long verses are displayed.


Thanks in advance.

I removed the height of the div... and it works... That's what I want to...

http://BHC.edu.in/BHCNET/

Thanks a lot for your answers...

Tags: Dreamweaver

Similar Questions

  • Max-height in fluid grid

    I created a transition .css for expand/collapse to the overview of a div in CS6.  I set the max-height for the div for the office, however, I would like to set different max heights for the Tablet and mobile page layouts since the Office max height is too big to hide the info in these layouts.

    Here is my current code of .css:

    #whf-content {

        clear: both;

        float: left;

        margin-left: 0;

        width: 100%;

        display: block;

        color: #FFF;

        background-attachment: fixed;

        background-repeat: repeat;

        background-color: #000;

        max-height: 278px;

        overflow: hidden;

    }

    #whf-content {

        clear: both;

        float: left;

        margin-left: 0;

        width: 66.6666%;

        display: block;

        max-height: 190px;

    }

    #whf-content {

        clear: both;

        float: left;

        margin-left: 0;

        width: 32.6007%;

        display: block;

        -webkit-transition: all .75s ease 0s;

        -moz-transition: all .75s ease 0s;

        -ms-transition: all .75s ease 0s;

        -o-transition: all .75s ease 0s;

        transition: all .75s ease 0s;

    }

    #whf-content:hover {

        max-height: 999px;

    }

    As you can see, I tried to do two different values of max height with 278px and 190px above BUT when I do that, the 190px affects the view of the Office of the substitution of the value of 278px.

    My question is, how can I set different heights max for the same div only affect each individual fluid grid view?  Any help would be greatly appreciated.

    Thanks a lot for your help Nancy.  I chose to stay in FluidGrid.css and exchanged the transition .css hover with a Panel widget reducible Spry.  Who managed the problem of resizing, as well as the absence of Hover on the tablets and phones.  In case someone has a similar problem, I'll include the .css for the layout as well as the Spry .css.

    CSS Spry Collapsible Panel:

    @charset "UTF-8";

    / * SpryCollapsiblePanel.css - version 0.5 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    / * This is the selector for the main container of CollapsiblePanel. For our

    * style by default, the CollapsiblePanel is responsible to draw borders

    * about the widget.

    *

    * If you want to limit the width of the CollapsiblePanel widget, set a width

    * the CollapsiblePanel container. By default, our CollapsiblePanel extends horizontally to fill

    * a space available.

    *

    * The name of the class ("CollapsiblePanel") used in this switch is not necessary

    * make the widget function. You can use any class name you want to style the

    * CollapsiblePanel container.

    */

    . CollapsiblePanel {}

    margin: 0px;

    padding: 0px;

    }

    / * This is the selector for the CollapsiblePanelTab. This container houses

    the Panel personnel. It is also the container where the user clicks

    * to open or close the Panel.

    *

    * The name of the class ("CollapsiblePanelTab") used in this switch is not necessary

    * make the widget function. You can use any class name you want to style a

    * The CollapsiblePanel tab panel container.

    */

    . {CollapsiblePanelTab}

    margin: 0px;

    padding: 2px;

    cursor: pointer;

    -moz-user-select: none;

    -khtml-user-select: none;

    do-family: Georgia, "Times New Roman", Times, serif;

    do-size: 14px;

    make-weight: bold;

    text-align: center;

    color: #FFF;

    }

    / * This is the selector for the content area of a CollapsiblePanel. It is important to note that

    * You should never put any filling on the element of content area if you plan to

    * use opening and closing of the CollapsiblePanel animations. Place padding non-zero on the content

    * item may cause the CollapsiblePanel suddenly increase in height, while signs alive.

    *

    * The name of the class ("CollapsiblePanelContent") used in this switch is not necessary

    * make the widget function. You can use any class name you want to style a

    * CollapsiblePanel content container.

    */

    . {CollapsiblePanelContent}

    margin: 0px;

    padding: 4px;

    do-family: Georgia, "Times New Roman", Times, serif;

    do-size: 14px;

    color: #FFF;

    }

    / * An anchor tag can be used inside a CollapsiblePanelTab so that the

    * keyboard focus ring will appear * inside * the tab rather than around the tab.

    * This is an example of how to make the text in the eyes of anchor tag

    * as the non-anchor (normal) text.

    */

    . CollapsiblePanelTab a {}

    text-decoration: none;

    }

    / * This is an example of how to change the appearance of the tab of the Panel which is

    * currently open. The "CollapsiblePanelOpen" class is added and removed programmatically

    * to panels as long as the user clicks on the tabs within the CollapsiblePanel.

    */

    . CollapsiblePanelOpen. {CollapsiblePanelTab}

    }

    / * This is an example of how to change the appearance of the tab panel when the

    * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is added and removed programmatically

    * whenever the CollapsiblePanel is closed.

    */

    . CollapsiblePanelClosed. {CollapsiblePanelTab}

    / * background color: #EFEFEF * /.

    }

    / * This is an example of how to change the appearance of the tab of the Panel as the

    * mouse passes over it. The "CollapsiblePanelTabHover" class is added programmatically

    * and removed containers tab panel as the mouse enters and leaves the tab container.

    */

    . CollapsiblePanelTabHover. CollapsiblePanelOpen. {CollapsiblePanelTabHover}

    }

    / * This is an example of how to change the appearance of all the Panel tabs when the

    * CollapsiblePanel has focus. The class "CollapsiblePanelFocused" is programmatically added and removed

    * whenever the CollapsiblePanel WINS or loses the keyboard focus.

    */

    . CollapsiblePanelFocused. {CollapsiblePanelTab}

    }

    CSS layout:

    @charset "utf-8";

    / * Simple fluids

    Note: Fluid requires that you remove the attributes height and width of the media of the HTML

    http://www.alistapart.com/articles/fluid-images/

    */

    IMG, object, embed, {video

    Max-width: 100%;

    }

    / * IE 6 doesn't support max-width so 100% width by default * /.

    . IE6 img {}

    Width: 100%;

    }

    /*

    Properties Grid Dreamweaver fluid

    ----------------------------------

    DW-num-CLO-mobile: 4;

    DW-num-CLO-Tablet: 8;

    DW-num-OCOL-Office: 12;

    DW-gutter-percentage: 15;

    Inspiration of "Responsive Web Design" by Ethan Marcotte

    http://www.alistapart.com/articles/responsive-Web-design

    Golden by Joni Korpi grid system and

    http://goldengridsystem.com/

    */

    / * Mobile layout: 480px and below. */

    {.gridContainer}

    left margin: auto;

    margin-right: auto;

    Width: 88.0326%;

    padding-left: 1.4836%;

    padding-right: 1.4836%;

    }

    {#LayoutDiv1}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    #header {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    #maincontent {}

    Clear: none;

    float: left;

    margin left: 2.6785%;

    Width: 100%;

    display: block;

    }

    #navigation {}

    Clear: none;

    float: left;

    left margin: auto;

    Width: 100%;

    display: block;

    top of the margin: 80px;

    margin-bottom: 80px;

    background-color: #300;

    height: 16px;

    top: 5px;

    }

    {#whf - content

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    {#theride - content

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    {#donate - content

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    color: #FFF;

    background-repeat: repeat;

    background-attachment: fixed;

    border: 0px solid #666;

    }

    #footer {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    color: #FFF;

    background-attachment: fixed;

    background-image: url (.. / bkgdContent.png);

    background-repeat: repeat;

    top of the margin: 20px;

    }

    / * Tablet Layout: 481px to 768px. Inherits the styles of: Mobile layout. */

    @media only screen and (min-width: 481px) {}

    {.gridContainer}

    Width: 91.4836%;

    padding-left: 0.7581%;

    padding-right: 0.7581%;

    }

    {#LayoutDiv1}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    #header {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    #maincontent {}

    Clear: none;

    float: left;

    margin left: 1.6574%;

    Width: 100%;

    display: block;

    }

    #navigation {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    height: 16px;

    }

    {#whf - content

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    {#donatecontent}

    Clear: none;

    float: left;

    margin left: 1.6574%;

    Width: 100%;

    display: block;

    }

    {#theride - content

    Clear: both;

    float: left;

    left margin: 0;

    Width: 49.1712%;

    display: block;

    }

    {#donate - content

    Clear: none;

    float: left;

    margin left: 1.6574%;

    Width: 49.1712%;

    display: block;

    }

    #footer {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    }

    / * Office Layout: 769px to a maximum of 1232px.  Inherits the styles of: Mobile and tablet. */

    @media only screen and (min-width: 769px) {}

    {.gridContainer}

    Width: 89.0217%;

    Max-width: 1232px;

    padding-left: 0.4891%;

    padding-right: 0.4891%;

    margin: auto;

    }

    {#LayoutDiv1}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    #header {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    color: #FFF;

    }

    #maincontent {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 32.6007%;

    display: block;

    }

    #navigation {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    {#whf - content

    Clear: both;

    float: left;

    left margin: 0;

    Width: 32.6007%;

    display: block;

    }

    {#donatecontent}

    Clear: none;

    float: left;

    margin left: 1.0989 per cent;

    Width: 100%;

    display: block;

    }

    {#donate - content

    Clear: none;

    float: left;

    margin left: 1.0989 per cent;

    Width: 32.6007%;

    display: block;

    }

    #footer {}

    Clear: both;

    float: left;

    left margin: 0;

    Width: 100%;

    display: block;

    }

    {#theride - content

    Clear: none;

    float: left;

    margin left: 1.0989 per cent;

    Width: 32.6007%;

    display: block;

    }

    }

    #whf - content: hover {}

    Max-height: 999px;

    do-family: Georgia, "Times New Roman", Times, serif;

    }

    {#whf - content

    do-family: Georgia, "Times New Roman", Times, serif;

    }

  • Padding, borders, and Nested divs in fluid layouts grid Cs6

    In working with the fgl cs6, you can nest the divs effectively? He says clearly that you can't, but I tried anyway and managed somehow. Handles appear, and you can resize. How is that? However, Im confused about adding padding or borders without throwing off the grid. DW Adds padding rather recalculation. I know that you can style of the content, but how you style the div? Thanks in advance.

    Well, to summarize everything if this place, so that the design view certainly has its styles of rendering issues, there's a way for anyone who needs it.

    If you try and fill or border to any fluid grid div, design view does not well she, but she adds your styles to an empty div, inside the fluid div, it allows to achieve the result expected in design mode. I saw it in another post.

    . Padding {padding: 5px; border: 5px solid #000 ;}}

    / * Mobile layout: 480px and below. */

    .gridContainer {margin left: auto; margin-right: auto; width: 100% ;}}

    #LayoutDiv1 {clear: sentences; float: left; margin-left: 0; width: 22.4719%; display: block; background-color: #9F0 ;}}

    #LayoutDiv2 {clear: none; float: left; margin-left: 3.3707%; width: 22.4719%; display: block; background-color: #F00 ;}}

    #LayoutDiv3 {clear: none; float: left; margin-left: 3.3707%; width: 22.4719%; display: block; background-color: #006 ;}}

    #LayoutDiv4 {clear: none; float: left; margin-left: 3.3707%; width: 22.4719%; display: block; background-color: #600 ;}}

    This is the content of the div layout "LayoutDiv1."

    This is the content of the div layout "LayoutDiv1."

    This is the content of the div layout "LayoutDiv1."

    This is the content of the div layout "LayoutDiv1."

    Close enough. Four div tags with a reasonable Design view rendering and the fill and border. Otherwise, you can also style the content to get the same result.

    Design view


    Live View mode

  • Fluid design grid how

    I'm curious as to how I would go all this in dreamweaver with a fluid design grid.

    PPS FartAround.jpg

    I can split the background with a gradient easily enough, but what I do for the 'main' green dark. Dreamweaver, tells me that I can not put a div in a div after the .clearfix container. Sorry if it's simple, I'm certainly not a professional Web Designer / coder. Come play with something.

    What version of DW have you?

    I do not recommend using fluid grid (Legacy) layouts.  They were OK, when they came out in 2012, but Adobe has renounced them.  Inheritance is code talk because they won't be around much longer.

    Bootstrap is more robust.  You can nest a div inside the DIV tags, no problem.

    body - background 2-tone

    bottom of container - Green

    the inner tank - white background.

    Nancy O.

  • Loading the main page halfway when Firefox starts - all other elements as the bar side and toolbars is loading properly. Height adjustment manually retains the setting for navigation all in session but don't remember setting when closing down.

    Height adjustment manually retains the setting for navigation all in session but does not remember to reset when closing down.
    Something was clicked inadvertently, but don't know what or how as Firefox worked fine a couple of days. Version 3.6.3. Help please

    Positions and sizes of windows are stored in localstore.rdf in the profile folder.

    Localstore.RDF to remove or rename the localstore.rdf.sav file in the profile folder to test whether the file is corrupted.

    See http://kb.mozillazine.org/Corrupt_localstore.rdf

    (attention: do not delete the localstore.rdf file in the Firefox program installation folder)

    Note:

    Delete the localstore.rdf file will reset the default toolbar customizations.

    You can rename "localstore.rdf' to 'localstore.rdf.sav' to test whether what it solves.

    Then, you can restore the customization by copying "localstore.rdf.sav" to "localstore.rdf" if she did not.

  • What deleted version fluid layouts grid?

    I want to know which version of Dreamweaver updates removed fluid layout grid.

    I looked around the Adobe site, but what they will tell you what's new, not much on what has been removed.

    Grid layouts fluid have not yet been removed in the latest version of DW.

  • Im doing a sensitive web page and the height of my divs match, even if I did the math! No idea why?

    Im doing a sensitive web page and the height of my divs match, even if I did the math! No idea why? I have a rectangle of 100% with screen (1260px) with a square that represents 49% of the rectangle, with 2% margin on the right. Then the other half there is room who do the same size of the largest square with bottom margin and right, as appropriate. Yet looks like this in the browser! No idea why they do not align?Screen Shot 2014-10-31 at 14.48.00.png

    Don't worry thereon, as soon as I posted I worked out how to do it!... Typical! I had somehow reduced the padding inside the small images! Thanks nevertheless!

  • Fluid put grid in connection to what style sheet

    I'm brand new to the fluid design grid Layouts and websiite then please explain your answers carefully. One of our members told me that there should be at least 3 stylesheets using fluid grid Layouts. The first two are automatically created by Adobe CS6 and advice is do not delete them. My question below is about the stylesheet wide third, custom, I created.

    • Fluid.CSS = layout
    • boilerplate. CSS browser reset =
    • your_custom. CSS = site wide styles

    The question is: how to index.html and other pages follow the styles created in the custom site wide stylesheet? I created a 3rd, large custom site style sheet and although I've linked index.html to this style sheet, is to ignore the Styles that I created in the custom css file.

    I found what I was doing wrong. I changed the font and size of police as the smart phone of the style sheet section. I didn't know that I also have to change it in the desktop section and a tablet. I feel like a jerk, but at least I figured it.

    Thank you very much Ben! I don't know that I have additional questions that I move along.

  • Setting a min-height on a div tag

    On some of my pages, there is not a lot so the content div is not circulate beyond the sidebar div. is there such a thing as the definition of a min-height on a div or do I just to assign a fixed height for the div on these pages? Recommendations?

    http://www.webassistantsllc.com/clients/enviromaster

    Thank you

    Lynne

    Hello

    You can use the min-height css property.

    See http://www.w3schools.com/css/pr_dim_min-height.asp.

    PZ

  • How can I place a div not transparent in a div transparent semi for a fluid presentation grid in dw cs6

    I am very frustrated I was looking for a solution to my problem, I am trying to place a non-transparent div, in a div transparent semi for a fluid page layout grid in Dw cs6, so far, I found no resolution is a way to do, I've attached a screenshot of my layout, everything I already looks exactly how I want it and it works perfectly with the checkerboard to fluid, with the exception of the white box. The area in white, I want to be opaque. Is there a way to do it and have it still work correctly as a checkerboard to fluid? Any help will be greatly appreciated!

    screenshot.jpg

    Opacity of the effect everything, including the containers & text inside.   To better control the opacity of the background, use RGBA colors.

    {#divName}

    background: rgba (255,255,255,0.4)

    }

    Nancy O.

  • How to change a size of the image grid fluid div

    I am new to Dreamweaver and the design of web sites in general I am limited in CSS and HTML coding but I am learning.  I use the fluid grid in Dreamweaver CS6 but experience a problem to change the size of the image to reduce its size for mobile display only.  I unfortunately have anything online as I'm just trying to understand the things before you go ahead and build my site.  I hope that this will be a simple answer, I'm just completely missing.  I did a test with CSS and I changed the img to display: block and then change the width and the height at different percentages... makes look aweful views DW but was great in all browsers except Safari seen as DW... very distorted.  The other option, I am currently looking is just to take the image out of the mobile display by display: none.  It works but not my preferred option.  A point in the right direction would be greatly appreciated.

    Thanks in advance,

    Mike

    Try this: it will limit your logo and img to no more than this is the original size.

    #logo {}

    Clear: both;

    float: left;

    left margin: 0;

    Max-width: 100%;

    display: block;

    }

    #logo img {}

    display: block;

    margin-right: auto;

    left margin: auto;

    Max-width: 100%;

    }

    Otherwise, it appears as expected.  Have you tested in a real smartphone yet?

    Nancy O.

  • The fluid Div of Grid Layout tag panel?

    I'm not creative Member Cloud but need to update my Dreamweaver 6 with fluid Grid layout panel Div tags

    I'm not creative Member Cloud but need to update my Dreamweaver 6 with fluid Grid layout panel Div tags

    Cloud software is only available to members of cloud.

    Nancy O.

  • The grid fluid divs havd without handles. How can this be repaired?

    I have the mobile page ready to start styling, but there is no handles on the divs so that I can size them up and down.  What can I do to fix this?

    I have the SOLUTION!  Here is what happened...

    In the fluid - grid.css you created first...

    Find the class which is more you allows to have the handles (ie. the handles have disappeared from my .pageHeader class)

    Add width: 100%; on the inside of the hooks.

    {.pageHeader}

    Width: 100%

    }

    Save the file and go back to Design mode.  You have the rear handles!

  • DIVs in fluid layouts grid

    Hello

    As one, I decided to design a new website with the FGL and the design of the layout of base for various devices has been problem free. However, I have various div tags that contains mixed content (in separate divs) I want to focus, but no matter what I can not make the content of the div to the Center.

    I tried to put the div itself on the width as 'auto', but it doesn't seem to change anything, therefore, what Miss me?

    Morrile

    Hello Sudarshan traore,

    I was about to post a response to this fledgling scross after another detachment of Nancy who has highlighted a demonstration site about FGL, http://alt-web.com/FluidGrid/Fluid1.html# that displays the contents of the footer I made. Go to the code that she sent me and how FireFox Inspector revealed that where I was going wrong, I discovered. I've been away outside the beacon P, while she reads now.

    Tag 'footer1.

    Tag 'footer2.

    Tag 'footer3.

    and within the CSS, I have the following code;

    footer p {margin: 0; padding: 0; text-align: center}

    I now need to test it with an image, and then it's this annoying problem of the road.

    So thanks a lot to you two.

    Lee

  • Fluid gutter grid questions

    To use the new features of fluid grid, you must set a gutter for the columns. Does to styling a pain unless I'm missing something. You end up with this:

    Screen Shot 2013-09-17 at 9.06.54 AM.png

    I want to add a gradient background to separate columns 1 and 2. With a standard layout, I am not facing in the gutters, revealing the background content between the elements.

    There the work around for this s? I can manually build the fluid layout, but then I lose really clever can just click and drag around the elements visually in Dreamweaver design view.

    Thank you.

    FGrid layouts are a good jump start for the creation of suitable facilities. But if you want to drag a div around the screen, you have to accept their limitations.

    Use them for the process of creation of database layout.  Once you are completely satisfied with the basic configurations, you can manually modify code (if you must) to remove the gutter margins.  And use a separate stylesheet for your content.

    If/when you're exasperated with the limits imposed by the FGLayouts, there are several other executives & extensions to try.

    Bootstrap DMX area * free to the DW extension

    http://www.DMXzone.com/go/21759/DMXzone-bootstrap/

    Project of seven Page Packs * commercial CSS Templates *.

    http://www.Projectseven.com/products/templates/index.htm

    Zurb Foundation

    http://Foundation.ZURB.com/templates.php

    Reusable skeleton

    http://www.getskeleton.com/

    Initializr (HTML5 Boilerplate, sensitive or "bootstrap")

    http://www.Initializr.com/

    Wish I was a better arrangement for the production of false columns and control the background of each div.

    Columns height script:

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

    Nancy O.

Maybe you are looking for

  • Airport/capsule, U-verse

    I must just have U-verse installed to replace AT & T DSL.  The tech said not to use the Terminal airport but that of AT & T. He said there would be problems with 2 routers.  I have 2 questions: is that correct and if so, how can I connect the time ca

  • Satellite L630-15U - block during the use of the

    I have a L630-15U Windows 7 Professional 64 bit, when I use in battery mode after a few minutes it crashes often. Everything has been frozen, I need to turn it off.

  • W540 Port Replicator

    Will be the port replicator for W520 with the W540 work? I had a W540 on command and just thought to the duplicator.

  • C:\windows\ionplpl2.dll error message

    This error code is displayed whenever I start my computer!

  • What is the folder of files Microsoft ATS?

    Theres a folder in my program files called Microsoft ATS, that I have never seen it before, it only contains a file called SDIAGENG. THE MAN. So, I was wondering what this file. In addition, it would be safe to remove or Windows should run. Thank you