Skip to main content
Participant
January 21, 2007
Question

CSS Problem With Background

  • January 21, 2007
  • 1 reply
  • 183 views
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.
This topic has been closed for replies.

1 reply

Inspiring
January 21, 2007
Nobody will have any idea what you are describing without seeing the full
page. Can you post a link to it, please?

> background-attachment: scroll;
> background-position: left top;

There's no need for these two styles - the first and the second are a
restatment of the default.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Prizmo" <webforumsuser@macromedia.com> wrote in message
news:eovgkc$13g$1@forums.macromedia.com...
> 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.
>