Rick Pasotto wrote:
> I hope this is the right list to ask this question on. The page in
> question is: http://charlottetoastmasters.info/acc/s.php
>
> Why don't the two h2s ('Meeting Date' and 'Schedule for mm/dd/yy') line
> up? Why is 'Meeting Date' lower than 'Schedule for mm/dd/yy'? Firebug
> tells me that the styling is identical for both of them.
>
>
Enclosing the content of #main, deleting the margin left on that
division, and zeroing the margin for h2 /seems/ to bring it in fairly
close on a local file in compliant browsers, and IE/7 and IE/6.
Try:
h2 {margin: 0;}
div#main {
overflow: hidden;
border: 1px solid red/*test*/;
text-align: left;
/*margin: 0 0 0 8em; */
/*padding: 0; not needed*/
}
--
http://chelseacreekstudio.com/
______________________________________________________________________
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/