css image url's and img problem

2007-11-18 Thread pedro mg
2nd post... the first didnt got here ? == Hi, i have this controller class to serve static files. It works well for the stylesheet file under a /static directory, locating it, but the images referenced in the stylesheet do not appear. They are in the same

Re: css image url's and :img problem

2007-11-18 Thread pedro mg
On Sat, 2007-11-17 at 21:43 -0800, John Beppu wrote: On Nov 17, 2007 8:10 PM, pedro mg [EMAIL PROTECTED] wrote: background: #33 url(img01.gif) repeat-x; url(/static/img01.gif) oh, sorry for the 2nd post. Ty John, but i tried that, and even the whole path to the images,

Re: css image url's and :img problem

2007-11-18 Thread Magnus Holm
Can you access the image at (localhost:3301)/static/img01.gif through your browser? On 11/18/07, pedro mg [EMAIL PROTECTED] wrote: On Sat, 2007-11-17 at 21:43 -0800, John Beppu wrote: On Nov 17, 2007 8:10 PM, pedro mg [EMAIL PROTECTED] wrote: background: #33 url(img01.gif)

Re: css image url's and :img problem

2007-11-18 Thread pedro mg
On Sun, 2007-11-18 at 18:23 +0100, Magnus Holm wrote: Can you access the image at (localhost:3301)/static/img01.gif through your browser? I get an error message: Couldn't load image 'img01.gif' Unrecognized image file format Same result for .jpg and .png image files. I guess i'm having

Re: css image url's and :img problem

2007-11-18 Thread Clifford Heath
On 19/11/2007, at 1:33 PM, pedro mg wrote: On Sun, 2007-11-18 at 18:23 +0100, Magnus Holm wrote: Can you access the image at (localhost:3301)/static/img01.gif through your browser? I get an error message: Couldn't load image 'img01.gif' Unrecognized image file format When you get that, do