height

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark

    height

    Hi there

    i am a bit new to css and can not figure out how to extend a "container"
    to 100%. This is what i mean:

    ..container {
    float:left;
    background-color:#7A8B5E;
    width:142px;

    }

    Forms a place on the website where i can insert text or something. I
    want this place to extend to the bottom of the browser, so i thought to add:

    height:100;

    But that does not do the trick. Anyone?

    Thanks in advance,
    Mark (NL)

  • Spartanicus

    #2
    Re: height

    Mark <scheper@xs4all .nl> wrote:
    [color=blue]
    >i am a bit new to css and can not figure out how to extend a "container"
    >to 100%.[/color]

    html,body,.cont ainer{height:10 0%}

    --
    Spartanicus

    Comment

    • Mark

      #3
      Re: height

      Spartanicus wrote:[color=blue]
      > Mark <scheper@xs4all .nl> wrote:
      >
      >[color=green]
      >>i am a bit new to css and can not figure out how to extend a "container"
      >>to 100%.[/color]
      >
      >
      > html,body,.cont ainer{height:10 0%}
      >[/color]

      I am not sure if i understand you right, but as far as i understand this
      did not help...

      Comment

      • Spartanicus

        #4
        Re: height

        Mark <scheper@xs4all .nl> wrote:
        [color=blue][color=green][color=darkred]
        >>>i am a bit new to css and can not figure out how to extend a "container"
        >>>to 100%.[/color]
        >>
        >> html,body,.cont ainer{height:10 0%}[/color]
        >
        >I am not sure if i understand you right, but as far as i understand this
        >did not help...[/color]



        --
        Spartanicus

        Comment

        • Mark

          #5
          Re: height

          Spartanicus wrote:[color=blue]
          > Mark <scheper@xs4all .nl> wrote:
          >
          >[color=green][color=darkred]
          >>>>i am a bit new to css and can not figure out how to extend a "container"
          >>>>to 100%.
          >>>
          >>>html,body,.c ontainer{height :100%}[/color]
          >>
          >>I am not sure if i understand you right, but as far as i understand this
          >>did not help...[/color]
          >
          >
          > http://homepage.ntlworld.com/spartanicus/mark.htm
          >[/color]

          :0) It must be the sun over here ;)
          Thanks a lot! I did forget that the "container" was also
          "othername_cont ainer" etc... So, now it works.

          grtz
          Mark

          Comment

          Working...