asp.net - visual web developer resize "all images" together? -


I have a strange problem with images in the visual web developer,

I have the properties of my images Can not change properties panel (my changes are not effective) and all the images in my website have got the same size

When I change the size of an image (by dragging the border), then all the images Get new shape?

Any ideas?

In any way the visual web developer reads the image class in the CSS file instead of the properties of the control Due to this there is something in my CSS file:

  img {width: 260px; }  

Comments