[css-d] CSS automatically adjusts widths for iPhone without

2011-03-03 Thread ishi soichi
hi. I'm developing a site optimized for iPhone. The width of the site is crucial. And iPhone needs both vertical and horizontal settings. Two settings need to be put into effective automatically, I believe. Can I set both settings only with CSS? For some reason, I cannot use in HTML. I need t

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread John Daggett
Hi Jukka, > > You might want to use this: > > > > text-rendering: optimizeLegibility; > > That would be risky when letter-spacing is used. Browsers may apply > ligatures when you say text-rendering: optimizeLegibility. When a word > contains, say, "fi", these letters will then stick together,

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Jukka K. Korpela
John Daggett wrote: You might want to use this: text-rendering: optimizeLegibility; That would be risky when letter-spacing is used. Browsers may apply ligatures when you say text-rendering: optimizeLegibility. When a word contains, say, "fi", these letters will then stick together, as the

Re: [css-d] your opinion and advice appreciated

2011-03-03 Thread G.Sørtun
On 04.03.2011 02:35, Martin wrote: I also tested it today on IE6 - and here's the problem. Any advice? link: www.slackword.net/astute Didn't test, but I'm pretty sure the addition of... .trileft {display: inline;} ...will fix IE6' 'margin-doubling on floats' bug and make those floats line u

Re: [css-d] IE7 float question, stacking instead of floating

2011-03-03 Thread David Laakso
On 3/3/11 10:16 PM, Debbie Campbell wrote: Can someone tell me why the three yellow divs are stacked on top of each other rather than floating left in IE7? http://www.redkitecreative.com/projects/cvs/ Forgive me Debbie, but it may be because you keep asking what amounts to the same quest

[css-d] IE7 float question, stacking instead of floating

2011-03-03 Thread Debbie Campbell
Can someone tell me why the three yellow divs are stacked on top of each other rather than floating left in IE7? http://www.redkitecreative.com/projects/cvs/ -- Debbie Campbell www.redkitecreative.com __ css-discuss [css-d@li

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread John Daggett
Barney Carroll wrote: > > …FF also does subpixel positioning while Safari snaps everything to > > pixel positions, as Philippe noted. > > Briefly, while we're on the subject, I might add that this difference of > policy of maths-to-the-pixel applies to a great number of things (not > just lette

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Barney Carroll
On 4 Mar 2011, at 01:54, John Daggett wrote: > …FF also does subpixel positioning while Safari > snaps everything to pixel positions, as Philippe noted. Briefly, while we're on the subject, I might add that this difference of policy of maths-to-the-pixel applies to a great number of things (no

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread John Daggett
Hi Rory, > It seems that the letter spacing results I am getting on Safari 5.0.3 on > the Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The > FF spacing is the one I want; the letter spacing doesn't seem to be > getting applied in Safari, the spacing is too tight. There are a c

[css-d] your opinion and advice appreciated

2011-03-03 Thread Martin
Hi all I'm doing this website and would like to hear what you think about it. Anything that you'd improve? All of it?! haha Another thing is that I've done it using firefox. I've tested it on Opera, Chrome and IE7+ They look, if not identical, then certainly similar so I don't have a problem

Re: [css-d] List item numbers not printing in OrderedList (correction)

2011-03-03 Thread Tim Dawson
On 03/03/2011 20:06, david wrote: Jukka K. Korpela wrote: Tim Dawson wrote: http://holidaymullandiona.com/quest/index.php?next=challenges [...] I'm testing in Firefox. In the Print Preview Page Setup dialog I had 'Print Background (colors & images)' UNchecked (as usual). Checking this option

Re: [css-d] List item numbers not printing in OrderedList (correction)

2011-03-03 Thread david
Jukka K. Korpela wrote: Tim Dawson wrote: http://holidaymullandiona.com/quest/index.php?next=challenges [...] I'm testing in Firefox. In the Print Preview Page Setup dialog I had 'Print Background (colors & images)' UNchecked (as usual). Checking this option showed both the background color A

Re: [css-d] List item numbers not printing in OrderedList (correction)

