Broken Images

Status

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
===
Tried posting this with my business account and got THIS ERROR @Staff
===
Hello,

Just noticed this:
image.php


It's on every single one:
image.php


Does not happen when I use the Dark Theme which is strange...

Anyway, just thought I would point it out.

When looking into it further, I found that both the 'Read' and 'Un-Read' images are in the same file:

http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png
node-sprite.png


Also, when looking at the CSS:
Code:
Code:
.nodeInfo.secondaryContent{padding:0}.node
.nodeIcon{margin:15px
5px 10px 10px;float:left;text-align:center;background-size:75px auto;width:40px;height:40px}.node .forumNodeInfo .nodeIcon,
.node .categoryForumNodeInfo

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position: -38px 0}.node .forumNodeInfo.unread .nodeIcon,
.node .categoryForumNodeInfo.unread

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position:1px 0}.node .pageNodeInfo

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position: -38px 0}.node .linkNodeInfo

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position: -38px 0}.node
If you look, 'background-position' is constantly referenced, I think this is where the issue is.
--- Double Post Merged, 1 minute ago ---
Also:
 
Type
Bug report
Status
Implemented
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
Update:
Happens on Dark aswell:
image.php
 

Hannes

I make stuff move
Supreme
Feedback score
75
Posts
4,227
Reactions
2,124
Resources
0
===
Tried posting this with my business account and got THIS ERROR @Staff
===
Hello,

Just noticed this:

image.php


It's on every single one:
image.php


Does not happen when I use the Dark Theme which us strange...

Anyway, just thought I would point it out.
I can barely read this post with the dark theme.
 

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
I can barely read this post with the dark theme.
Ik, because I copied it from the Light Theme the text colour is like that, can't set to none...
 

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
When looking into it further, I found that both the 'Read' and 'Un-Read' images are in the same file:
http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png
node-sprite.png


Also, when looking at the CSS:
Code:
.nodeInfo.secondaryContent{padding:0}.node
.nodeIcon{margin:15px
5px 10px 10px;float:left;text-align:center;background-size:75px auto;width:40px;height:40px}.node .forumNodeInfo .nodeIcon,
.node .categoryForumNodeInfo

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position: -38px 0}.node .forumNodeInfo.unread .nodeIcon,
.node .categoryForumNodeInfo.unread

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position:1px 0}.node .pageNodeInfo

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position: -38px 0}.node .linkNodeInfo

.nodeIcon{background-image:url('http://cdn.mc-market.org/styles/mcmarket/xenforo/node-sprite.png');background-repeat:no-repeat;background-position: -38px 0}.node

If you look, 'background-position' is constantly referenced, I think this is where the issue is.[DOUBLEPOST=1473489187][/DOUBLEPOST]Also:
 

Ivain

Master Terraformer
Supreme
Feedback score
45
Posts
9,610
Reactions
4,888
Resources
0
the files being in the same image isn't too rare, and is not the issue.
Apart from that, this may or may not be browser related. Different browsers are known to treat CSS slightly differently.
 
Status
Top