Re: [css-d] respond.js vs ie7 and ie8 (correction)

2012-04-25 Thread Duncan Hill
On Tue, 24 Apr 2012 15:52:33 +0100, Ellen Herzfeld wrote: Yes, I'm sorry but another error creeped in somewhere and really messed everything up. I must have been tired when I did this, but it's now fixed. However this doesn't change my problem with IE7/8. Could you look again, please?

Re: [css-d] respond.js vs ie7 and ie8 (correction)

2012-04-25 Thread Ellen Herzfeld
On 25 Apr 2012, at 11:48, Duncan Hill wrote: > This could potentially drift off-topic for CSS-D as it is more based on > JavaScript being used to apply styling, and without specific CSS queries one > of the other lists may have more help to offer. You are right, but in this case, I had no way

Re: [css-d] respond.js vs ie7 and ie8 (correction)

2012-04-25 Thread Duncan Hill
On Wed, 25 Apr 2012 15:36:30 +0100, Ellen Herzfeld wrote: On 25 Apr 2012, at 11:48, Duncan Hill wrote: This could potentially drift off-topic for CSS-D as it is more based on JavaScript being used to apply styling, and without specific CSS queries one of the other lists may have more help

Re: [css-d] Website work in all browsers, except ie8 - css issue?

2012-04-25 Thread shaunm1976
Thanks David, tried it, but no change. Works in all browsers EXCEPT IE8. -- View this message in context: http://css.2040035.n2.nabble.com/Website-work-in-all-browsers-except-ie8-css-issue-tp7485883p7500664.html Sent from the css-discuss mailing list archive at Nabble.com.

Re: [css-d] Multiple, evenly split, fluid columns inside fixed-width parent container?

2012-04-25 Thread John D
letter-spacing might be one option. Try this article: Demo: > Hello, > > Could anyone point me towards an example of an evenly split > multi-column (4+) fluid layout? > > I have a

Re: [css-d] Multiple, evenly split, fluid columns inside fixed-width parent container?

2012-04-25 Thread Philippe Wittenbergh
On Apr 25, 2012, at 9:23 AM, Micky Hulse wrote: > Could anyone point me towards an example of an evenly split > multi-column (4+) fluid layout? > > I have a fixed-width container that varies its width using media > queries... I would like to see if I can put a row with multiple > columns inside

Re: [css-d] Multiple, evenly split, fluid columns inside fixed-width parent container?

2012-04-25 Thread Micky Hulse
Hi John! Thanks for the reply, I really appreciate it. On Wed, Apr 25, 2012 at 1:39 PM, John D wrote: > letter-spacing might be one option.  Try this article: > > Demo: Interesting! It's

Re: [css-d] Multiple, evenly split, fluid columns inside fixed-width parent container?

2012-04-25 Thread Micky Hulse
Hi Philippe, thank you for the help! On Wed, Apr 25, 2012 at 5:33 PM, Philippe Wittenbergh wrote: > div { width: 90%; } /* replace 90% with value in px, em, whatever you want to > use */ > .. > If that is not what you're asking, put a skeleton page up somewhere, or a > sketch, or something…

Re: [css-d] Multiple, evenly split, fluid columns inside fixed-width parent container?

2012-04-25 Thread Barney Carroll
Hiya Micky, I always forget that a reply on this list won't reply to the list. Sorry. As for margins with columns, I think the best idea is to create children wrappers within the columns and give them margins — the parent wrapper has the proportional width relative to the parent, while the child h

Re: [css-d] Multiple, evenly split, fluid columns inside fixed-width parent container?

2012-04-25 Thread David Laakso
On Tue, Apr 24, 2012 at 8:23 PM, Micky Hulse wrote: Could anyone point me towards an example of an evenly split multi-column (4+) fluid layout? I have a fixed-width container that varies its width using media queries... I would like to see if I can put a row with multiple columns inside this co