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
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/
.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.