pcwa Posted May 3, 2009 Report Posted May 3, 2009 I'm using Dreamweaver to design my site. I have an image that I'm using as my header. First, I can't get the entire image displayed. Second, when I view it on larger monitors, the image doesn't fill the entire header. Thanks for any help on this. Quote
Wickham Posted May 4, 2009 Report Posted May 4, 2009 We need to see your complete code, preferably an online page so that we can download it all, including the image. However, some general info: An image has a fixed size in pixels and browser viewports can have varying sizes in pixels, so your image may be too large for some or too small for others. A background-image cannot be made to stretch (you can only position it sy at the viewport center or repeat it), but a normal image can stretch to fit a viewport if you use % sizes:- Quote
LSW Posted May 4, 2009 Report Posted May 4, 2009 If it is a header be sure to encase the image tag in Header tags. The H tags are one of the most important Nav tools for blind users. Be sure to have the required alt attribute as well. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.