chiara chiari wrote:

> I'm sorry to bother with such a stupid issue but I couldn't find a
> way to explain (first to myself and then to my boss) why if I don't
> put the height and width attribute to any image of my page IE doesn't
> show it

That sounds very odd. Please provide a URL of a demo page (and tell us the 
version of IE you are using).

> I know the images are shown in the case it is a plain html file
> without any style in it.

There's probably some strange error involved. It would be possible to 
intentionally create such a situation on IE by using CSS code that says
img { display: none; }
and
img[width][height] { display: inline; }
but you have hardly done anything like that. Or have you? There _might_ be 
something in the CSS that prevents images from being shown and something 
that overrides this when the attributes are present. (But in IE, this is 
possible in IE 7 in Standards Mode only, since otherwise IE ignores a 
selector with attribute selectors.)

Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to