2011-03-03 Thread Jukka K. Korpela
Tim Dawson wrote: http://holidaymullandiona.com/quest/index.php?next=challenges [...] I'm testing in Firefox. In the Print Preview Page Setup dialog I had 'Print Background (colors & images)' UNchecked (as usual). Checking this option showed both the background color AND the list numbers in th

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-03 Thread Debbie Campbell
Will do, thanks for the correction. -- Debbie On 3/3/2011 12:24 PM, Chetan Crasta wrote: On Fri, Mar 4, 2011 at 12:41 AM, Chetan Crasta wrote: Try this: #content { background:url("../images/content-bg.jpg") repeat-x scroll left top transparent; ... } #content-inside { margin-top: 180px; back

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-03 Thread Chetan Crasta
On Fri, Mar 4, 2011 at 12:41 AM, Chetan Crasta wrote: > Try this: > > #content { > background:url("../images/content-bg.jpg") repeat-x scroll left top > transparent; > ... > } > #content-inside { > margin-top: 180px; > background-color: white; > } > table#dashboard { > margin: -109px auto 80px; >

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-03 Thread Debbie Campbell
Thanks, I'll give that a try. -- Debbie On 3/3/2011 12:11 PM, Chetan Crasta wrote: Try this: #content { background:url("../images/content-bg.jpg") repeat-x scroll left top transparent; ... } #content-inside { margin-top: 180px; background-color: white; } table#dashboard { margin: -109px auto

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-03 Thread Chetan Crasta
Try this: #content { background:url("../images/content-bg.jpg") repeat-x scroll left top transparent; ... } #content-inside { margin-top: 180px; background-color: white; } table#dashboard { margin: -109px auto 80px; -moz-border-radius: 0 0 10px 10px; -webkit-border-bottom-right-radius: 14px; -webk

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Felix Miata
On 2011/03/03 12:18 (GMT-0600) Charles Miller composed: I'll interpret that as saying that I would be pretending because the web doesn't allow type design in any meaningful sense. That's useful to hear. Not in any meaningful sense is wrong, but there are considerable limitations, not the least

Re: [css-d] removing/hiding background-color 'fringe' on border-radius

2011-03-03 Thread Debbie Campbell
I can't remove the shadow, this is something the client's not budging on. I might have to use images for the top/bottom sections. -- Debbie On 3/3/2011 12:35 AM, Chetan Crasta wrote: On Thu, Mar 3, 2011 at 5:26 AM, Debbie Campbell wrote: I'm using border-radius on #content in this page: h

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Charles Miller
On Mar 3, 2011, at 11:27 AM, David Laakso wrote: > On 3/3/11 11:24 AM, Charles Miller wrote: >> >> http://abcaudiology.com (the home page only) specifies something like >> 0.65ems of letter-spacing. I might like a little less space, but since older >> viewers will be common it looks OK to me.

Re: [css-d] List item numbers not printing in Ordered List (correction)

2011-03-03 Thread Tim Dawson
On 03.03.2011 17:47, Tim Dawson wrote: http://holidaymullandiona.com/quest/index.php?next=challenges Perhaps I've missed something obvious ? Can't see any colors defined for print in your styles, and the validator reports one color-value as being non-valid. Check up on, and declare, colors a

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread David Laakso
On 3/3/11 11:24 AM, Charles Miller wrote: http://abcaudiology.com (the home page only) specifies something like 0.65ems of letter-spacing. I might like a little less space, but since older viewers will be common it looks OK to me. I recently inherited the site to redesign it. So criticism and

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread David Hucklesby
On 3/3/11 6:58 AM, Philippe Wittenbergh wrote: On Mar 3, 2011, at 11:33 PM, Rory Bernstein wrote: It seems that the letter spacing results I am getting on Safari 5.0.3 on the Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The FF spacing is the one I want; the letter spacing do

Re: [css-d] List item numbers not printing in Ordered List (correction)

2011-03-03 Thread G.Sørtun
On 03.03.2011 17:47, Tim Dawson wrote: http://holidaymullandiona.com/quest/index.php?next=challenges Perhaps I've missed something obvious ? Can't see any colors defined for print in your styles, and the validator reports one color-value as being non-valid. Check up on, and declare, colors a

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Felix Miata
On 2011/03/03 16:16 (GMT+0100) "G.Sørtun" composed: On 2011/03/03 09:50 (GMT-0500), Charles Miller wrote: My trial& errors suggest that increasing the letter spacing has no effect until it suddenly has a large effect. And, it seems that the "jump" point is different in different browsers.

[css-d] List item numbers not printing in Ordered List (correction)

