From: Christopher <[EMAIL PROTECTED]>

>If #flashbarelementstwo is causing the extra spacing can that not be 
>removed so that the background image on the body won't have that space?
>>>> http://www.walkfar.ca/test/productionsite6.html

If you remove the negative top margins on #topbar and .aboutmeheader, the space 
will disappear. However, your positioning will not be what you want. 

If you also remove the negative top margin from .aboutmepara, things come back 
into shape. 

By the way, negative padding does not exist. Also, there is no real point in 
declaring default values on properties that aren't "in play" on an element. For 
example, unless you have previously told all divs to float: left (or right), 
declaring float: none; for a div is simply an added bit of code that can add to 
confusion. The same goes for border properties on elements that don't have 
default borders. 

There are other things in your CSS that you might consider removing or at least 
simplifying by using shorthand properties. Then perhaps you can see what is 
causing what.

~holly

http://www.positioniseverything.net/articles/mys-bug.html - debugging 
suggestions  
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to