MyBB Community Forums

Full Version: Help: Resizing problem in Firefox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

When I open my forum homepage in Firefox, it is displaying correctly; when I click on any of the sub forums, the body diminishes to about 60% of original size that is set at 90%. This is what I got from web developer tool:

body (line 1)

{
background-color: #000000;
background-image: url("../../../images/ocean/bg.png");
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #000000;
text-align: center;
line-height: 1.4;
position: absolute;
margin-top: 0pt;
margin-bottom: 25px;
font-family: Tahoma,Verdana,Arial,Sans-Serif;
font-size: 13px;
}

After I open any topic, it again resizes to normal. What must be causing this? This problem is not happening when I open the forum in Internet Explorer.

Thanks,
Ijlal
just use control + scroll wheel to increase the size.
(2010-04-02, 04:39 PM)josemathews Wrote: [ -> ]just use control + scroll wheel to increase the size.

Thanks, but that does not help. besides if it did that would increase the size of all the screens whereas I am getting this problem only on one screen - something has to be adjusted in the code itself