Dave Pierce wrote:
> The site in question happily passes the W3 html validator. There 
> aren't any hacks anywhere down near the photo in question that might 
> cause the problem.

>> <http://pierceartanddesign.com/NewFiles.html/pages/buckleylife.html>

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
-- 
http://www.gunlaug.no
______________________________________________________________________
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