Re: [css-d] Pipe List

2007-04-05 Thread Bruno Fassino
On 4/5/07, Philippe Wittenbergh [EMAIL PROTECTED] wrote: You could of course minimise on hacking and use display:inline-block for everybody. Then use display:-moz-inline-box for Gecko =1.8 (up to Firefox 2.0 - Gecko1.9alpha, FX 3.0alpha support inline-block pretty well) if needed (more often

Re: [css-d] Pipe List

2007-04-04 Thread Jim Nannery
Morning David You Wrote Don - HtmlFixIt.com wrote: snipped a bit try it again if you would ... think I have it in ie6, 7 and ff http://htmlfixit.com/tutes/css/pipe_delimited_faux.html Forgot ie6 won't respect the first child ... but I think this might do it ... Nice job, Don. You are

Re: [css-d] Pipe List

2007-04-04 Thread ~davidLaakso
Jim Nannery wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. For example, something like this http://www.nytimes.com/pages/todayspaper/index.html (the

Re: [css-d] Pipe List

2007-04-04 Thread Don - HtmlFixIt.com
~davidLaakso wrote: Jim Nannery wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. For example, something like this

Re: [css-d] Pipe List

2007-04-04 Thread ~davidLaakso
Don - HtmlFixIt.com wrote: ~davidLaakso wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. [trimmed] Okay David, Version 2 of my faux pipe delimited

Re: [css-d] Pipe List

2007-04-04 Thread Bruno Fassino
David Laakso wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. David, I had some (now old) horizontal list tests not using inline elements but floats,

Re: [css-d] Pipe List

2007-04-04 Thread ~davidLaakso
Bruno Fassino wrote: David Laakso wrote: I am seeking a pipe menu, or a border menu that does /not/ require images and works in all versions of IE including mac/IE5.2. If I have a choice I would prefer /not/ to hack IE7.0. David, I had some (now old) horizontal list tests not

Re: [css-d] Pipe List

2007-04-04 Thread Philippe Wittenbergh
On Apr 5, 2007, at 7:54 AM, Bruno Fassino wrote: I had some (now old) horizontal list tests not using inline elements but floats, exactly to overcome the problems that you are seeing now in IE 5.01/Win (missing borders), and maybe other problems in IE5/Mac. Some have extra hacks to

[css-d] Pipe List

2007-04-03 Thread ~davidLaakso
Fat Erik 5s Simple Pipe List http://css.maxdesign.com.au/listamatic/horizontal32.htm is missing its pipes in IE7.0. Suggestions? Thanks. Best, ~dL -- http://chelseacreekstudio.com/ __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Pipe List

2007-04-03 Thread Ian Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of ~davidLaakso Sent: 03 April 2007 17:00 To: CSS Subject: [css-d] Pipe List Fat Erik 5s Simple Pipe List http://css.maxdesign.com.au/listamatic/horizontal32.htm is missing its pipes in IE7.0

Re: [css-d] Pipe List

2007-04-03 Thread Ian Young
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ian Young Sent: 03 April 2007 17:21 To: ~davidLaakso; CSS Subject: Re: [css-d] Pipe List -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of ~davidLaakso Sent: 03 April 2007 17:00

Re: [css-d] Pipe List

2007-04-03 Thread Don - HtmlFixIt.com
Ian Young wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ian Young Sent: 03 April 2007 17:21 To: ~davidLaakso; CSS Subject: Re: [css-d] Pipe List -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of ~davidLaakso Sent: 03

Re: [css-d] Pipe List

2007-04-03 Thread ~davidLaakso
~davidLaakso wrote: ~davidLaakso wrote: Fat Erik 5s Simple Pipe List http://css.maxdesign.com.au/listamatic/horizontal32.htm is missing its pipes in IE7.0. Suggestions? Thanks. Best, ~dL I think you can just use a conditional IE ... I did it thus: !--[if gte IE 7] [trimmed]

Re: [css-d] Pipe List

2007-04-03 Thread Don - HtmlFixIt.com
Both of the conditional comment fixes you provided will work. No question about that. I had hoped (and should have written) to find a solution that would /not/ require hacking IE7.0. Anyone? Or is this a pipe dream? Well you didn't say so David :-) We hack ie6 in the existing

Re: [css-d] Pipe List

2007-04-03 Thread Don - HtmlFixIt.com
snip Here's one that apparently works all three ways in ie6, ie7 and in ff using just borders ... http://www.sitepoint.com/examples/pipe-delimiter/index.htm Note that he is hiding the first pipe by using a negative left margin even though it actually exists. One could of course argue

Re: [css-d] Pipe List

2007-04-03 Thread ~davidLaakso
Don - HtmlFixIt.com wrote: Which leads me to this ... which appears to work everywhere ... faux pipe delimited list: http://htmlfixit.com/tutes/tutorial_CSS_Generated_Faux_Pipe_Delimited_Unordered_List.php Still fine tuning a bit ... but it works. Don, thanks. But I think we're beginning

Re: [css-d] Pipe List

2007-04-03 Thread ~davidLaakso
Don - HtmlFixIt.com wrote: ~davidLaakso wrote: Don - HtmlFixIt.com wrote: lol fun eh ... I won't clog up the list try it again if you would ... think I have it in ie6, 7 and ff http://htmlfixit.com/tutes/css/pipe_delimited_faux.html Forgot ie6 won't respect the first child ... but I