On 7/10/06, Anthony Baker <[EMAIL PROTECTED]> wrote about
http://www.coachandgrowrich.net/template_drafts/interior_07july2006.php:

> My issue is that, when trying to clear the float, I'm getting
> unnecessary space added beneath the navbar. In IE, of course, the size of 
> this space
> doubles over what I see in Safari or Mozilla browsers.

<snip/>

> The navbar_box element handles the color of a box that stretches the
> width of the overall content container and the navbar code inside of
> that (not shown here) is floated right.

<snip/>

> Am in
> the process of trying various methods described at:
>
> http://css-discuss.incutio.com/?page=ClearingSpace

Hi, Anthony,

If I add "background-color: red" to the clearing div, it becomes
apparent that the clearing div is clearing *every* element inside the
navigation, including the absolutely positioned ones. I have no idea
why, though.

You might want to consider using a different method of clearing, such
as Big John and Holly's Easy Clearing method[1] applied to navbar, or
floating the navbar right and adding "clear:right" to your main
content area, since floats will contain other floats. Either way, it
appears that the clearing div is hurting more than it is helping.

HTH,

Michael

[1] http://www.positioniseverything.net/easyclearing.html
______________________________________________________________________
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