CSS relative positions

Discussion in 'CSS' started by Googles76, Oct 17, 2005.

  1. #1
    I've decided to completely redo one of my sites with CSS. The problem I'm having now is that CSS likes to place things on top of one another. While my layout requires some things to be beside each other. For example I have the navigation menu on the left and some text just to the right of that. With CSS relative positioning it seems I can't do this. The divs just want to go above or below each other (depending on the order they appear in the html site itself). Any solution to this problem?

    Thanks.
     
    Googles76, Oct 17, 2005 IP
  2. Acer

    Acer Well-Known Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    133
    #2
    Acer, Oct 17, 2005 IP
  3. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Without knowing your code, you might try floating your elements or adding clear: both to your elements
     
    Corey Bryant, Oct 18, 2005 IP
  4. clay15

    clay15 Well-Known Member

    Messages:
    449
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    118
    #4
    clay15, Oct 18, 2005 IP
  5. Googles76

    Googles76 Peon

    Messages:
    664
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the help. I've decided to just go with content management systems that have everything there for me already. All I have to do is play with the theme layout
     
    Googles76, Oct 18, 2005 IP
  6. Amsterdam

    Amsterdam Well-Known Member

    Messages:
    361
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #6
    That's a great link, thanks!

    T
     
    Amsterdam, Oct 19, 2005 IP