(网站)下列选项中,IE6浏览器不支持的属性及设置有():
A: max-height
B: min-width
C: height:auto
D: width:100%
A: max-height
B: min-width
C: height:auto
D: width:100%
举一反三
- Bootstrap框架中的 .img-responsive 类可以让图片支持响应式布局,它的实现原理是()。 A: 设置max-width: 100%;和height: auto; B: 设置max-width: 100%;和height: 100%; C: 设置width: auto;和max-height: 100%; D: 设置width: auto;和height: auto;
- 在移动端使用Bootstrap时,导航条在屏幕显示时会被折叠,实现显示和折叠功能的按钮需要如何处理()。A 设置max-width: 100%;和height: auto;B 设置max-width: 100%; 和height: 100%;C 设置width: auto; 和max-height: 100%;D 设置width: auto; 和height: auto;
- 以下关于width属性和height属性语法格式正确的是()。 A: width:15; B: width:60px; C: height:100%; D: height:100;
- 下列哪种设置可以使div的宽度自适应?( ) A: width:1024px; B: height:100%; C: height:1024px; D: width:100%;
- CSS盒子模型中表示盒子边框的属性为( ),表示盒宽度的属性为( ) A: border width B: border height C: height width D: width height