stevenmw
02-18-2012, 03:04 AM
Hello. I'll start with what I am trying to do.
I want to use the CSS background-position to place text to the RIGHT of an image.
I've got my CSS successfully moving the image to the right of my text but I want the exact opposite. I want the image on the left and the text on the right. Below is my CSS code that moves the image to the right.
.header {
background-image: url(head.png);
background-position: 50px;
background-repeat: no-repeat;
color: #FFFFFF;
font-family: verdana;
padding: 3px;
vertical-align: middle;
margin-left: 15px;
}
Again, how can i ahcieve the exact opposite? Thanks.
I want to use the CSS background-position to place text to the RIGHT of an image.
I've got my CSS successfully moving the image to the right of my text but I want the exact opposite. I want the image on the left and the text on the right. Below is my CSS code that moves the image to the right.
.header {
background-image: url(head.png);
background-position: 50px;
background-repeat: no-repeat;
color: #FFFFFF;
font-family: verdana;
padding: 3px;
vertical-align: middle;
margin-left: 15px;
}
Again, how can i ahcieve the exact opposite? Thanks.