Re: [css-d] Apache directory listing with CSS

2010-06-16 Thread Thierry Koblentz
Hi Gabrielle, > I'd like to propose the following solution to the Apache Foundation. > Do you think it's a good idea? > > http://onwebdev.blogspot.com/2010/06/apache-directory-listing-with- > css.html I'd add caption, thead, and tbody [1] And I would not use "address" [2] for this purpose Then

[css-d] Apache directory listing with CSS

2010-06-16 Thread Gabriele Romanato
I'd like to propose the following solution to the Apache Foundation. Do you think it's a good idea? http://onwebdev.blogspot.com/2010/06/apache-directory-listing-with-css.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/artic

Re: [css-d] Fonts

2010-06-16 Thread Philippe Wittenbergh
On Jun 17, 2010, at 3:13 AM, Victor Subervi wrote: > Actually, this doc, while being good, doesn't have anything at all to do > with my question concerning pantose-1. stemv, stemh, etc. and I still don't > know how to manipulate them to see what they do: In current versions of CSS, you can't man

Re: [css-d] Sizing bullets in IE6/IE7

2010-06-16 Thread Jay Tanna
--- On Wed, 16/6/10, Jay Carlson wrote: > > And yes, I'm not a fan of the bullets, but the client > insists. Ugh. > In that case why not adapt borders so that they look like bullets!. for example this would look like bullets in most browsers: ul.navbar li { background: white

Re: [css-d] Print Stylesheets: Two-column, newspaper/book style - How?

2010-06-16 Thread Freelance Traveller
On Wed, 16 Jun 2010 07:36:05 -0400, Tim Climis wrote: >On Wednesday, June 16, 2010 7:26:19 am Jeff Zeitlin wrote: >> I'm reluctant to do major hacking on the HTML; I'd prefer to stick to >> just using CSS to do this. Am I asking for too much at this point? If >> not, how do I do it? >That

Re: [css-d] Fonts

2010-06-16 Thread Victor Subervi
On Wed, Jun 16, 2010 at 9:49 AM, Victor Subervi wrote: > On Sat, Jun 12, 2010 at 9:50 PM, Philippe Wittenbergh wrote: > >> >> On Jun 13, 2010, at 10:34 AM, David Laakso wrote: >> >> > >> Note that is a very old draft. The current draft is: >>

Re: [css-d] CSS generated content and positioning

2010-06-16 Thread David Laakso
Gabriele Romanato wrote: > I did this just to see if there have been some changes in positioning > generated content... > http://onwebdev.blogspot.com/2010/06/css-generated-content-and-positioning.html > > > Gabriele Romanato > My twisted-sister can't find the link to it, either. She su

Re: [css-d] CSS generated content and positioning

2010-06-16 Thread Gabriele Romanato
Thanks! Bye :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English) __ css-discuss [cs...@lists.css-discuss.

[css-d] styling a list

2010-06-16 Thread TriState Advantage, Kris Jacobson
Thank you Russ and David for you help. Text align: center on the ul and display: inline on the li was the trick. I have to test in all the browsers but it seems to be working. Kris J __ css-discuss [cs...@lists.css-discuss.org] h

Re: [css-d] Fonts

2010-06-16 Thread Victor Subervi
On Sat, Jun 12, 2010 at 9:50 PM, Philippe Wittenbergh wrote: > > On Jun 13, 2010, at 10:34 AM, David Laakso wrote: > > > > Note that is a very old draft. The current draft is: > http://www.w3.org/TR/css3-webfonts/ > This is good. Thanks, V __

Re: [css-d] Print Stylesheets: Two-column, newspaper/book style - How?

2010-06-16 Thread Jeff Zeitlin
On Wed, 16 Jun 2010 12:31:30 +0100, "Philip Taylor (Webmaster, Ret'd)" wrote: >Jeff Zeitlin wrote: > > I 'edit' (for loose values of the word 'edit') a monthly PDF magazine. > > When a new issue is released, the articles from the previous issue > > become viewable on the magazine's website. >[sn

[css-d] CSS generated content and positioning

2010-06-16 Thread Frank Dariano
First time post, hope I'm doing it right. You asked and, just to let you know I tried the CSS generated content and positioning in IE8 and it worked OK. Thanks to you and all the others from whom I've learned a great deal. Frank

Re: [css-d] Print Stylesheets: Two-column, newspaper/book style - How?

2010-06-16 Thread Tim Climis
On Wednesday, June 16, 2010 7:26:19 am Jeff Zeitlin wrote: > I 'edit' (for loose values of the word 'edit') a monthly PDF magazine. > When a new issue is released, the articles from the previous issue > become viewable on the magazine's website. Currently, I have separate > screen and print styles

Re: [css-d] Print Stylesheets: Two-column, newspaper/book style - How?

2010-06-16 Thread Philip Taylor (Webmaster, Ret'd)
Jeff Zeitlin wrote: > I 'edit' (for loose values of the word 'edit') a monthly PDF magazine. > When a new issue is released, the articles from the previous issue > become viewable on the magazine's website. [snip] > I'm reluctant to do major hacking on the HTML; I'd prefer to stick to > ju

[css-d] Print Stylesheets: Two-column, newspaper/book style - How?

2010-06-16 Thread Jeff Zeitlin
I 'edit' (for loose values of the word 'edit') a monthly PDF magazine. When a new issue is released, the articles from the previous issue become viewable on the magazine's website. Currently, I have separate screen and print stylesheets for the articles on the web; this is - to me - an old techniq