MyBB Support

Forum Icons Problem

Submitted by AndresXZ09, , Thread ID: 3176

Thread Closed
AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
24-04-2015, 01:57 AM
This post was last modified: 24-04-2015, 02:14 AM by AndresXZ09
#1
Hello

I have a problem with the forum icons, actually it looks like this

[Image: axEwhzf.png]

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]

CSS

Code:
.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:

Edit: Also

[Image: qKtE8Gy.png]

It should be like

[Image: LMGQTkv.png]

PS: The theme is the default MyBB 1.8.

RE: Forum Icons Problem

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
24-04-2015, 07:17 PM
#2
Fixed already. :yus:

(yeah, im stalking you).

RE: Forum Icons Problem

Sozin
Nan Ihier Gelair Mordor
Divine
Level:
0
Reputation:
91
Posts:
2.33K
Likes:
374
Credits:
11K
24-04-2015, 08:07 PM
#3
what? even the images are not loading.
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)

Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.

RE: Forum Icons Problem

Flashyx
Novice
Level:
0
Reputation:
8
Posts:
43
Likes:
9
Credits:
390
27-04-2015, 04:10 AM
#4
Problem solved?

Or try to reduce your width & height of your CSS class

RE: Forum Icons Problem

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
OP
27-04-2015, 04:19 AM
#5
It's solved, eNvy helped me out

Users browsing this thread: 1 Guest(s)