【发布时间】:2012-11-15 01:40:55
【问题描述】:
我已经尝试了整个下午,但我错过了一些东西,有人可以帮我解决这个问题吗? 该页面可以在以下链接中找到
The page with the image that I need fixed。
包含图片的代码是:
<headerimage><span>
<img width="1920" height="600" src="http://www.websu.it/wp-content/uploads/2012/11/suitsheader.jpg" class="attachment-post-thumbnail wp-post-image" alt="Suits Header" title="Suits Header"></span>
</headerimage>
我想在较小的屏幕上将宽度为 1920 像素的图像水平居中。当我给一个类属性 background-position: top center 时,它工作得很好,但是当我需要在页面本身中有一个 -tag 时,我似乎无法实现它。
请帮我看看:)这可能很愚蠢,哈哈。 非常感谢!
【问题讨论】: