Layout Help! Major Problems In Different Browsers!

Discussion in 'HTML & Website Design' started by 2beblezd, Jan 6, 2009.

  1. #1
    I've been creating my hosting company website, and I've run into a major problem.

    URL: http://www.one-dollar-hosting.com/shared.php

    In firefox the content is centered out, as it should be, but In IE it appears on the far right, way to far to even be visible.

    I would love some help...
     
    2beblezd, Jan 6, 2009 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Is there compelling reason for #con {position: absolute;}? If not, get rid of it.

    cheers,

    gary
     
    kk5st, Jan 6, 2009 IP
  3. wmfire

    wmfire Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hostnow.css:

    #con {
    	position:relative;
    	width:900px;
    	left:0px;
    }
    Code (markup):
     
    wmfire, Jan 7, 2009 IP
  4. 2beblezd

    2beblezd Banned

    Messages:
    221
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks alot, see I can code all of this stuff, but when it comes to finding out the tiny screwups, I never can. Thanks!
     
    2beblezd, Jan 7, 2009 IP