Gossamer Forum
Quote Reply
restrict image size
Hello everyone,

I am presently using the below CSS to restrict my image size:

img {
border: 0px;
max-width:250px;
width: expression(this.width > 250 ? 250: true);
}
============================================

Is there a way to restrict that to a selected table with the image inside instead of all images on the web page?

Thanks in advance for any help.


Sandra Roussel
Chonsa Group Design - Fresh Start Housing
Subject Author Views Date
Thread restrict image size SandraR 2517 Jan 15, 2007, 9:03 AM
Post Re: [SandraR] restrict image size
SandraR 2433 Jan 15, 2007, 12:17 PM