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,

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 finger that

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. https://bugzilla.mozilla.org/show_bug.cgi?id=458169 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, Philippe

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 c...@islaywebdesign.co.ukwrote: On 12/05/11 00:59, David Laakso

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. http://www.islaywebdesign.co.uk/images/dropcap.png I realise there's an easy fix by deleting the ChromaSSK font,

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 ul as: ul class=outside_ref lia href=http://www.delweg.com/cppapers/cpsystem.htm;

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.http://www.islaywebdesign.co.uk/images/dropcap.png I realise there's an easy fix by deleting the ChromaSSK font, which isn't

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 valdob...@gmail.com 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

[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? http://www.chelseacreekstudio.com/m/mhr/page/02.php http://www.chelseacreekstudio.com/m/mhr/page/03.php http://www.chelseacreekstudio.com/m/mhr/page/04.php CSS http://www.chelseacreekstudio.com/m/mhr/css/style.css Best,

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? http://www.chelseacreekstudio.com/m/mhr/page/02.php http://www.chelseacreekstudio.com/m/mhr/page/03.php http://www.chelseacreekstudio.com/m/mhr/page/04.php CSS

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? http://www.chelseacreekstudio.com/m/mhr/page/02.php http://www.chelseacreekstudio.com/m/mhr/page/03.php http://www.chelseacreekstudio.com/m/mhr/page/04.php CSS

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

2011-05-12 Thread G.Sørtun
http://www.chelseacreekstudio.com/m/mhr/page/02.php 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 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? http://www.chelseacreekstudio.com/m/mhr/page/02.php http://www.chelseacreekstudio.com/m/mhr/page/03.php

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: http://www.chelseacreekstudio.com/m/mhr/page/02.php Have no idea, but... body {overflow: hidden;} ...works. Georg -- On server with a cleared cache: http://chelseacreekstudio.com/m/mhr/css/style.css body {overflow: hidden;} /*G. Sortun :: Fri

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 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