Positioning problem, need advice

Discussion in 'HTML & Website Design' started by saintdw, Dec 22, 2005.

  1. #1
    www.dneprimport.com


    Popular Items box is aligned to the right in both Opera and IE, but aligned to center in Firefox.

    I want it to align center everywhere, but i cant find the problem with code anywhere.


    Any ideas?
     
    saintdw, Dec 22, 2005 IP
  2. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #2
    Add this into your CSS

    table.moduletable ul {
    margin:0 auto;
    }
     
    Colleen, Dec 22, 2005 IP
  3. saintdw

    saintdw Peon

    Messages:
    453
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Great! Thanks alot! :D

    works like a charm
     
    saintdw, Dec 22, 2005 IP
  4. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #4
    Glad to hear it. You're welcome. ;)
     
    Colleen, Dec 22, 2005 IP
  5. ramakrishna p

    ramakrishna p Notable Member

    Messages:
    1,798
    Likes Received:
    361
    Best Answers:
    0
    Trophy Points:
    240
    #5
    Please Accept my thanks also.
    One of my friend was breaking his head with same kind of problem.
    Your table.moduletable ul {margin:0 auto;} worked like a tonic.

    Glad to know this!
    Regards
    Ramakrishna
     
    ramakrishna p, Dec 24, 2005 IP
  6. toolblast

    toolblast Banned

    Messages:
    166
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks for that tip, I had a similar problem and that css did the trick!
     
    toolblast, Dec 24, 2005 IP