Re: [css-d] Fonts, fall-backs Unicode

2010-07-15 Thread Jukka K. Korpela
Philippe Wittenbergh wrote: A modern OS / browser will do the job for you. But most users, or (to be cautious) at least a non-negligible share like 40% of users, seem to be using an OS / browser that in non-modern by your implicit definition. p { font-family: font-a, font-b, font-c, serif;}

[css-d] browser zoom breaks layout -- continued

2010-07-15 Thread snak detek+0r
Hi, I posted a couple days ago about a problem I'm having when zooming out. What happens is that the main content (it's a two column layout, both columns floated) jumps down when you zoom out. I'm talking about graphical zoom, not font zoom. Here's an image of what it does:

Re: [css-d] Fonts, fall-backs Unicode

2010-07-15 Thread Philippe Wittenbergh
On Jul 15, 2010, at 3:23 PM, Jukka K. Korpela wrote: Philippe Wittenbergh wrote: A modern OS / browser will do the job for you. But most users, or (to be cautious) at least a non-negligible share like 40% of users, seem to be using an OS / browser that in non-modern by your implicit

Re: [css-d] browser zoom breaks layout -- continued

2010-07-15 Thread Philippe Wittenbergh
On Jul 15, 2010, at 4:48 PM, snak detek+0r wrote: At the time I couldn't replicate it on my computer, but with the help of folks here, especially Felix Miata, I understand now that it can be replicated by changing the monitor resolution. Now that I can examine it, though, I don't

Re: [css-d] textarea css

2010-07-15 Thread Felix Miata
On 2010/07/15 13:35 (GMT+0800) luby composed: Actually, if i set the style of the textarea as font-size: 18pt; font-family: 'Centaur'; it works,but let its style as the parent element,it does not work,not only span tag. if the parent tag is div etc ,it does not work too. Like I wrote, it

Re: [css-d] I need a good scripted font

