IE6 image resize

  • Thread starter Thread starter jraff
  • Start date Start date
J

jraff

Is there some way to get IE6 to resize images from HTML.
It seems that IE6 will auto resize when just the image is sent to the
browser but not when one uses HTML in the <img src=... format.
I've seen some JavaScript that resizes images but I'm looking for some
simple HTML "resize" directive.

¤º°`°º¤ø,¸¸¸,ø¤º° John Raff `°º¤ø,¸¸¸,ø¤º°`°º¤
 
Is there some way to get IE6 to resize images from HTML.
It seems that IE6 will auto resize when just the image is sent to the
browser but not when one uses HTML in the <img src=... format.
I've seen some JavaScript that resizes images but I'm looking for some
simple HTML "resize" directive.

¤º°`°º¤ø,¸¸¸,ø¤º° John Raff `°º¤ø,¸¸¸,ø¤º°`°º¤
Hi, John, are you wanting images larger or smaller? IE will make an
image smaller, but not larger. Are you wanting to make one larger?
That requires an image editor.
 
¤º°`°º¤ø,¸¸¸,ø¤º° John Raff `°º¤ø,¸¸¸,ø¤º°`°º¤
(e-mail address removed), www.jraff.com, www.raff.ws

Jerry McEwen said:
Hi, John, are you wanting images larger or smaller? IE will make an
image smaller, but not larger. Are you wanting to make one larger?
That requires an image editor.
I'm specifically interested in smaller.
 
I'm specifically interested in smaller.

So, you want IE to make images smaller? Just make your browser smaller
than the image and it should happen.

Your original message:

Is there some way to get IE6 to resize images from HTML.
It seems that IE6 will auto resize when just the image is sent to the
browser but not when one uses HTML in the <img src=... format.
I've seen some JavaScript that resizes images but I'm looking for some
simple HTML "resize" directive.

So, I think you are looking for more than what I'm hearing. Does this
have somethng to do with generating thumbnails for your website?
 
Yes, you are correct if one just send the image itself to the browser
window.
BUT not when one uses HTML to fetch the image and display it with other HTML
around it.
With the HTML one gets the full size image not a resized image. Try it!

Now with that said how do I get IE to resize HTML <img src=... images!?!?!

¤º°`°º¤ø,¸¸¸,ø¤º° John Raff `°º¤ø,¸¸¸,ø¤º°`°º¤
(e-mail address removed), www.jraff.com, www.raff.ws
 
Now with that said how do I get IE to resize HTML <img src=... images!?!?!

I don;t think you are. If you will say why you want to do this, maybe
I can suggest something.
 
Back
Top