On Sat, 28 Apr 2007 00:12:08 +0000 (UTC), John Wells wrote:
>
> So, I have essentially five key divs, that go like this:
>
> <div id="outer_wrapper">
> <div id="header"></div>
> <div id="navigation"></div>
> <div id="content"</div>
> <div id="footer"</div>
> </div>
>
> I've been through various incarnations of css layout so far...the latest is
> here:
>
> #header {
> padding:0px;
> margin:0px;
> width:80%;
> clear:both;
> }
>
> #navigation {
> width:20%;
> float:left;
> margin-right:5%; /* <== suggestion: delete this declaration */
> }
>
[...]
John,
Suggestion: take out the margin-right on the #navigation.
A min-width on the #outer-wrapper may help, too.
(But not in IE < 7).
Cordially,
David
--
______________________________________________________________________
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/