2011-03-03 Thread Tim Dawson
Sorry, got the link wrong in my first message. Here it is again (correct this time) Is there anything intrinsic about list-item numbers on an ordered list that would cause them not to print ? On this page: http://holidaymullandiona.com/quest/index.php?next=challenges they appear on screen, bu

[css-d] List item numbers not printing in Ordered List

2011-03-03 Thread Tim Dawson
Is there anything intrinsic about list-item numbers on an ordered list that would cause them not to print ? On this page: http://hmicom/quest/index.php?next=challenges they appear on screen, but not in Print Preview, nor on the actual print-out. I have got a small print-style file (qprint.css)

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Charles Miller
On Mar 3, 2011, at 9:16 AM, G.Sørtun wrote: > no-one has ever managed to control font-size or letter-spacing or anything > related to text reliable at pixel-level with HTML and CSS Thanks, Georg Clear. But just a trifle disappointing. :) My naiveté thought CSS could do anything! But I also re

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread G.Sørtun
On 03.03.2011 15:50, Charles Miller wrote: My trial & errors suggest that increasing the letter spacing has no effect until it suddenly has a large effect. And, it seems that the "jump" point is different in different browsers. Too tight jumps to too loose. Start by blowing page-zoom in brows

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Rory Bernstein
> On Thu, Mar 3, 2011 at 8:03 PM, Rory Bernstein wrote: >> >> It seems that the letter spacing results I am getting on Safari 5.0.3 on the >> Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The FF >> spacing is the one I want; the letter spacing doesn't seem to be getting >> ap

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Chetan Crasta
On Thu, Mar 3, 2011 at 8:03 PM, Rory Bernstein wrote: > > It seems that the letter spacing results I am getting on Safari 5.0.3 on the > Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The FF > spacing is the one I want; the letter spacing doesn't seem to be getting > applied in

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Philippe Wittenbergh
On Mar 3, 2011, at 11:33 PM, Rory Bernstein wrote: > It seems that the letter spacing results I am getting on Safari 5.0.3 on the > Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The FF > spacing is the one I want; the letter spacing doesn't seem to be getting > applied in Saf

Re: [css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Charles Miller
On Mar 3, 2011, at 8:33 AM, Rory Bernstein wrote: > It seems that the letter spacing results I am getting on Safari 5.0.3 on the > Mac are different from what I'm seeing on FF 3.6.14 I see the same in my work, using the latest Firefox beta 4 on my Mac. My trial & errors suggest that increasin

[css-d] letter spacing difference (FF vs. Safari)

2011-03-03 Thread Rory Bernstein
Good morning CSS devotees, It seems that the letter spacing results I am getting on Safari 5.0.3 on the Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The FF spacing is the one I want; the letter spacing doesn't seem to be getting applied in Safari, the spacing is too tight.

Re: [css-d] font-face syntax revisited

2011-03-03 Thread Ingo Chao
2011/3/3 Philippe Wittenbergh : > > On Feb 12, 2011, at 5:53 PM, Philippe Wittenbergh wrote: > http://dev.l-c-n.com/_temp/font_eot_woff.html >>> >>> Looks identical in IE9RC, Safari 5.0.3 and Opera 11.01 - on Vista. >> >> Thanks for testing - that means we really can use a cleaner, leaner synt

Re: [css-d] font-face syntax revisited

2011-03-03 Thread G.Sørtun
On 03.03.2011 08:05, Philippe Wittenbergh wrote: [...] (or the equivalent header in your htaccess file, which is my preferred method) Of course. :-) I can't imagine why anyone would want any browser to perform at less than its best for new projects, so "IE=edge" is an obligatory "fix" for

Re: [css-d] Quirks mode detection

2011-03-03 Thread Ingo
JWN schrieb am 02.03.2011 23:11 Hi Jim, http://bytes.com/topic/html-css/answers/627726-check-whether-browser-quirks-standards-mode thanks a lot (could not find anything useful that day)! I like the bookmarklet, since IE6 seems the only browser without "View page info". Although "It cannot be

Re: [css-d] how to i remove space between horizontal nav opions?

2011-03-03 Thread David Laakso
On 3/3/11 1:25 AM, Matthew P. Johnson wrote: I am trying to figure out how to eliminate the space between nav options. http://peacetimemachine.com/ecoit/index.shtml Matthew, more a markup problem rather than a CSS problem. See this for a fast and dirty quick-start: