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

2010-06-16 Thread Jukka K. Korpela
Peter Coates wrote: Why not use ul { list-style-image URL(bullet.gif); } I believe that is supported by IE. Yes it is, but the placement (especially vertical) placement of the bullet images varies by browser and there's nothing you can do about it. Moreover, the images don't scale if

[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

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 just

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

[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 Jeff Zeitlin
On Wed, 16 Jun 2010 12:31:30 +0100, Philip Taylor (Webmaster, Ret'd) p.tay...@rhul.ac.uk 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

Re: [css-d] Fonts

2010-06-16 Thread Victor Subervi
On Sat, Jun 12, 2010 at 9:50 PM, Philippe Wittenbergh e...@l-c-n.comwrote: On Jun 13, 2010, at 10:34 AM, David Laakso wrote: http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/ Note that is a very old draft. The current draft is: http://www.w3.org/TR/css3-webfonts/ This is good. Thanks,

[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]

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

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 aside My twisted-sister can't find the link to it, either. She

Re: [css-d] Fonts

2010-06-16 Thread Victor Subervi
On Wed, Jun 16, 2010 at 9:49 AM, Victor Subervi victorsube...@gmail.comwrote: On Sat, Jun 12, 2010 at 9:50 PM, Philippe Wittenbergh e...@l-c-n.comwrote: On Jun 13, 2010, at 10:34 AM, David Laakso wrote: http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/ Note that is a very old draft.

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 tcli...@exchange.iu.edu 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

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

2010-06-16 Thread Jay Tanna
--- On Wed, 16/6/10, Jay Carlson jaycarl...@neb.rr.com 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 {

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

[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)

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 - to