Re: [css-d] FW: Fly out Menu Help

2010-11-24 Thread Alan Gresley
On 24/11/2010 5:30 PM, Shortie Designs wrote: Hi All - I'm very new at CSS only fly out menus - no javascript is my aim. I've just created one and I'm having 2 issues in I.E. 7 (I can assume it's the same in other IE browsers below and above). IE8 is ok with this. It is IE7 an earlier that

[css-d] archives link?

2010-11-24 Thread John
Is there a link to use for searching archives of this lists' threads? If so, can someone supply it to me? thank you, John __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] archives link?

2010-11-24 Thread Philip Taylor (Webmaster, Ret'd)
How's about : http://lists.css-discuss.org/mailman/private/css-d/ linked from http://www.css-discuss.org/mailman/listinfo/css-d which is in your own message's fixed trailer ! Philip Taylor John wrote: Is there a link to use for searching archives of this lists'

Re: [css-d] how would i center this nav?

2010-11-24 Thread David Laakso
On 11/22/10 7:02 PM, Matthew P. Johnson wrote: http://www.applegateelements.com/!cssd/vert/index.htm Matthew P. Johnson Try approaching it as a division of labor by isolating only the navigation menu itself on the page... Best, ~d -- http://chelseacreekstudio.com/

[css-d] CSS method for larger lead-in text?

2010-11-24 Thread Rory Bernstein
Is there a way to use CSS to make the first X words of a paragraph be larger? It would have to be done without marking up those words separately. As in: pHere's my paragraph it is short but well written./p I'd need to designate the first X words as being larger automatically. Thanks, Rory

Re: [css-d] CSS method for larger lead-in text?

2010-11-24 Thread John
On Nov 24, 2010, at 9:05 AM, Rory Bernstein wrote: Is there a way to use CSS to make the first X words of a paragraph be larger? It would have to be done without marking up those words separately. As in: pHere's my paragraph it is short but well written./p I'd need to designate the

Re: [css-d] CSS method for larger lead-in text?

2010-11-24 Thread Rory Bernstein
Thanks, John. That would be a great solution for most cases, but I need to NOT have a span that wraps around the bigger text. No extra markup other than the p tags. I need the CSS (perhaps with the help of javascript?) to pick out X words, and style them bigger (of course I would write a style

Re: [css-d] CSS method for larger lead-in text?

2010-11-24 Thread Rob Crowther
On 24/11/10 17:05, Rory Bernstein wrote: Is there a way to use CSS to make the first X words of a paragraph be larger? Not really, the closest thing to it is the :first-line pseudo element, but that selects everything to the end of the line, not a particular number of words.

Re: [css-d] CSS method for larger lead-in text?

2010-11-24 Thread Giles, Sarah
On 11/24/10 12:33 PM, Rory Bernstein r...@rorybernstein.com wrote: Thanks, John. That would be a great solution for most cases, but I need to NOT have a span that wraps around the bigger text. No extra markup other than the p tags. I need the CSS (perhaps with the help of javascript?) to pick

Re: [css-d] how would i center this nav?

2010-11-24 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Laakso Sent: Wednesday, November 24, 2010 8:36 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] how would i center this nav? On 11/22/10 7:02 PM, Matthew P.

Re: [css-d] CSS method for larger lead-in text?

2010-11-24 Thread Rory Bernstein
Oh, very interesting. I did not know about the first line thing. Thanks! that might work. Rory On Nov 24, 2010, at 1:04 PM, Rob Crowther wrote: On 24/11/10 17:05, Rory Bernstein wrote: Is there a way to use CSS to make the first X words of a paragraph be larger? Not really, the closest

Re: [css-d] how would i center this nav?

2010-11-24 Thread David Laakso
On 11/24/10 1:37 PM, Matthew P. Johnson wrote: On 11/22/10 7:02 PM, Matthew P. Johnson wrote: http://www.applegateelements.com/!cssd/vert/index.htm Matthew P. Johnson Try approaching it as a division of labor by isolating only the navigation menu itself on the page... Best, ~d Hi

Re: [css-d] how would i center this nav? + anyone home?

2010-11-24 Thread David Laakso
On 11/24/10 1:37 PM, Matthew P. Johnson wrote: On 11/22/10 7:02 PM, Matthew P. Johnson wrote: http://www.applegateelements.com/!cssd/vert/index.htm Matthew P. Johnson See additions and correction at very top of embedded CSS: http://chelseacreekstudio.com/ca/cssd/mm.htm Best, Jose

Re: [css-d] how would i center this nav? + anyone home?

2010-11-24 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Laakso Sent: Wednesday, November 24, 2010 1:49 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] how would i center this nav? + anyone home? On 11/24/10 1:37

Re: [css-d] archives link?

2010-11-24 Thread Philippe Wittenbergh
On Nov 25, 2010, at 12:16 AM, Philip Taylor (Webmaster, Ret'd) wrote: How's about : http://lists.css-discuss.org/mailman/private/css-d/ Or public archives (more easy to search) http://archivist.incutio.com/viewlist/css-discuss Philippe --- Philippe Wittenbergh http://l-c-n.com/

Re: [css-d] Internal site links handled in print style sheet

2010-11-24 Thread Keith Purtell
David, I've been puzzling over the contents of that link ever since you responded. The answer to the question in that discussion seemed to be in Jason Arnold's post where he talked about ... a[href^=http] and a[href*=sitethatisnotanexternalsite.com] But, if I understand him correctly, his

Re: [css-d] Internal site links handled in print style sheet

2010-11-24 Thread Philippe Wittenbergh
On Nov 25, 2010, at 12:54 PM, Keith Purtell wrote: I noticed the difference between the use of the ^ and the * and wondered if this was syntax like the methods I've used in regular expressions, but I couldn't find an explanation on the Web of what these two different symbols do here. it