2010-07-15 Thread Philip Taylor (Webmaster, Ret'd)
Felix Miata wrote: For ideas on what people have: http://www.codestyle.org/css/font-family/sampler-CombinedResultsFull.shtml This is a very useful resource, Felix, but a comment and a question : 1) The Platform icon completely passed my notice. I am not a native speaker of Iconish, and

Re: [css-d] I need a good scripted font

2010-07-15 Thread Philip Taylor (Webmaster, Ret'd)
Ah, please forgive me : I thought it was your work. Philip Taylor Felix Miata wrote: On 2010/07/15 09:25 (GMT+0100) Philip Taylor (Webmaster, Ret'd) composed: Felix Miata wrote: For ideas on what people have: http://www.codestyle.org/css/font-family/sampler-CombinedResultsFull.shtml

[css-d] background color of a with class

2010-07-15 Thread Thijs Hakkenberg
Dear List, I made an menu based on ul's and li's (http://winkel.varkensinnood.nl) with an a:hover turning the a element white. However, when clicked the a element turns into a class=active. I want to change the background color and should work with the following css: #block-uc_catalog-0 a

Re: [css-d] background color of a with class

2010-07-15 Thread Tim Arnold
On Jul 15, 2010, at 7:37 AM, Thijs Hakkenberg th...@hakkenberg.com wrote: Dear List, I made an menu based on ul's and li's (http://winkel.varkensinnood.nl) with an a:hover turning the a element white. However, when clicked the a element turns into a class=active. I want to change the

Re: [css-d] Fonts, fall-backs Unicode

2010-07-15 Thread Philip Taylor (Webmaster, Ret'd)
Philippe Wittenbergh wrote: Usually you don't even know if the user has the font activated or not... :-). This is a little off-topic for CSS-D, but still pertinent, so I hope the question will be acceptable to most : is it possible, using JavaScript or otherwise, to interrogate the DOM to

Re: [css-d] background color of a with class

2010-07-15 Thread Climis, Tim
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d- boun...@lists.css-discuss.org] On Behalf Of Tim Arnold Sent: Thursday, July 15, 2010 8:51 AM To: Thijs Hakkenberg Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] background color of a with class On

[css-d] remove white space on td with image inside without using display:block; ?

2010-07-15 Thread MEM
Hello all, Is there a way to remove the white space inside a td that contains an image, without using display:block; ? The reason why I can't use display:block; relies on the fact (so I believe) that some e-mail clients don't support it. Is there another way for removing them? Thanks a lot in

Re: [css-d] remove white space on td with image inside without using display:block; ?

2010-07-15 Thread Philippe Wittenbergh
On Jul 15, 2010, at 10:37 PM, MEM wrote: Is there a way to remove the white space inside a td that contains an image, without using display:block; ? td img {vertical-align: bottom; } /* or top */ ? Philippe --- Philippe Wittenbergh http://l-c-n.com/

[css-d] CLearing woes

2010-07-15 Thread Tom Livingston
List, I am attempting to use the famed clearfix for the first time, and on a rather complex layout (imho). Can anyone take a peek and let me know what is wrong? I am getting extra spacing in Safari 5 mac and IE 8, missing some space in IE 6 and getting NO spacing in IE 7. FF 3.6.6 Mac is looking

Re: [css-d] CLearing woes

2010-07-15 Thread Tom Livingston
Can you tell I'm going completely nuts? The issue that remains is in IE 6 and 7. [slinks away in embarrassment] On Thu, Jul 15, 2010 at 10:32 AM, Tom Livingston tom...@gmail.com wrote: OMG. Time for more coffee I think... Here's the missing link. Sorry guys/gals...

Re: [css-d] CLearing woes

2010-07-15 Thread Tom Livingston
UPDATE: I found a typo, and am now getting most spacing I need in IE 7, but it is still missing the same spacing as IE 6. On Thu, Jul 15, 2010 at 10:14 AM, Tom Livingston tom...@gmail.com wrote: List, I am attempting to use the famed clearfix for the first time, and on a rather complex layout

Re: [css-d] CLearing woes

2010-07-15 Thread Tom Livingston
OMG. Time for more coffee I think... Here's the missing link. Sorry guys/gals... http://proof.mlinc.com/mlinc.com/testpages/clearing/ I now have only one issue left. I am missing some spacing above Live Photostream area. Thanks. Sorry! On Thu, Jul 15, 2010 at 10:17 AM, Tom Livingston

Re: [css-d] remove white space on td with image inside without using display:block; ?

2010-07-15 Thread MEM
2010/7/15 Philippe Wittenbergh e...@l-c-n.com: On Jul 15, 2010, at 10:37 PM, MEM wrote: Is there a way to remove the white space inside a td that contains an image, without using display:block; ? td img {vertical-align: bottom; } /* or top */ ? Philippe Thank you. That worked on the

Re: [css-d] I need a good scripted font

2010-07-15 Thread David Laakso
Andy B. wrote: Ok. Try a look and see how it turns out. Are you sure 44 point font isn't too huge? www.eternityrecords.org/private/ These changes will not correct all issues at the moment. But I think they will put you in a better position than you are now. Change the markup

Re: [css-d] CLearing woes

2010-07-15 Thread Tom Livingston
It appears I found the error. Thanks to anyone who took the time to look. On Thu, Jul 15, 2010 at 10:34 AM, Tom Livingston tom...@gmail.com wrote: Can you tell I'm going completely nuts? The issue that remains is in IE 6 and 7. [slinks away in embarrassment] On Thu, Jul 15, 2010 at 10:32

Re: [css-d] CLearing woes

2010-07-15 Thread Tom Livingston
I spoke too soon. The issue, I think, revolves around this area: #group2Wrap, #group3-4Contain{float: left;} #group2Wrap{margin-right: 10px; margin-bottom: 10px;} #group2_a{background-color: #fff; width: 205px; min-height: 25em; _height: 25em;} If I add my margin-bottom: 10px;

[css-d] lost background on footer

2010-07-15 Thread TriState Advantage, Kris Jacobson
After being side tracked by another project I am back trying to get this one finished. I did away with the sticky footer as advised by Tom and added instead a div with padding that can be adjusted for the page. But I have lost the white background on the footer and for the life of me can't

Re: [css-d] CLearing woes

2010-07-15 Thread David Laakso
Tom Livingston wrote: I spoke too soon. What am I missing for IE6-7??? Not sure if this is what you after? Try: #fullwidth1Wrap { background-color : blue; margin-bottom : 10px; min-height : 150px; }/* 4 compliant browsers */ .scrollable { background : yellow; position :

[css-d] OS Specific CSS?

2010-07-15 Thread absynthe minded web smithes
Is there a way to target styles to specific OS's? FF for Mac and FF for Windows have slight differences in how they handle legends, fonts, and other little things I have yet to discover. I've also noticed little differences in Webkit browsers. Other than using JS or server side sniffers. --

Re: [css-d] CLearing woes

2010-07-15 Thread David Laakso
Whoops. Should read: #fullwidth1Wrap { background-color : blue; margin-bottom : 10px; min-height : 150px; }/* 4 compliant browsers */ .scrollable { background : yellow; position : relative; width : 915px; height : 110px; overflow : hidden; float : left; }/* 4 compliant browsers */

Re: [css-d] lost background on footer

2010-07-15 Thread David Laakso
TriState Advantage, Kris Jacobson wrote: I have lost the white background on the footer and for the life of me can't figure out what it is. Here are the links http://www.tristateadvantage.com/woolynpurses/indexpage3.html CSS #container { background-color: #fff; text-align: left;

Re: [css-d] remove white space on td with image inside without using display:block; ?

2010-07-15 Thread Philippe Wittenbergh
On Jul 16, 2010, at 12:10 AM, MEM wrote: td img {vertical-align: bottom; } /* or top */ ? Thank you. That worked on the browser preview but not on hotmail and gmail clients. :( Have you checked what the computed value is for the offending image ? Firebug or the Web Inspector in

Re: [css-d] OS Specific CSS?

2010-07-15 Thread David Hucklesby
On 7/15/10 1:51 PM, absynthe minded web smithes wrote: Is there a way to target styles to specific OS's? FF for Mac and FF for Windows have slight differences in how they handle legends, fonts, and other little things I have yet to discover. I've also noticed little differences in Webkit

Re: [css-d] OS Specific CSS?

2010-07-15 Thread Philippe Wittenbergh
On Jul 16, 2010, at 10:39 AM, David Hucklesby wrote: On 7/15/10 1:51 PM, absynthe minded web smithes wrote: Is there a way to target styles to specific OS's? FF for Mac and FF for Windows have slight differences in how they handle legends, fonts, and other little things I have yet to