>
>
> So, I either have to keep track of the math, or…is there another, better
> way I should have built that lock-up?
>
If you want to use em's, you'll need to be aware of parent font sizes.
 Personally, I don't put <img>'s in <h1>'s, but I see it in practice all of
the time (and it's acceptable as far as the standards bodies are
concerned).

If it was me, I'd probably do something like:
<header>
  <img class="logo" href="">
  <h1 class="hide-me-from-view">Coffee On Mars</h1>
</header>

But there are so many ways to handle it, and they way you're doing it isn't
"wrong", just not the way I'd do it.


>
> I guess I was going for better SEO by wrapping my logo in an h1 which, now
> that I re-examine, seems like pretty weak sauce…
>
I don't know of any tests that would suggest an <img> in your <h1> in any
way benefits seo


>
> Perhaps I’d best wrap the logo in a regular div with an id of
> ‘header-logo’  ?
>
> John
> ______________________________________________________________________
> 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/
>
______________________________________________________________________
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