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.

Lines partially across the screen

Discussion in 'CSS' started by Hodgedup, Jul 6, 2005.

  1. #1
    I have a series of questions each on their own line in the center column of a three column layout. I'd like to have a series of periods "." or underlines "_" trailing across the screen to the edge the center column with the answer at the edge of the centered column.

    Does anyone know how I can accomplish this?

    For Example:

    Can someone please help me.............................................yes
    Do I know the answer.......................................................no

    Thank you
     
    Hodgedup, Jul 6, 2005 IP
  2. CompressedAir

    CompressedAir Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hmm..You could try to make two seperate floated divs. The first one would contain:
    "Can someone please help me" and then you would make an image (a transparent one I would think in this case) and use the CSS property repeat-x on it. This way it will continue until the end of that container for each question. Then another left floated div would contain the answer to the question. I think that should work.
     
    CompressedAir, Jul 7, 2005 IP