关于特定div的Ipad保证金

时间:2012-07-10 18:04:04

标签: css ipad html width

我已经将所有内容都放在了ipad的全宽度上,除了主导航栏和旋转横幅外。尽量尝试编码适用于除此之外的所有内容。

网站是:www.madcatz.com

#topNav {
    width: 900px;
    margin: 0 auto;
    background-color: #000000;
    opacity: 0.9;
    height: 50px;
    position: relative;
    top: 5px;
    display: inline-block;
    /* bottom: 1000px; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 9951;
  }
.bgstretcher ul li a span{
    background-image: url(images/bg-front-title.png);
    bottom: 100px;
    display: block;
    font-family: "UniversLTW01-85ExtraBkO"!important;
    font-size: 32px;
    line-height: 35px;
    padding: 15px 35px 15px 85px;
    position: absolute;
    text-transform: uppercase;
    width: 45%;
    margin:0 auto;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: right;
    font-weight: normal;
}

0 个答案:

没有答案