2015-04-24, 12:39 AM
Hello
I have a problem with the forum icons, actually it looks like this
![[Image: axEwhzf.png]](https://camo.mybb.com/c7e7ac65a337a1f91bc4d77d681e498a01b15ea4/687474703a2f2f692e696d6775722e636f6d2f61784577687a662e706e67)
But if you see, it's a bit bugged because it repeats itself or idk.
I want to it looks like this
![[Image: pnsse4Z.png]](https://camo.mybb.com/ce3aad84fcfb4c6610ba67ab08df6faf6735bac0/687474703a2f2f692e696d6775722e636f6d2f706e737365345a2e706e67)
CSS
I don't know what happens :noh:
Also
![[Image: qKtE8Gy.png]](https://camo.mybb.com/5d98c8c6cd29020696559c529c4f024a0b8bc5c2/687474703a2f2f692e696d6775722e636f6d2f714b74453847792e706e67)
It should be like
![[Image: LMGQTkv.png]](https://camo.mybb.com/0163c729905402d5255b3f0a1834178072774dc0/687474703a2f2f692e696d6775722e636f6d2f4c4d4751546b762e706e67)
PS: The theme is the default MyBB 1.8.
Forum: http://www.bitkoin.cl/
I have a problem with the forum icons, actually it looks like this
But if you see, it's a bit bugged because it repeats itself or idk.
I want to it looks like this
CSS
.forum_status {
height: 30px;
width: 30px;
display: inline-block;
}
.forum_on {
background-position: 0 0;
background-image: url(images/on.gif);
}
.forum_off {
background-position: 0 -30px;
background-image: url(images/off.gif);
}
.forum_offlock {
background-position: 0 -60px;
background-image: url(images/offlock.gif);
}
.forum_offlink {
background-position: 0 -90px;
background-image: url(images/offlock.gif);
}
I don't know what happens :noh:
Also
It should be like
PS: The theme is the default MyBB 1.8.
Forum: http://www.bitkoin.cl/