Re: [css-d] An image gallery with a definition list and CSS

2010-06-18 Thread Gabriele Romanato
@David Laakso Too wise, too strong :-) 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] An image gallery with a definition list and CSS

2010-06-18 Thread David Laakso
Gabriele Romanato wrote: > > http://onwebdev.blogspot.com/2010/06/image-gallery-with-definition-list-and.html > > > Suggestions? > Gabriele Romanato > > > body { font: /*80%*/100% Arial, sans-serif; /*amend*/ background: #fff; /*add*/ color: #000; /*add*/ } #gallery dd h3 { /*font: nor

[css-d] An image gallery with a definition list and CSS

2010-06-18 Thread Gabriele Romanato
Hi! If I recall correctly, this is a smart technique proposed by Ingo Chao on his website (http://www.satzansatz.de/css.html). It actually adds more semantics to the styling of an image gallery. http://onwebdev.blogspot.com/2010/06/image-gallery-with-definition-list-and.html I didn't test it

Re: [css-d] styling non-english fonts

2010-06-18 Thread Chris Blake
Hi, I would have thought the idea wold be to find out what fonts are installed in the language packs - install. Specify fots before choosing 'serif' e.g. "arial" helvetica, serif but using the names of the fonts in the system. How can you specify the language if it's a multi-lingual site?

Re: [css-d] styling non-english fonts

2010-06-18 Thread Philippe Wittenbergh
On Jun 19, 2010, at 4:00 AM, Mark Richards wrote: >> Cambodian/Khmer >> renders vastly different font sizes between browsers. That issue with Khmer came up in the past, although I can't seem to find it in the archives (bad search-fu !). One thing I know for sure is that khmer fonts have a ver

Re: [css-d] IE6 padding

2010-06-18 Thread russ
> It seems like the step1_content padding and margin are being ignored? > > How can I fix this and get rid of the padding? Thanks I'm not sure what the fix is, but I'm finding it hard to make sense of the code because there is styling everywhere: at the top of the page, embedded in the HTML, and

Re: [css-d] IE6 padding

2010-06-18 Thread Thierry Koblentz
> > In IE6 I get padding around the black > > images: > > http://tinyurl.com/285yetp > > > > This is the padding I want to get rid of: > > http://tinyurl.com/286y94m > > > > It seems like the step1_content padding and margin are > > being ignored? > > > > How can I fix this and get rid of the paddi

Re: [css-d] IE6 padding

2010-06-18 Thread Jay Tanna
Without posting your outline CSS, basic html and/or a link to your site, you are not likely to get any help here. People have to see what you have done to get this padding. It could be the borders around the images or it could be your own design style and we can't provide solutions to hypothet

[css-d] IE6 padding

2010-06-18 Thread Ed Goodson
In IE6 I get padding around the black images: http://tinyurl.com/285yetp This is the padding I want to get rid of: http://tinyurl.com/286y94m It seems like the step1_content padding and margin are being ignored? How can I fix this and get rid of the padding? Thanks

Re: [css-d] letter-spacing

2010-06-18 Thread David Laakso
bho...@aol.com wrote: > Hi. letter-spacing seems to function in IE, but not in Safari, or Google > Chrome. Is this normal? > bhomis > > > p.general_text{ > font-size: .8em; > font-family: arial; > color: #33; > letter-spacing:.5px; > line-height: 145%; > text-align:left; > } > >

Re: [css-d] styling non-english fonts

2010-06-18 Thread Angela French
Well, I'm on my 7th out of 11 languages today, and only Khmer proved to be trouble so far.And yes I am adding the xml:lang attribute to the content div . And I specify UTF-8 in the meta tag. -Original Message- From: Mark Richards [mailto:mark.richa...@date.com] Sent: Friday, June 18

Re: [css-d] styling non-english fonts

2010-06-18 Thread Mark Richards
> From: Angela French > Subject: [css-d] styling non-english fonts > > I am creating some foreign language pages. Cambodian/Khmer > renders vastly different font sizes between browsers. Other > than making style sheets for each browser to style all my > page elements, is there some other way?

Re: [css-d] letter-spacing

2010-06-18 Thread Ed Seedhouse
On Fri, Jun 18, 2010 at 11:17 AM, wrote: > Hi.  letter-spacing seems to function in IE, but not in Safari, or  Google > Chrome.  Is this normal? > letter-spacing:.5px; Since a pixel is, by definition, the smallest measurement possible on any given screen, how would a browser render a space less

[css-d] letter-spacing

2010-06-18 Thread BHomis
Hi. letter-spacing seems to function in IE, but not in Safari, or Google Chrome. Is this normal? bhomis p.general_text{ font-size: .8em; font-family: arial; color: #33; letter-spacing:.5px; line-height: 145%; text-align:left; } text goes here. __

Re: [css-d] Centering the text of a legend with CSS

2010-06-18 Thread Thierry Koblentz
Hi Gabrielle, > I'm sorry for using an extra span here: > > http://onwebdev.blogspot.com/2010/06/centering-text-of-legend-element- > with.html > > do you have a better solution, fixes, workarounds? please comment here > or on the post. thanks! This was my take on this issue: http://tjkdesign.co

[css-d] Centering the text of a legend with CSS

2010-06-18 Thread Gabriele Romanato
Hi all! I'm sorry for using an extra span here: http://onwebdev.blogspot.com/2010/06/centering-text-of-legend-element-with.html do you have a better solution, fixes, workarounds? please comment here or on the post. thanks! :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zib