background image width through CSS problem inOpera
Hi,
I've used CSS to set the background image for a div using the following class
#leftcorner{
float:left;
background-color : #4b7da7;
background : url(../images/left.jpg) no-repeat center top;
width:0.6%;
height:40px;
}
But the images are not displayed in Opera, all other browser are displaying them.
If i give the width in pixels then its dispalying them, but i need use percentages.
Could anybody help me to solve this.
Regards,
Rakesh
|