hey guys i was wondering if there is some code that will re size the image at the top of my website to fit the screen of who ever goes to the site the site is here and the image is set at 1280 long so it works great on people with that resolution but others not so much, it just cuts the picture.
The best is to make your website fluid to fit any resolution...meaning that you should control sizes (body, pictures etc) in percentage and not in pixels. So the css code would look like this: headerimg { height: 100%; width: 100%; }
I agree with the above poster. Going fluid is your best options. You cant control your visitors monitors, however you can adjust your site to be a one size fits all....