在此页面上,我试图在块引用周围放置引用图像,但它们不会正确放置。
这是CSS:
blockquote {
padding-left:10px;
color:#444;
font-style: normal;
width: 500px;
background: #ff9999 url(/wp-content/themes/primus/primus/images/quoleft.png) left top no-repeat;
}
blockquote p {
padding: 0 100px;
background: #ff9999 url(/wp-content/themes/primus/primus/images/quoright.png) right bottom no-repeat;
}
我想理想地保持图像大小相同。我只想让文本停止与图像重叠。我尝试将 .blockquote 的宽度指定为 500px,但似乎没有任何区别。
任何想法都会受到欢迎。谢谢 - 塔拉