|
|
Q1348 How can I swap images of different sizes?
irt.org | Knowledge Base | JavaScript | Image | Q1348 [ previous next ] Q1348 How can I swap images of different sizes?Netscape does not resize already rendered images. What I suggest is that you use a layer as wide as the widest image and as heigh as the heighest and replace the html in that layer when you swap using document.write, or change the source- something like this:
Testing this in Netscape Navigator 4.7 actually DID resize the layer, interestingly enough... Feedback on 'Q1348 How can I swap images of different sizes?' |
-- div -->
|