Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-01-26 20:42:08
- billg
- Member
- Registered: 2006-01-12
- Posts: 11
Wy Do Browsers Think These Gifs Are 0x0 With No Type?
‘ve got 3 gif’s that browsers (Safari and Firefox) think have no size and 0×0 dimensions. Plus, the browser should say they have “image/gif” types, but, instead calls them “unknown”.
The files display just fine in Preview and Photoshop. I can use either browser to view the files individually. But, once the files are pn the server — locally or at the host —they go invisible.
It’s not a permissions thing. Other gifs in the same directory with the same permissions display appropriately.
These load via CSS, as in this example:
“background: #0a5f90 url(images/header450x115.gif) no-repeat top left;”
How can I convince the browser that these things are gifs?
Offline
#2 2006-01-26 20:48:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Wy Do Browsers Think These Gifs Are 0x0 With No Type?
Are you sure the path is correct? Did you try url(/images/header450×115.gif)?
Offline