Re: [css-d] CSS3 Parse Error on Filter:

2011-07-22 Thread Dan Kaufman
The Parse Error is on the line: filter: Glow(color=#99, strength=2); >>> I thought filter was proprietary to IE? Maybe you could move the filter to an IE-specific stylesheet? >>> Good point. Sometimes the obvious is the most unobvious. Thank you, Dan

Re: [css-d] CSS3 Parse Error on Filter:

2011-07-22 Thread Philippe Wittenbergh
On Jul 23, 2011, at 9:12 AM, Dan Kaufman wrote: > I am getting a Parse Error from the W3C Validator for CSS3 for the > following: > > > I have Googled and Googled for some clue for what I have done to offend Mr. > Validator, but thus far every word on the subject I've found appears to > indicat

Re: [css-d] CSS3 Parse Error on Filter:

2011-07-22 Thread Micky Hulse
I thought filter was proprietary to IE? Maybe you could move the filter to an IE-specific stylesheet? __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discu

[css-d] CSS3 Parse Error on Filter:

2011-07-22 Thread Dan Kaufman
I am getting a Parse Error from the W3C Validator for CSS3 for the following: #header h1 { font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif; font-size: 5.5em; font-weight: normal; text-transform:lowercase; color: #FF70B8; line-height

Re: [css-d] question on space at bottom of page

2011-07-22 Thread G.Sørtun
On 23.07.2011 01:03, Gail Issen wrote: Can you direct me to a site where I can check for CSS3 validation? Select "More Options > Profile : CSS level 3." Georg __ css-discuss [c

Re: [css-d] question on space at bottom of page

2011-07-22 Thread Micky Hulse
On Fri, Jul 22, 2011 at 4:03 PM, Gail Issen wrote: > Can you direct me to a site where I can check for CSS3 validation? http://jigsaw.w3.org/css-validator/ Check under "More Options". :) __ css-discuss [css-d@lists.css-discuss.o

Re: [css-d] question on space at bottom of page

2011-07-22 Thread Gail Issen
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of "G.Sørtun" Sent: Friday, July 22, 2011 5:54 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] question on space at bottom of page On 23.07.2011 00:28, Gail Issen wro

Re: [css-d] question on space at bottom of page

2011-07-22 Thread G.Sørtun
On 23.07.2011 00:28, Gail Issen wrote: > html { overflow-y : scroll; } > While David's solution does work, it causes a validation error. Wrong. It validates as CSS 3 - not CSS 2.1. Georg __ css-discuss [css-d@lists

Re: [css-d] question on space at bottom of page

2011-07-22 Thread Gail Issen
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Hucklesby Sent: Friday, July 22, 2011 3:38 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] question on space at bottom of page On 7/22/11 4:48 AM, Markus Ern

Re: [css-d] 100% height issue, and graphic placement q's

2011-07-22 Thread John
Thanks for all the help Georg, Alan and Ghodmode... in a way, it's good to know that part of my woes were due to sloppy coding and tags... John On Jul 21, 2011, at 9:34 PM, Ghodmode wrote: On Fri, Jul 22, 2011 at 4:02 AM, "G.Sørtun" wrote: On 21.07.2011 20:30, John wrote: Well, I am

Re: [css-d] question on space at bottom of page

2011-07-22 Thread David Hucklesby
On 7/22/11 4:48 AM, Markus Ernst wrote: Am 21.07.2011 15:44 schrieb Alan Gresley: Out of curiously, can you please tell me what the following CSS is for. /* To prevent jumping */ html { min-height: 100%; margin-bottom: 1px; } I have seen this before as a recommendation how to force a scrollba

Re: [css-d] 100% height issue, and graphic placement q's

2011-07-22 Thread Ghodmode
On Fri, Jul 22, 2011 at 10:17 PM, Alan Gresley wrote: ... > The layout should work in all browsers consistently. BTW, the below comment > is not quite true. > > /* Margins are handled inconsistently on different > * browsers. Since this object is absolutely positioned > * anyway, use the po

Re: [css-d] 100% height issue, and graphic placement q's

2011-07-22 Thread Alan Gresley
On 22/07/2011 2:34 PM, Ghodmode wrote: On Fri, Jul 22, 2011 at 4:02 AM, "G.Sørtun" wrote: On 21.07.2011 20:30, John wrote: Well, I am getting closer to tackling this issue, yet my playing with values in the below body:after code didn't fix the issue which can be seen in the screengrab here:

Re: [css-d] question on space at bottom of page

2011-07-22 Thread Markus Ernst
Am 21.07.2011 15:44 schrieb Alan Gresley: Out of curiously, can you please tell me what the following CSS is for. /* To prevent jumping */ html { min-height: 100%; margin-bottom: 1px; } I have seen this before as a recommendation how to force a scrollbar, in order to prevent centered contents