everything works great with 1280 resolution but once you make the browser window smaller or even a smaller resolution it all looks messed up.
any help?
thanks
Melissa
Jul 18 2008, 06:56 AM
It looks like you're using an absolute positioning for all your images, which is why they don't move and adjust when you resize, but the background does.
I'd suggest containing them in an overall <div> that isn't set to an absolute positioning and using relative positioning instead.
DA Design
Jul 18 2008, 12:17 PM
I thought that may be the cause, thanks I'll try what you said
SteveZz
Jul 21 2008, 01:01 PM
Yea it looks like the images are positioned and centered while the information on top is absolute. You'll need to change the positioning type in order to have all of it move or you can make the background stationary and then the problem should also be fixed.
If you want more tips on HTML coding you can try this new site http://www.codeitall.com it shows examples to help explain code.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.