Ok this one is for any CSS gurus, I need some help with some CSS for a background image.
I have made a background image for my dolphin site (the main body background) This new image has another image in the left side, the total image is 1440 X 750px.
What I want is for the image in the left of the background to always be on the left I.E to never go under any of the content no matter what screen resolution a member is using, With my screen resolution 1440 X 900 the background image looks perfectly aligned this is how I want it to look with any reolution, but if I change my resolution the image in the left of the background goes under the page content.
How can I get it to be in exactly the same position on any resolution?
Here is my CSS so far
body {
font-family:Verdana,Arial;
font-size:11px;
color:yellow;
background: #a60c0c url(../images/back.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: left top;
width: 100%;
height: 100%;
margin:0px;
padding:0 0 50px 0;
}
I have googled for this but everything I could find used a div with an IMG tag inside the div then a bit of CSS however this totaly breaks the dolphin layout.
Any help please
I have attached my background image for you to see what it is like (please dont look if you are offended by glamourus images)