Hey well im having a bit of a problem.. If you go to my website http://www.thuggish.biz Then Click Thuggish Movies -> Movies > Blood In Blood Out (The one at the top, the first one) The first Problem in IE, well you have done as i said, you should see that the horisontal-scrollbar for that page is in use, even if i have made the container for the video info site so that it should fit in the iframe. But for some reason there is some space there which make the horisontal-scrollbar appear.. which i dont want. So im wondering do you guys/girls know what the problem is? The second problem, if you look at the same page in firefox it gets all messed up, the background colors. Do you know why it doesnt work in firefox but in IE? here is the css file for that page: body { margin: 0; padding: 0; color: #000000; background-color: #000000; } #container { margin: 4px 0px; width: 548px; background-color: #FFFACD; text-align: left; padding: 5px; } #year { background-color: #FFFF00; float: left; height: 20px; width: 50px; font-family: sans-serif; font-size: 20px; font-weight: bold; margin: 0px 0px 10px 0px; } #title { background-color: #FFFACD; float: left; height: 20px; width: 488px; padding: 0px 0px 0px 10px; text-decoration: underline; font-family: sans-serif; font-size: 20px; font-weight: bold; margin: 0px 0px 10px 0px; } #cover { background-image: url(images/no_cover.gif); background-repeat: no-repeat; float: left; height: 140px; width: 100px; margin: 0px 8px 0px 0px; } #wc { float: left; height: 50px; width: 160px; margin: 20px 0px 0px 0px; font-family: sans-serif; font-size: 12px; } #pid { float: right; height: 15px; width: 280px; margin: 40px 0px 0px 0px; font-family: sans-serif; font-size: 12px; background-color: Fuchsia; } #country { float: right; height: 15px; width: 280px; font-family: sans-serif; font-size: 12px; background-color: Fuchsia; } #runtime { float: right; height: 15px; width: 280px; padding: 0px 0px 21px 0px; font-family: sans-serif; font-size: 12px; background-color: Fuchsia; } #db { float: left; height: 40px; width: 160px; margin: 0px 0px 0px 0px; font-family: sans-serif; font-size: 12px; } #sblue { color: blue; } #dtable { float: left; } Code (markup): The HTML code you can find on the site. Also if you have any pointers or something you would like to say to me please pm or mail me. Thank you for you help and expertise.