我的页面中有一个 div 元素和一个箭头,我正试图到达 div 的右侧中间。这是代码: HTML:
<div id="popup">
<p>
This is the inside of a div element.
</p>
</div>
<div id="image"></div>
CSS:
#popup {
background-color: whiteSmoke;
width:500px;
margin:0px auto;
margin-top:100px;
}
#image {
background-image:url('/images/jquerys penis.png');
border:1px solid black;
width:30px;
height:30px;
float:right;
}
我正在开发的网站:site.brycemckenney.com/jquery.html