On 6/16/07, Audra Coldiron <[EMAIL PROTECTED]> wrote:
>
> Hi Tom.  Try adding padding-bottom: 12px to .box-wide, and deleting the
> margin declaration on .box-wide #homebuttons:
>
> .box-wide {
>         width: 685px;
>         margin-left: 20px;
>         padding: 0;
>         float: left;
>         display: inline; /* fix ie double margin */
>         padding-bottom: 12px; /*<--add this*/}
>
> .box-wide #homebuttons {
>         padding-left: 70px;
>         margin: 12px 0; /*<--- delete this line*/ }


Perfect, not sure why I didn't try that - thank you!

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