Previous Message
Next Message

REVISED: Mac/Safari layout problem

Sent by Philippe Wittenbergh on 27 April 2007 03:03


On Apr 27, 2007, at 10:53 AM, Mark Kamian wrote:

> Can someone help me determine why Mac/Safari is pushing the sidebar  
> of the
> following page down below the main content div?  I've spent a long  
> time
> finagling the widths, margins, etc... of the relevant divs and other
> elements but to no avail!
>
> http://www.idxsolutions.com/default50.asp
> Result in Mac/Safari:
> http://www.idxsolutions.com/images_temp/debugmacsaf2.jpg
>
> http://www.idxsolutions.com/css/idxsol.css
>
> What *does* finally enable Mac/Safari to display as intended is if the
> #content WIDTH change is made from 544 to 540:
>
> #content {
>     float: left;
>     width: 540px;
>     margin: 16px 0 20px 0;
>     background: #fff;
>
> But then in the other browsers I'm testing, extra unwanted  
> whitespace is
> created:
[snip]

#wrap {
	display:table  /* <-- this is the problem */
	....
}
For some reason, Safari seems to think that makes your div only 770px  
wide, instead of 774px.
I don't really see a good reason for that display:table, maybe remove  
that ?

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: