On Thu, Jul 24, 2014 at 12:52 PM, John <j...@coffeeonmars.com> wrote:
>
> On Jul 24, 2014, at 9:49 AM, Tom Livingston <tom...@gmail.com> wrote:
>
>> You could, since that h1 is an image, spec it to be font-size: 1em; but I 
>> tend to agree text trumps alt text.
>
> OK..so for the css declaration, it could be:
>
> #logo h1{
>         font-size:1em;
>         color:black;
>         blah;
>         blah;
>         blah;
> }
>
> which could come in very handy in future, but I suspect I also need to get 
> comfy with the REM idea as well..
>
> J



I used rem on this site: htp://www.mlmic.com with a px font-size fallback, like:

p{font-size:14px; font-size: .9rem;}



-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to