开发者

what css or html causes the safari browser to not show an image?

There's开发者_如何学Python supposed to be an image in the center under the text "GIANT MANGO". It shows in Firefox, Chrome, and IE, but it does not show in the Safari browser.

http://giantmango.com/vote-for-artist-charity-contest-44-2581

How to solve this problem?


It doesn't show up initially with Chrome 9 on Linux either. If you drill down through the developer tools, the computed style for that image shows its height and width to be 1px in both directions. If I remove the max-height: 100% from the div.post-body p img, div.post-body p object rule, the image appears.

While I can't explain this (I haven't the time to look at it in-depth) I hope this puts you on the right track towards debugging this.


On the single-wrapper div, is there a padding-top of 1000px coming in somehow, that's pushing the contained div down? (the image appears in my safari, it's just far down the page).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