On 1/4/07 3:26 PM, "Ian Young" <[EMAIL PROTECTED]> wrote:

> 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
> 
> 
Thank you for your help. That works well for a 1 line list item but when 2
lines it wraps all the way to the left.
http://www.liztestsitem.com/nav/index3.html

Regards,

Liz


______________________________________________________________________
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