DIV+CSS中图片居中,文字环绕图片的四周显示的代码怎么写?

DIV+CSS中图片居中,文字环绕图片的四周显示的代码怎么写?清楚是图片居中,文字环绕四周... DIV+CSS中图片居中,文字环绕图片的四周显示的代码怎么写?清楚是图片居中,文字环绕四周 展开
 我来答
cxh19880227
2011-08-28 · TA获得超过1107个赞
知道小有建树答主
回答量:1572
采纳率:0%
帮助的人:1187万
展开全部
真的还没有,一般都是float。
你说的那实现办法就是文字中间来空格,然后来个背景图片。正好把背景图片定位在空白文字处,正好实现文字围绕图片的效果
kuaile221520
2011-09-02
知道答主
回答量:64
采纳率:0%
帮助的人:22.8万
展开全部
<html>
<head>
<style type="text/css">
div
{
float:right;
width:120px;
margin:0 0 15px 20px;
padding:15px;
border:1px solid black;
text-align:center;
}
</style>
</head>

<body>
<div>
<img src="/i/eg_cute.gif" /><br />
CSS is fun!
</div>
<p>
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
</p>

<p>
在上面的段落中,div 元素的宽度是 120 像素,它其中包含图像。div 元素浮动到右侧。我们向 div 元素添加了外边距,这样就可以把 div 推离文本。同时,我们还向 div 添加了边框和内边距。
</p>
</body>

</html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友d7d9d85a3
2011-08-27
知道答主
回答量:51
采纳率:0%
帮助的人:36.7万
展开全部
没有这种代码,还不能实现
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
anjifs
2011-08-27
知道答主
回答量:10
采纳率:0%
帮助的人:9.6万
展开全部
可以用AP元素实现
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式