centered floating text?

Discussion in 'CSS' started by cssguy123, Dec 11, 2007.

  1. #1
    Okay, I made a good horizontal navbar as a [ul] inside a container div. Both of the divs are floated to the left (float:left) so that the navbar will fit into the container div. The problem is that i can't center the navbar, nor the container div. Someone please help me do this or something like this please?
     
    cssguy123, Dec 11, 2007 IP
  2. manishk

    manishk Peon

    Messages:
    63
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    post the html & css code
     
    manishk, Dec 12, 2007 IP
  3. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #3
    Set left/right margin to auto on the container and remove the float from the container.
     
    soulscratch, Dec 12, 2007 IP