AttackBunnyPro
New Member
- Messages
- 26
- Reaction score
- 0
- Points
- 0
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.attackbunnygames.com/test.php
This is the CSS that is probably affecting it:
This contains screenshots of all of the browsers, etc. http://browsershots.org/http://www.attackbunnygames.com/test.php
This is the CSS that is probably affecting it:
HTML:
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;
}
Last edited: