Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread Philippe Wittenbergh
On May 13, 2011, at 2:40 PM, David Laakso wrote: > Hmm. G. Sortun fix applied 1:06a. No change made jQ. Does Georg's fix hold > your end? > Thanks. yeah, Georg's 'fix' solves the issue - mostly. I still see a ~2px white strip on your pages, but not with my test case. Philippe -- Philippe Witt

Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread David Laakso
On 5/13/11 1:40 AM, Felix Miata wrote: On 2011/05/13 01:25 (GMT-0400) David Laakso composed: http://www.chelseacreekstudio.com/m/mhr/page/02.php Those 7cm blank columns left of center and on right margin seem rather strange, like asymmetry was a major feature rather than incidental. Do yo

Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread Felix Miata
On 2011/05/13 01:25 (GMT-0400) David Laakso composed: http://www.chelseacreekstudio.com/m/mhr/page/02.php Those 7cm blank columns left of center and on right margin seem rather strange, like asymmetry was a major feature rather than incidental. -- "The wise are known for their understanding,

Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread David Laakso
On 5/13/11 12:00 AM, "G.Sørtun" wrote: > Have no idea, but... body {overflow: hidden;} ...works. Georg -- On server with a cleared cache: body {overflow: hidden;} /*G. Sortun :

Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread David Laakso
On 5/12/11 11:14 PM, Philippe Wittenbergh wrote: On May 13, 2011, at 11:55 AM, David Laakso wrote: Why does the dark-gray like background-color not paint the full page?

Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread G.Sørtun
> Have no idea, but... body {overflow: hidden;} ...works. Georg __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread David Hucklesby
On 5/12/11 7:55 PM, David Laakso wrote: Why does the dark-gray like background-color not paint the full page? > CSS

Re: [css-d] os x 10.4 opera/11.1

2011-05-12 Thread Philippe Wittenbergh
On May 13, 2011, at 11:55 AM, David Laakso wrote: > Why does the dark-gray like background-color not paint the full page? > > > > > CS

[css-d] os x 10.4 opera/11.1

2011-05-12 Thread David Laakso
Why does the dark-gray like background-color not paint the full page? CSS Best

Re: [css-d] [WD]: Sticky footer help wanted

2011-05-12 Thread Tim Climis
> Oooops. > It would help if I gave you the URL, would it not? > Indeed. > valdobson.co.uk/test > > > On 8 May 2011 15:22, Val Dobson wrote: > > I'm trying to develop a simple header/ 2 col / footer layout using the > > template from stickyfooter.com > > But I cannot seem to get rid of

Re: [css-d] Drop Cap missing in FF4

2011-05-12 Thread Lesley Lutomski
On 12/05/11 13:27, Philippe Wittenbergh wrote: > Thanks for testing. That's really weird, because I'm using Ubuntu 11.04 with FF4.0.1 and there's no letter displayed. > > I realise there's an easy fix by deleting the ChromaSSK font, which i

Re: [css-d] Dynamically positiong sub menus and Bottom up navigationmenu

2011-05-12 Thread Del Wegener
Is there a way using CSS to display the second level menu bottom up for the items closer to the bottom. Regards, Sohail I have done this with a third level flyout menu. Assign a class to the flyout as: http://www.delweg.com/cppapers/cpsystem.htm"; target="_blank" title="Groundbed

Re: [css-d] Drop Cap missing in FF4

2011-05-12 Thread Philippe Wittenbergh
On May 12, 2011, at 6:42 PM, Lesley Lutomski wrote: > Thanks for testing. That's really weird, because I'm using Ubuntu 11.04 with > FF4.0.1 and there's no letter displayed. > > > I realise there's an easy fix by deleting the ChromaSSK font

Re: [css-d] Drop Cap missing in FF4

2011-05-12 Thread Gabriele Romanato
@David: did you see the bug thread? It's amazing how much C++ code is required to make @font-face work. It's something we should consider before blaming implementors, IMHO. :-) On Thu, May 12, 2011 at 11:42 AM, Lesley Lutomski wrote: > On 12/05/11 00:59, David Laakso wrote: > >> Dunno. Is this a

Re: [css-d] Drop Cap missing in FF4

2011-05-12 Thread Lesley Lutomski
On 12/05/11 00:59, David Laakso wrote: Dunno. Is this a blessing or a "bug." Thanks for the link, but that's an @font-face bug, and I'm using a simple font-family declaration, so I don't think that's the problem. On 12/05/11 02:12, Philip

Re: [css-d] font shorthand: system font oddities

2011-05-12 Thread Philippe Wittenbergh
On May 12, 2011, at 5:42 PM, Joergen W. Lang wrote: >> Correct. E { font: 1em/1.5 'my font' sans-serf;} is the minimal >> syntax. > > I guess, the value for line-height could also be omitted. There should be a > comma between 'my font' and 'sans-serif', d'accord?: :shamed: d'accord (that finge

Re: [css-d] font shorthand: system font oddities

2011-05-12 Thread Joergen W. Lang
Am 12.05.11 03:07, schrieb Philippe Wittenbergh: On May 10, 2011, at 6:51 PM, Joergen W. Lang wrote: > According to the spec (1) the values for 'font-size' and 'font-family' must be specified at all times. Correct. E { font: 1em/1.5 'my font' sans-serf;} is the minimal syntax. I guess, t