ページに 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