Google Chrome上的边框。 (CSS)¿如何删除?

时间:2015-03-04 19:35:21

标签: html css google-chrome

我的页面显示的是边框,而不是我没有说的(对不起我的英文);

Google Chrome [IMAGE]

Internet Explorer +10 [IMAGE]

这是我的css代码

#mydiv {
    width:98px;
    height:98px;
    border-radius: 52%;
    border:solid 0px;
    position:absolute;
    top:-50px;
    left:85%;
}
#mydiv img {
    width:100px;
    height:100px;
    border-radius: 52%;
    border:solid 0px;
    z-index: -1;
}

1 个答案:

答案 0 :(得分:-1)

西班牙语 Copia y reemplaza tu codigo con el siguiente: 英语 使用以下代码复制并替换您的代码:

#mydiv {
width:98px;
height:98px;
border-radius: 52%;
border:none;
position:absolute;
top:-50px;
left:85%;
}
#mydiv img {
width:100px;
height:100px;
border-radius: 52%;
border:none;
z-index: -1;
}

它会解决你的问题。 Eso arreglara su problema amigo。

您也可以删除边框