Hello,
I'm working on a template and I am having problems aligning an image background within a div vertically so that the background is completely centered. This problem does not occur in IE. I am using the CSS style:
The template can be viewed at:
Any suggestions as to why this is happening will be much appreciated.
Thanks alot,
Chris
I'm working on a template and I am having problems aligning an image background within a div vertically so that the background is completely centered. This problem does not occur in IE. I am using the CSS style:
Code:
#right-title{
position: relative;
padding: 0;
float: right;
width: 800px;
height: 100px;
text-align: left;
[blue]background: #264176 url('../Images/Right-Title.jpg') no-repeat center center;[/blue]
}
The template can be viewed at:
Any suggestions as to why this is happening will be much appreciated.
Thanks alot,
Chris