如何使该图像居中,但又将图像大小保持为百分比,以便它随浏览器改变大小?我一直在玩这个图像上的 css 来调整高度和宽度http://www.georgewoolfe.com/home.html
这是CSS:
#image {
bottom: 50%;
height: 40%;
left: 50%;
margin: 0 -40%;
position: absolute;
right: 50%;
top: 56px;
width: 80%;
}
#image img {
width: 100%;
}
我还想知道是否有一些 jQuery 可以做到这一点?
我发现这个网站完全符合我的意思http://www.laurabartlettgallery.com/exhibitions/bravo-zebra/
谢谢安吉拉