help

--- [EMAIL PROTECTED] wrote:

> Send css-d mailing list submissions to
>       css-d@lists.css-discuss.org
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
>       http://www.css-discuss.org/mailman/listinfo/css-d
> or, via email, send a message with subject or body
> 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of css-d digest..."
> 
> 
> Today's Topics:
> 
>    1. Creating a two column list (Jeff Cortez)
>    2. Re: Creating a two column list (Lukasz Grabun)
>    3. Re: Specificity question (Smith, Sarah)
>    4. Re: Specificity question - FIXED (Reese)
>    5. Re: Specificity question (Adam Kuehn)
>    6. Re: WYSIWYG CSS editor? (David Hucklesby)
>    7. Re: whatever:hover fast and easy via Dynamic
> Properties
>        (David Hucklesby)
>    8. Re: min-width (Al Sparber)
>    9. Re: min-width (David Hucklesby)
>   10. Re: min-width (David Laakso)
>   11. Re: min-width (Al Sparber)
>   12. more navigation problems... (saul)
>   13. conditional import to css? (T. R. Valentine)
>   14. Repost - Spot the difference - some pages
> misrender in IE.
>        (Richard Grevers)
>   15. Re: conditional import to css? (Rich Points)
>   16. Re: min-width (Michael Cassidy)
>   17. Re: conditional import to css? (Callum Mcleod)
>   18. Re: IE Problems (Peggy Bart)
>   19. Re: conditional import to css? (Ben Curtis)
>   20. Re: conditional import to css? (T. R.
> Valentine)
>   21. nav button help (Steve)
>   22. Re: IE Problems (Moira Ashleigh)
>   23. Re: more navigation problems... (Rahul
> Gonsalves)
>   24. Dropdown menues and IE (Dave's not here)
>   25. UL pushing link to new line and bullet image
> position?
>        (Vicki Skinner (Stebbins))
>   26. Re: UL pushing link to new line and bullet
> image position?
>        (matt andrews)
>   27. Re: Firefox relative font size rendering
> problem.
>        (Philippe Wittenbergh)
>   28. Hanging right margins in IE (Keith Sader)
> 
> 
>
----------------------------------------------------------------------
> 
> Date: Tue, 12 Jul 2005 11:25:17 -0700
> From: Jeff Cortez <[EMAIL PROTECTED]>
> To: <css-d@lists.css-discuss.org>
> Subject: [css-d] Creating a two column list
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain;
>       charset="US-ASCII"
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Precedence: list
> Message: 1
> 
> I was wondering if anyone has a common or usual way
> they create a two column
> list from a long unordered or ordered list?  Within
> the main body of text, I
> am sometimes given long unordered lists that I'd
> like to break up into two
> (sometimes three) columns instead of the standard
> one column.  Does anyone
> have any good practices?
> 
> 
> ------------------------------
> 
> Date: Tue, 12 Jul 2005 20:32:00 +0200
> From: Lukasz Grabun <[EMAIL PROTECTED]>
> To: Jeff Cortez <[EMAIL PROTECTED]>
> Cc: css-d@lists.css-discuss.org
> Subject: Re: [css-d] Creating a two column list
> Message-ID: <[EMAIL PROTECTED]>
> In-Reply-To: <[EMAIL PROTECTED]>
> References: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=UTF-8;
> format=flowed
> MIME-Version: 1.0
> Content-Transfer-Encoding: 8bit
> Precedence: list
> Reply-To: [EMAIL PROTECTED]
> Message: 2
> 
> Jeff Cortez napisał(a):
> > I was wondering if anyone has a common or usual
> way they create a two column
> > list from a long unordered or ordered list? 
> Within the main body of text, I
> > am sometimes given long unordered lists that I'd
> like to break up into two
> > (sometimes three) columns instead of the standard
> one column.  Does anyone
> > have any good practices?
> 
> You mean, something like this: 
> http://alistapart.com/articles/layeredfudge/ ?
> 
> 
> -- 
> Å?ukasz Grabuń, http://www.grabun.com/
> ------------------------------
> 
> Date: Tue, 12 Jul 2005 11:44:41 -0700
> From: "Smith, Sarah" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: css-d@lists.css-discuss.org
> Subject: Re: [css-d] Specificity question
> Message-ID:
>
<[EMAIL PROTECTED]>
> Content-Type: text/plain;
>       charset="US-ASCII"
> MIME-Version: 1.0
> Content-Transfer-Encoding: quoted-printable
> Precedence: list
> Message: 3
> 
> The O'Reilly CSS Pocket Reference by Eric Meyer
> states:=20
> "This is a shorthand property used to set two or
> more aspects of an
> element's font all at once. It can also be used to
> set the element's
> font to match an aspect of the user's computing
> environment using
> keywords such as icon. Note that if these keywords
> are not used, **the
> minimum font value must include the font size and
> family in that
> order**."=20
> 
> If I understand what he's saying, if you throw in
> font size and family,
> such as=20
> font: italic 900 100% verdana;
> it works (for me). You probably don't want to
> specify that every time,
> so maybe "shorthand" isn't the solution in this
> case.
> 
> Also,=20
> #order a:link a:visited a:hover a:active
> Doesn't work because that is descendant selector
> format.=20
> #order a:link, #order a:visited, #order a:hover,
> #order a:active
> Would accomplish what you want.
> 
> 
> Sarah
> ------------------------------
> 
> At 12:40 12-07-05, Sebastian Redl wrote:
> 
>  >You can check your style sheet carefully for
> syntax errors that would
>  >make the UA ignore your styles, because as you
> have them now, they're
>  >correct and should override the earlier styles.
> 
> That's what I thought. Rebooting seemed to help, now
> I can make the
> line 5 underline go away but this next bit defies
> explanation (by me):
> 
> This coding works:
> 
> #order a:link {
>       text-decoration: none;
>       font-weight: 900;
>       font-style: italic;
>       }
> #order a:active
>       {
>       text-decoration: none;
>       font-weight: 900;
>       font-style: italic;
>       }
> #order a:visited {
>       text-decoration: none;
> 
=== message truncated ===


Faith Walker 
 
  

 











test'; " type=text/css>



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to