1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

css height

Discussion in 'CSS' started by Madurai, Oct 4, 2005.

  1. #1
    Hi, I have created a web page, Next to the nav bar, the line height is not expanding or shrinking according to the page height. I am using the code as follows. I have tried height: auto and height; 100% options, nothing worked...
    Any help is needed. Thanks..

    .unnamed3 {
    position: absolute;
    left: 195px;
    background-color: #000033;
    white-space: nowrap;
    z-index: 6;
    visibility: visible;
    background-repeat: repeat;
    width: 0.105pc;
    top: -3px;
    height:1100px;
     
    Madurai, Oct 4, 2005 IP
  2. chachi

    chachi The other Jason

    Messages:
    1,600
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Kinda hard to tell with the limited information.
     
    chachi, Oct 5, 2005 IP
  3. Amos

    Amos Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    CSS height is really tricky. You have to set every container's height to 100% as well. Much easier said then done. I would suggest some type of work aruond from what you're trying to do.
     
    Amos, Oct 5, 2005 IP