IE and Firefox browser uncompatability

Discussion in 'CSS' started by kaka007, Jun 16, 2008.

  1. #1
    hi guys i have designed an website valleyseal.com and this is first of my kind in experimenting a design for a website.i have no previous idea in designing .perhaps i landed in to browser incompatibility. its an quiet hectic to resolve and i have no clue . this problem i face is my website is aligned to right hand side of the screen. i think there many be mis patch in css. please help me out
     
    kaka007, Jun 16, 2008 IP
  2. SpectR

    SpectR Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I see it alligned to the left :)
    Where do you want it to be in fact? Maybe centered...?
    if so then put the options as follows:
    1) put "text-align:center" in the body css
    2) make a big div which to enclose the whole site - everything between <body> and </body>. (if you haven't done this ofcourse)
    then set that div this way:
    margin-left: auto;
    margin-right: auto;
    text-align: left;

    this is the trick ;)
    I hope this helps.
     
    SpectR, Jun 16, 2008 IP