Re: [css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread David Hucklesby
On 2/24/11 10:08 AM, Chetan Crasta wrote: On Thu, Feb 24, 2011 at 10:24 PM, Debbie Campbell wrote: My inline list at the bottom of this page displays vertically in IE7: http://www.redkitecreative.com/projects/paramaya/1.html What's the best way to fix this (or another recommended method fo

Re: [css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread Debbie Campbell
I got the pipe dividers working by adding this in a conditional comment: ul.navlist li { border-left: 1px solid #353535; padding: 0 0.4em 0 0.4em; margin: 0 0.4em 0 -0.4em; } ul.navlist li:first-child { border-left: 0; } Thanks for your help. -- Debbie On 2/24/2011 11

Re: [css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread Debbie Campbell
I was using a conditional comment with display: inline, but that didn't work. This did, thank you. Is there a way to get the pipe dividers to show up in IE7? -- Debbie On 2/24/2011 11:08 AM, Chetan Crasta wrote: On Thu, Feb 24, 2011 at 10:24 PM, Debbie Campbell wrote: My inline list at the

Re: [css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread David Laakso
On 2/24/11 11:54 AM, Debbie Campbell wrote: My inline list at the bottom of this page displays vertically in IE7: http://www.redkitecreative.com/projects/paramaya/1.html What's the best way to fix this (or another recommended method for a simple pipe list)? *:first-child+html #navlist l

Re: [css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread Chetan Crasta
On Thu, Feb 24, 2011 at 10:24 PM, Debbie Campbell wrote: > My inline list at the bottom of this page displays vertically in IE7: > >> http://www.redkitecreative.com/projects/paramaya/1.html > > What's the best way to fix this (or another recommended method for a simple > pipe list)? > > -- The pr

[css-d] inline list shows vertically in IE7 - help?

2011-02-24 Thread Debbie Campbell
My inline list at the bottom of this page displays vertically in IE7: http://www.redkitecreative.com/projects/paramaya/1.html What's the best way to fix this (or another recommended method for a simple pipe list)? -- Debbie Campbell www.redkitecreative.com __