Cant get this to align right... (Css)

Discussion in 'HTML & Website Design' started by killaklown, Apr 29, 2007.

  1. #1
    Im working on a proxy network site http://www.sneaknetwork.com/ but i cant get the 'Proxies' image to align right (i want it to be under the "what is" text)

    It works in IE, but not in Firefox (im a noob at css :p)


    Btw, just look at the page source for the code.
     
    killaklown, Apr 29, 2007 IP
  2. luckybee

    luckybee Peon

    Messages:
    151
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I would use this:

    #proxies{
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    width:700px;
    float:left;
    }
     
    luckybee, Apr 29, 2007 IP
    killaklown likes this.
  3. killaklown

    killaklown Well-Known Member

    Messages:
    2,666
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Heh, i swear i tried that before :p

    Thanks, rep added.
     
    killaklown, Apr 29, 2007 IP
  4. luckybee

    luckybee Peon

    Messages:
    151
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem man. By the way nice design.
     
    luckybee, Apr 29, 2007 IP