Re: [css-d] slight layout change: center numbers in circles.

2011-01-15 Thread Philippe Wittenbergh
On Jan 15, 2011, at 4:10 PM, Bob Rosenberg wrote: I am not sure what the rules are when the first selected font does not contain the character but a subsequent one does (ie: Will it search the subsequent fonts for the character or just give up since it has found a prior font that is

Re: [css-d] slight layout change: center numbers in circles.

2011-01-14 Thread Bob Rosenberg
At 08:17 +0200 on 01/11/2011, Jukka K. Korpela wrote about Re: [css-d] slight layout change: center numbers in circles: Bob Rosenberg wrote: You can also just use the numbers in the U+2776-U+2793 range which will give you 1-10 as Serif numbers in black or white circles as well as Sans-Serif

Re: [css-d] slight layout change: center numbers in circles.

2011-01-11 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 11:47 AM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: On the theoretical side: because these characters are dingbats, i.e. specific graphics encoded as characters in a technical sense but not true text characters. On the practical side: because they mostly _don't_

Re: [css-d] slight layout change: center numbers in circles.

2011-01-11 Thread Jukka K. Korpela
Chetan Crasta wrote: I'm not sure of the meaning of those characters, though. Do they have the same meaning as regular numbers? Technically, the circled numbers are defined as numbers (digits), i.e. their general category is Number, and they also have numeric values defined for them in

[css-d] slight layout change: center numbers in circles.

2011-01-10 Thread Rory Bernstein
Hello All, http://mcgivney.ehclients.com/ On this page, you will see a big jQuery slideshow thing. I has some numbers in circles that let you select the slide to see. How can I get the numbers centered exactly in the circles? I can't seem to figure that out. Thank you, Rory

Re: [css-d] slight layout change: center numbers in circles.

2011-01-10 Thread Chetan Crasta
On Tue, Jan 11, 2011 at 12:23 AM, Rory Bernstein r...@rorybernstein.com wrote: Hello All, http://mcgivney.ehclients.com/ On this page, you will see a big jQuery slideshow thing. I has some numbers in circles that let you select the slide to see. How can I get the numbers centered exactly

Re: [css-d] slight layout change: center numbers in circles.

2011-01-10 Thread Rory Bernstein
On Jan 10, 2011, at 2:07 PM, Chetan Crasta wrote: On Tue, Jan 11, 2011 at 12:23 AM, Rory Bernstein r...@rorybernstein.com wrote: Hello All, http://mcgivney.ehclients.com/ Add this .switcher li a { line-height:13px;} ~Chetan Perfection. Thank you! Rory

Re: [css-d] slight layout change: center numbers in circles.

2011-01-10 Thread Bob Rosenberg
At 13:53 -0500 on 01/10/2011, Rory Bernstein wrote about [css-d] slight layout change: center numbers in circles.: Hello All, http://mcgivney.ehclients.com/ On this page, you will see a big jQuery slideshow thing. I has some numbers in circles that let you select the slide to see. How can I

Re: [css-d] slight layout change: center numbers in circles.

2011-01-10 Thread Rory Bernstein
On Jan 10, 2011, at 5:56 PM, Bob Rosenberg wrote: At 13:53 -0500 on 01/10/2011, Rory Bernstein wrote about [css-d] slight layout change: center numbers in circles.: Hello All, http://mcgivney.ehclients.com/ You can also just use the numbers in the U+2776-U+2793 range which

Re: [css-d] slight layout change: center numbers in circles.

2011-01-10 Thread Jukka K. Korpela
Bob Rosenberg wrote: You can also just use the numbers in the U+2776-U+2793 range which will give you 1-10 as Serif numbers in black or white circles as well as Sans-Serif 1-10 in black circles. Why fool around when the characters exist in your fonts? On the theoretical side: because these