MyBB Community Forums

Full Version: Another General problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
from last ew days
I have noticed that in my forum page scrolling is very slow,
how to improve it ??
Whats ur link ?

Are you using -moz shadows ?
specially this error seen in Mozila firefox

here is link http://www.swstarone.com
Remove from your container in global css:

-moz-border-radius:7px 7px 7px 7px;
-moz-box-shadow:0 0 25px #000000;
I seen there was not shadow code
I have removed radius code
but problem is still there,
at this this time I changing theme..
Scrolling on your site isn't slow for me but the box-shadow code is definitely there if you want to try removing it.
where to find it...
are you needs my admin panel ??
Seems you have numerous themes, which theme are you getting this problem on?
In Bluecolor
which compatible with Mybb 1.6
The box-shadow is exactly where Janota said it was, in the container:

Quote:#container {
width: 88%;
background: #FBFEFF;
border: 1px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
-moz-box-shadow: 0 0 25px #000;
-webkit-box-shadow: 0 0 25px #000;

-webkit-border-radius: 7px;
}

Scrolling is fine for me though, there's no lag.
Pages: 1 2