Fabienne wrote:
> [...] I put a feature on the front page which allows the large image 
> to scale with the resolution of the page, also if the viewer manually
> resizes it.
> 
> http://www.possets.com

There's a major weakness with that scaling that is related to
window-width/-height - not browsers.

Problem: if the window is made larger, or smaller, than 1280 * 1024,
then the image starts covering the content. Different height/width ratio
makes it even more unpredictable when the covering-effect starts.

Solution(s):
1: change the stacking so the image goes behind other containers when
there are conflicts.
2: give the image a max-width so it doesn't expand "forever".

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to