Results 1 to 2 of 2

Thread: Going Nuts!! Need Help with screen resolutions and images

  1. #1
    Join Date
    Mar 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face Going Nuts!! Need Help with screen resolutions and images

    Hey,

    I'm hoping someone can help me with this... I'm trying to design a site that has images and can look good/similar on different screen sizes/resolutions. I'm okay with HTML and have tried some CSS (although I would be no means say I'm getting good at it!).

    My main problem is I tried using percentages in both HTML tables and CSS and still can't seem to get my images to change size according to resolution. I'm sure there's probably some simple way to do it, but I can't seem to find it! The only option I've found is to make a few different style sheets, but I really need to get the site finished asap and dont think I'll have enough time. The images are very important to the site as it will be predominently used for marketing purposes.

    Please someone help me!

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Code:
    <img src="bla.gif" style="width:100%;height:100%"></img>
    Of course, you can adapt the percentages.

    Arie Molendijk.

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
  •