Home >Web Front-end >HTML Tutorial >I don't know where css is not compatible_html/css_WEB-ITnose
IE6.0 is normal. IE6.0 and above or Google Chrome cannot display the things with ID xh. What is the difference? Thank you
.show
{
width:230px;
overflow:hidden;
position:relative;
height:110px;
background:#333333;
}
.show.slider
{
height:110px;
margin:0;
width:700px;
}
.show.slider li
{
float:left;
margin:0;
padding:0;
height:110px;
width:230px;
}
.show.slider li img
{
float:left;
margin:0;
padding:0;
height:110px;
width:230px;
display:inline;
border :0;
}
.show.xh
{
position:absolute;
right:20px;
bottom:10px;
display: inline;
float:left;
}
.show.xh li
{
float: left;
color: #FF7300;
text-align: center;
line-height: 16px;
width: 16px;
height: 16px;
font-family: Arial;
font-size: 12px;
cursor: pointer; overflow: hidden;
margin: 3px 1px;
background-color: #fff;
}
< ;body>