Re: [css-d] background-image doesn't show

2005-10-10 Thread Gunlaug Sørtun
Marian wrote: www.tanase.it Just a minor file-name/type error: I find: background-image: url(../images/curl.htm); ... in your stylesheet. Correct it to: background-image: url(../images/curl.jpg); ... and make sure the image is present with that name/type. The other styles are fine, but you

Re: [css-d] background-image doesn't show

2005-10-10 Thread Tom Livingston
On Mon, 10 Oct 2005 11:03:39 -0400, Marian <[EMAIL PROTECTED]> wrote: www.tanase.it Off the top of my head, make sure the image path is in relation to the stylesheet not the page. This has caught me a couple times... -- Tom Livingston Senior Multimedia Artist Media Logic www.mlinc.com Usi

RE: [css-d] background-image doesn't show

2005-10-10 Thread Dennis Bixler
Try it with background-position: right bottom;} at least it worked in a local test Dennis Bixler -Original Message- From: Marian [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 11:04 AM To: css-d@lists.css-discuss.org Subject: [css-d] background-image doesn't show Hi everybo