another IE6 layout problem.. please help! :)

Discussion in 'CSS' started by Quozt, May 6, 2007.

  1. #1
    Ok so im working on redesigning my podcast website,

    www.mtgcast.com/new

    thats the current run im going with, looks fine in opera and FF however IE put my top right hand div to the left, I have no idea why?

    Anyone help?

    Thanks a lot

    Dom
     
    Quozt, May 6, 2007 IP
  2. Mystique

    Mystique Well-Known Member

    Messages:
    2,579
    Likes Received:
    94
    Best Answers:
    2
    Trophy Points:
    195
    #2
    The problem is that most people design using Firefox, the preferred webmaster's browser but not the surfers.

    If you check your web logs you will find that over 75% of people still use IE, but back to design problems, it's easier fix a IE design to comply with Firefox that vice versa.

    Have you tried using absolute positioning?

    You can find some tips for fixing things like this visiting this site www.positioniseverything.net/
     
    Mystique, May 6, 2007 IP
  3. clicyu

    clicyu Peon

    Messages:
    22
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    .column-3 {
    background:transparent url(gfx/big_menu_repeat.gif) repeat-y scroll right top;
    width: 196px; /***or more i dont know how big it is***/
    height:100%;
    position:absolute;
    right:0px;
    top:0px;
    }
    but your column 2 is over DIV advert1 in firefox (MTG mint card), in ie6 looks fine.you need more work on this.let me see what u do later...you can put margin-bottom on #advert1 or somethin like that,to push column2 below...
    have a nice day.
     
    clicyu, May 6, 2007 IP