試一個仿豆瓣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>

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.