Log in

View Full Version : Shrinking Picture



mvwebdesign
02-07-2008, 12:06 AM
Hi,

On my site, I want to have a big picture on the top, but on a 800/600 monitor, you have to use the horizontal scroll bar to see the whole thing. Is there a way to make the picture automatically shrink or grow with the monitor size?

Thanks

TimFA
02-07-2008, 01:46 AM
Yes, percentages. I.e. instead of:



width="800" height="600"


use:



width="XX%" height="XX%"


Although you'll have to find the correct %'s and try it out, I think it will work right.