Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS height : auto problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27401

    hey frnds i m gatting a very critical problelm… plz help me

    my html code is

    Code:

    and my css code is

    Code:
    .content{
    width:900px;
    height:auto;
    min-height:300px;
    margin:auto;
    background-color:#FFFFFF;
    }

    .left_img{
    height:248px;
    width:224px;
    padding-left:30px;
    padding-top:30px;
    float:left;
    }

    .cont{
    height:auto;
    min-height:200px;
    width:600px;
    float:left;
    margin-left:30px;
    margin-top:30px;
    background-color:#585858;
    }

    when my .cont class is gatting height above 200px;..
    mean more than my conter but my .contenr has only 200px minimum height….

    i want that my contenr is like liquid box i put more content and my contener get automaticly height…

    but in this condition my contenr has minimum height…

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.