hiptojive @hotmail.com wrote:
> Okay, so i just looked through my code and i do have the div clears 
> before the end of the wrapper.

> yikes i'm really losing the plot on this aren't i?

Nope, you're really close.
You just made a small error by writing...

.
clearing {
width: 100%; height: 1px; clear: both; margin-bottom: -1px;
}

...when you should have written...

.clearing {
width: 100%; height: 1px; clear: both; margin-bottom: -1px;
}

...which will work just fine.

You broke the line after the "class-selector", so browsers don't 
recognize it as a class.

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