試一個仿豆瓣FM效果的CSS設計

來源:互聯網
上載者:User

想依照豆瓣FM的效果做一個自己的介面應用,但是只完成了在FF下的工作,IE下的相容性真難啊~~既要fixed,又要左右與垂直置中,真的有那麼難嗎?!!

<html><head><title>Test for DIV CSS</title><style><!--body {    background-color: #333;    margin: 0;    padding: 0;    height: 100%;    overflow: auto;}div.fd {    width: 500px;    height: 190px;    position: fixed;    top: 50%;    left: 50%;    margin: -95px 0 0 -250px;    background: url('frame.png');    _position: absolute;    _top: expression(eval(document.documentElement.scrollTop));    _margin:0;}p.cp {    word-wrap: break-word;    word-break: break-all;    background-color: white;    padding: 48px;    width: 400px;    margin: 0 auto;    font-size: 100px;    line-height: 190px;}--></style></head><div class="fd"></div><p class="cp">介面設計中的結構設計 賣家內在因素對問卷調研有效響應的影響... 移動網頁設計的資訊組織    PSM模型(價格敏感測試)在網路問卷</p></body></html>
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.