Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Barney Carroll
Is there any adverse effect to leaving the list as CCed, with the author TOed? All my mail clients automatically streamline these (or is that list processing?) so for my part there's no ostensible negative effect. Personally I think the reply to author default is very helpful. When I lack the p

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Felix Miata
On 2011/10/18 09:00 (GMT-1000) david composed: >>> So "Reply to List" functionality would seem to be native to Thunderbird, not >>> provided by an extension, and I remain surprised by the fact that my version >>> displays a button for it while David's does not. > Right-clicking messages

Re: [css-d] Fwd: I must be a moron, How to reply to messages

2011-10-18 Thread Tim Dawson
On 18/10/2011 20:00, david wrote: Tom Livingston wrote: I think the key there is "Right-click the message" On Tue, Oct 18, 2011 at 10:18 AM, Lesley Lutomski wrote: On 18/10/11 15:03, Philip TAYLOR (Webmaster, Ret'd) wrote: Felix Miata wrote: > Linux distros are free to package extensions

Re: [css-d] Fwd: I must be a moron, How to reply to messages

2011-10-18 Thread david
Tom Livingston wrote: I think the key there is "Right-click the message" On Tue, Oct 18, 2011 at 10:18 AM, Lesley Lutomski wrote: On 18/10/11 15:03, Philip TAYLOR (Webmaster, Ret'd) wrote: Felix Miata wrote: > Linux distros are free to package extensions or not as they see fit. Apparentl

[css-d] Fwd: I must be a moron, How to reply to messages

2011-10-18 Thread Tom Livingston
I think the key there is "Right-click the message" On Tue, Oct 18, 2011 at 10:18 AM, Lesley Lutomski wrote: > On 18/10/11 15:03, Philip TAYLOR (Webmaster, Ret'd) wrote: >> >> >> Felix Miata wrote: >> >>  > Linux distros are free to package extensions or not as they see fit. >> Apparently David'

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Michael Fokken
Thanks. I think I got it now. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Sup

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Lesley Lutomski
On 18/10/11 15:03, Philip TAYLOR (Webmaster, Ret'd) wrote: Felix Miata wrote: > Linux distros are free to package extensions or not as they see fit. Apparently David's doesn't and yours does, or David's using neither Linux nor an extension that provides it. Is there any evidence to suggest t

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Philip TAYLOR (Webmaster, Ret'd)
Felix Miata wrote: > Linux distros are free to package extensions or not as they see fit. Apparently David's doesn't and yours does, or David's using neither Linux nor an extension that provides it. Is there any evidence to suggest that "Reply to list" functionality is offered only via an ex

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Felix Miata
On 2011/10/18 14:27 (GMT+0100) Lesley Lutomski composed: On 18/10/11 09:37, david wrote: Al Sparber wrote: If you use a client like Thunderbird, there is a convenient "Reply List" button :-) Well, I use Thunderbird, and there's no Reply List button in mine. Odd - I use Thunderbir

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Lesley Lutomski
On 18/10/11 09:37, david wrote: Al Sparber wrote: If you use a client like Thunderbird, there is a convenient "Reply List" button :-) Well, I use Thunderbird, and there's no Reply List button in mine. Odd - I use Thunderbird on Linux, and there is on mine. I've just used it! Lesley __

Re: [css-d] DIV behind floating element

2011-10-18 Thread G.Sørtun
On 17.10.2011 09:40, Ghodmode wrote: I've discovered that setting overflow:auto on div.banner fixes the problem, but I don't know why. This 6 year old page illustrates how "block formatting" triggered by "overflow: hidden/auto" works...

Re: [css-d] DIV behind floating element

2011-10-18 Thread Ghodmode
On Tue, Oct 18, 2011 at 7:46 PM, Alan Gresley wrote: > On 18/10/2011 9:14 PM, Ghodmode wrote: >> >> On Mon, Oct 17, 2011 at 4:08 PM, Philippe Wittenbergh >>  wrote: >>> >>> On Oct 17, 2011, at 4:40 PM, Ghodmode wrote: >>> I have a problem where a DIV is behind a floating element.  Given the >

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Alan Gresley
On 18/10/2011 2:15 PM, Michael Fokken wrote: I must be a moron, how do I reply so that it goes under the question in the thread? It did it once, but not the other two answers? I did try looking through the site, but no go. Sincerely, Michael Fokken Do you have an email client that has 'reply

Re: [css-d] DIV behind floating element

2011-10-18 Thread Philippe Wittenbergh
On Oct 18, 2011, at 7:14 PM, Ghodmode wrote: > A DIV is "an element in the normal flow that establishes a new block > formatting context" and its default overflow value is 'visible', > right? Yes and no. By default that div doesn't establish a new block formatting context - the condition for ove

Re: [css-d] DIV behind floating element

2011-10-18 Thread Alan Gresley
On 18/10/2011 9:14 PM, Ghodmode wrote: On Mon, Oct 17, 2011 at 4:08 PM, Philippe Wittenbergh wrote: On Oct 17, 2011, at 4:40 PM, Ghodmode wrote: I have a problem where a DIV is behind a floating element. Given the following code, the DIV.banner appears behind the DIV.logo_block at the left

Re: [css-d] text jumped down (w/url)

2011-10-18 Thread Kim Brooks Wei
Michael, thanks for the pointers, they were very helpful! This isn't my site, just one I'm fixing and I don't have a lot of experience with table layouts so didn't immediately spot that the content of those nav columns was separated from its graphics. What a peculiar thing to do. Didn't noti

[css-d] [Off-topic] Pointer to analogous list sought (event handling)

2011-10-18 Thread Philip TAYLOR (Webmaster, Ret'd)
Could some kind soul suggest to which list questions concerning event handling are best directed (in the context of web pages, image maps, and onmouseover/out) ? Many thanks in advance : Philip Taylor __ css-discuss [css-d@lists.

Re: [css-d] DIV behind floating element

2011-10-18 Thread Ghodmode
On Mon, Oct 17, 2011 at 4:08 PM, Philippe Wittenbergh wrote: > > On Oct 17, 2011, at 4:40 PM, Ghodmode wrote: > >> I have a problem where a DIV is behind a floating element.  Given the >> following code, the DIV.banner appears behind the DIV.logo_block at >> the left edge of the page. >> >> I've d

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread david
Al Sparber wrote: On Oct 17, 2011, at 8:15 PM, Michael Fokken wrote: you have to insert css-Discuss manually into the "To" field, else it will go to the person who sent the message you're replying to.* don't feel bad...I do it all the timetakes some getting used to. If you use a clie