tedd wrote:
>> <http://www.chelseacreekstudio.com/ca/frost/>

> In Safari 2.0.4 Mac OS-X 10.4.7, the oval image is cropped on the 
> right as one zooms down.

Will happen in all browsers just by making the window narrow enough.

> As you know, one way to fix this is by setting the dimensions of the 
> image in ems.

Em-sizing won't solve the problem in this case. The layout is
'em-guided', not 'em-sized'.
Percentage-sizing might, but won't work reliable across browser-land.

Adding 'max-width: 100%' (or a little less) to the image _will_ solve it
in all supporting browsers. Just have to make sure the image can scale
properly.

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