Results 1 to 2 of 2

Thread: Shrinking Picture

  1. #1
    Join Date
    Feb 2008
    Posts
    12
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Mar 2007
    Location
    Tarboro, NC
    Posts
    290
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •