I am displaying several image TVs in a row (javascript scrolling). The site editors may or may not have inserted images in all of the TV’s, and this must be kept optional.
How would I get rid of the ugly red x in IE when no image is inserted? A tiny filler gif is no good solution since e.g. I need to specify the full img width in css.
This probably falls in between modx and regular web dev, but if anyone faced the same problem I would be most grateful for any hint.