On Oct 27, 2007, at 7:38 AM, Chiara wrote:

> this is a url we can use for testing  http://www.ccilanciano.com/ 
> dev/test
> php , the real page is www.ccilanciano.com, as you can see, IE 7  
> and IE6 don
> t show the images when height="" and width="". If you try to load  
> the same
> images with the same attributes in a new html file (no css), they  
> will be

Yeah, IE can't handle that <img src="myimage.gif" width="" height=""  
alt="something">
It treats them as '0'.

Either you fill in the dimensions in the width="" and height="":  
width="xx" and height="xx"
or
you remove the width="" height="" out of the html source code
or
you can explicitly set the dimensions in the stylesheet.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
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