I'm trying to add an image to float off of the content in left.php. I tried setting the margin numbers but I noticed that if I re-size my Internet browser it doesn't stay with the content and other pictures. How can I get it to stay like the right.php column is attached to the content right now?
My CSS code for the left image:
/* left image */
#leftimage {
position: absolute;
float: left;
margin-left: 0;
margin-top: 140px;
padding: 0;
width: 97px;
height: 263px;
background: url('http://luxechandelier.com/wp-content/themes/luxechandelier/images/content.png') no-repeat;
}
Thank you!