开发者

Text element only showing in Firefox, not safari or chrome

me and my friend are making this site and in firefox this certain text area is showing fine, but in safari and chrome it doesnt, it just is completely hidden.

http://skincache.com/request_reply

We have no idea why.

Thank开发者_如何学C you


You should inspect your code with Chrome Dev Tool or Firebug, because I can see this:

#request_reply ul li {
  height: 0px;
}

Disabling it solves the problem.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