[thelist] ie image display bug?

ben morrison morrison.ben at gmail.com
Tue May 24 04:48:44 CDT 2005


Hi Kris,

You say you've looked at the peekaboo bug - have you tried using the
fixes as most display issues for ie use the same fixes?

Firstlty I would try:

position:relative;

or

height:1px;

but make sure these are for IE only so use the * hack.

* html #content p img {
height:1px;
}

if that works then u can hide them from IE mac:


/* hide from IE mac \*/

* html #content p img {
height:1px;
}

/* end hiding from IE5 mac */

hope that helps.

ben


On 5/24/05, kris burford <kris at midtempo.net> wrote:
> hiya
> 
> i've a cms that's not showing any images in the body content using
> internet explorer whereas firefox/safari shows them fine.
> 
> see: http://www.bigchill.net/story.html?id=1248
> 
> in internet explorer i can "save as" and they're there, "view
> properties" shows all the relevent info and if i refresh the page, i can
> see the images appearing for a second, then they're gone.
> 
> i've tried altering display, visibility and z-index, all to no avail.
> i've also looked at the peekaboo bug and various other ie css issues
> (but can't spot anything obvious i've done that could trigger this)
> 
> the markup is valid  XHTML transitional and there are no issues with the
> css that i can see.
> 
> help!
> 
> kris
> --
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list