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

vm’s picture

the 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.

grawat’s picture

the 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.

grawat’s picture

I still haven't been able to fix this. would appreciate any help.

vm’s picture

After 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.

grawat’s picture

there was a problem with cck but that was fixed here http://www.drigg-code.org/node/611

quicksketch’s picture

Status: Active » Closed (fixed)

Closing 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.