View Full Version : Possible to stop images shrinking with CSS?


hermes
11-09-2006, 15:43
i've just dipped my toe into CSS for the first time, and frankly i don't know why i didn't check it out earlier.. the concept of separating data and formatting just makes tweaking a project so much easier!

now to the question - can i use CSS to disable the automatic shrinking of images which are larger than the browser window size? i know this option can be turned off in the preferences of both IE and firefox, but i'm assuming that the majority of visitors will have it enabled by default, and for this particular project i want to make sure all linked images are displayed at 100%..

can this be done?

thanks :)

hermes
11-09-2006, 16:40
oops, nevermind.. i've just realised that images are only resized if they are opened directly.. if they are part of a web page, they won't be resized - d'oh!