So, I have a page which looks fine in most browsers, but has problems with Internet Explorer and Opera.
This contains screenshots of all of the browsers, etc. http://browsershots.org/http://www.a...s.com/test.php
This is the CSS that is probably affecting it:
HTML Code:body { font-family: calibri; background-color: black; color: white; width: 800px; margin-left: auto; margin-right: auto; position: relative; font-size: 18px; } div.loginBox { height: 96px; margin: 4px; background-color: #0094FF; float: right; width: 520px; } div.navBox { height: 96px; margin: 4px; background-color: #7F0000; float: right; width: 520px; } div.newsBox { margin: 4px; background-color: #B200FF; float: left; width: 264px; } div.currBox { margin: 4px; background-color: #0094FF; float: left; width: 264px; } div.aboutBox { margin: 4px; background-color: #FDB739; float: right; width: 520px; } div.gamesBox { margin: 4px; background-color: #7FFF8E; float: right; width: 520px; }


LinkBack URL
About LinkBacks
Reply With Quote


