html/css, 怎么让图片在当前框架(frame)的 中间 显示?
答案:1 悬赏:10 手机版
解决时间 2021-04-05 01:07
- 提问者网友:爱唱彩虹
- 2021-04-04 21:04
html/css, 怎么让图片在当前框架(frame)的 中间 显示?
最佳答案
- 五星知识达人网友:轻雾山林
- 2021-04-04 21:10
不知道你结构具体是什么样 所以只能举些常用方法
1 图片剧中 两边必须是空的
img{display:block;margin:0 auto;}2 背景定位 样式如下:
frame{width:500px;height:300px;background:url(xx.jpg) 50% 50% no-repeat}3 图片定位 样式如下:
frame{width:500px;height:300px;position:relative}
img{position:absolute;left:50%;top:50%}4 划分3列结构
1 图片剧中 两边必须是空的
img{display:block;margin:0 auto;}2 背景定位 样式如下:
frame{width:500px;height:300px;background:url(xx.jpg) 50% 50% no-repeat}3 图片定位 样式如下:
frame{width:500px;height:300px;position:relative}
img{position:absolute;left:50%;top:50%}4 划分3列结构
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