Gary Williamson wrote: > Generator Microsoft Word 11 (filtered medium) Hi > I' ve recently started to try and make my css fluid using floats and %. > Everything is fine until I resize the window (make it smaller) and then all > images on pages drop below the page text! I' ve tried adding a % value to my > images so they resize with the page but I can' t work out the exact % in > order to keep the same image resolution. What am I doing wrong? > > Regards > Gary >
Gary, Without a clickable link to your page or a test case page, it really is impossible to offer a solution-- there are often too many variables for one solution to fit every layout. Adding a percent width to the images may compound the issue. Try setting the width and height of the image in pixels. Sometimes adding 'max-width: 96%;' helps if the problem is in compliant browsers. For IE it gets more tricky. Try adding 'overflow-x: hidden;' to the selector that is the immediate parent (container) of the image (s) . Best, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/