I have created the following hr class specifying margins.  The curious 
thing is that I get a 20px bottom margin as expected, but I do not get a 
20px top margin, why not?  Also, the hr center itself in all browsers 
except IE6 (afaik).  How can I get IE6 to center it?

hr.divider {
    position:relative;
    width:80%;
    background-color:#bbb;
    margin:20px auto;
}


TIA
______________________________________________________________________
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