Closed (fixed)
Project:
ImageField
Version:
5.x-2.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2009 at 11:34 UTC
Updated:
18 Mar 2009 at 23:16 UTC
I create a field for images in a node. And add this in a css file for the two images displayed using image cache.
.imagecache-teaser {
float: right;
margin: 0 20px;
padding: 1px;
display: block;
}
.imagecache-full {
display: block;
margin: 2em 2em 2em 2em;
}
In firefox the images display properly but in IE a node that doesn't have a image in it shows a X in the place of the image. you can check this on my website yeawo dot com. Could someone please advise how to fix this.
Comments
Comment #1
vm commentedthe X would shows you a broken path. Please link to the site in question or check the path being used in IE to the image. right click the image choose properties.
Comment #2
grawat commentedthe site is http://www.yeawo.com and the path its showing is http://www.yeawo.com/files/imagecache/teaser/
but I'm guessing that since there is no image added to the particular node the path shouldn't be displayed in the first place, unless I have done something wrong here.
Comment #3
grawat commentedI still haven't been able to fix this. would appreciate any help.
Comment #4
vm commentedAfter looking at your site I see you are using drigg. I think your problem is related to drigg. There are a few issues in the drigg issue queue related to problems with adding fields while using drigg.
I'd start there.
Comment #5
grawat commentedthere was a problem with cck but that was fixed here http://www.drigg-code.org/node/611
Comment #6
quicksketchClosing after lack of activity. I don't think there's anything ImageField is doing that is causing the problem (if it still exists). Please reopen if you think there's something that ImageField can do to prevent the problem.