colors "below this line"

Discussion in 'HTML & Website Design' started by Lpspider, Dec 29, 2005.

  1. #1
    Okay, I want to create a page that, below a certain amount (px) it's a different color. Sounds simple. how can I do this?
     
    Lpspider, Dec 29, 2005 IP
  2. Crazy_Rob

    Crazy_Rob I seen't it!

    Messages:
    13,157
    Likes Received:
    1,366
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Font color?

    Just set it manually in .css
     
    Crazy_Rob, Dec 29, 2005 IP
  3. Lpspider

    Lpspider Well-Known Member

    Messages:
    2,216
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Not just font color in general.

    Like, everything below 200 pixels on the page gray, and everything above white, etc.
     
    Lpspider, Dec 29, 2005 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Create a table with 2 rows, the top row is one color the bottom row is another color.
     
    mad4, Dec 29, 2005 IP
  5. NetMidWest

    NetMidWest Peon

    Messages:
    1,677
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can do this simply enough with CSS and div tags:

     
    NetMidWest, Dec 29, 2005 IP
    Colleen likes this.