-
Shrinking Picture
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
-
-
Yes, percentages. I.e. instead of:
Code:
width="800" height="600"
use:
Code:
width="XX%" height="XX%"
Although you'll have to find the correct %'s and try it out, I think it will work right.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks