Hello Liz

>
> 1) have the space between the list items be the same in IE as it is in FF
> and Safari.

Try float:left instead display:block

#navcontainer li { margin: 6px 0 6px; }

#navcontainer a
{
        float:left
        margin: 6px 0 6px;
        padding: 5px 14px 5px 24px;
        background-image: url(/images/arrowLn.gif);
        border-bottom: 1px solid #3f61a2;
        background-repeat: no-repeat;

}

Note the change to the rule in navcontainer li
>


Cheers

Ian
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.4/615 - Release Date: 03/01/2007
13:34

______________________________________________________________________
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