>> I'm having a problem with Safari...first I've ever had. So far the
>> other browsers are showing this page correctly...but In Safari, the
>> picture and caption at the bottom left doesn't fully load.
>>

Georg Graciously answered:

If you add a background-color to #content, you'll find that it doesn't
extend far enough in width and height to contain the text and images.
Only IE6 expands it because of the 'auto-expansion' bug.

Correct those dimensions to...

#content {height: auto; width: 225px;}

....and Safari will present it as intended.

regards
        Georg

AND he saved the day! Thank you Georg. 
______________________________________________________________________
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/

Reply via email to