Question
CSS Problem With Background
Im working on Dreamweaver MX
The code in my CSS sheetis:
border: 1px solid #669999;
background-attachment: scroll;
background-image: url(/assets/pictures/lama_border1.gif);
background-repeat: no-repeat;
background-position: left top;
There's grey square appears instead of the image.
I use a custom class.
Before everything was ok.
The code in my CSS sheetis:
border: 1px solid #669999;
background-attachment: scroll;
background-image: url(/assets/pictures/lama_border1.gif);
background-repeat: no-repeat;
background-position: left top;
There's grey square appears instead of the image.
I use a custom class.
Before everything was ok.