Re: [css-d] Font shorthand errors

2012-07-29 Thread Jukka K. Korpela
2012-07-29 17:34, Mike Manley wrote: The W3C CSS Validation Service gives me these errors. After reading the CSS3 standards for the font short hand I can not understand why I am getting the errors. > > 45 #content Value Error : font / is not a font-family value : > 1em / 1.5em Rockwell,

[css-d] Font shorthand errors

2012-07-29 Thread Mike Manley
The W3C CSS Validation Service gives me these errors. After reading the CSS3 standards for the font short hand I can not understand why I am getting the errors. 45 #content Value Error : font / is not a font-family value : 1em / 1.5em Rockwell,Helvetica,Sans-serif 99 .sub Value

Re: [css-d] CSS3 slider box/image triggered by onload?

2012-07-29 Thread Tedd Sperling
On Jul 28, 2012, at 8:33 PM, Keith Purtell wrote: > My client has her heart set on each page of her site featuring a different > image that slides in when the page loads. I found plenty of info about CSS3 > and JQuery slider boxes. I'll probably design for the former and fall back on > the lat

Re: [css-d] Floating boxes with variable heights

2012-07-29 Thread Georg
On 29.07.2012 11:41, Georg wrote: On 29.07.2012 07:29, David Hucklesby wrote: Now you made me double-check. :) Always a good thing ... that I don't do as often as I should these days ;-) To make my solution work we have to determine the exact width of the auto-added white-space. As browser

Re: [css-d] Floating boxes with variable heights

2012-07-29 Thread Philippe Wittenbergh
Le 29 juil. 2012 à 15:01, Philippe Wittenbergh a écrit : > Gecko and WebKit treat 'font-size: 0' in a special way - they both respect it > no matter what, just because too many webpages use this to hide text under > images or something similar, I forgot what the exact argument was when Gecko >

Re: [css-d] Floating boxes with variable heights

2012-07-29 Thread Georg
On 29.07.2012 07:29, David Hucklesby wrote: Now you made me double-check. :) Always a good thing ... that I don't do as often as I should these days ;-) In Webkit, I can only find a minimum font size setting. (Safari; Chrome)?? Five-step font-size selection under "Settings" --> "Show advanc