On 12/12/10 10:34 PM, David Laakso wrote:
On 12/12/10 9:54 PM, Philippe Wittenbergh wrote:
On Dec 13, 2010, at 11:41 AM, David Laakso wrote:

Yet another trivial pursuit...

At the very top of the page english/espanol and should share a common baseline [as should ingles/espanol].
Anyone spot the problem?
I see the same issue with Opera 11b / OS X 10.6

If their Dragonfly didn't lie, it has to do with this:
#lft p b, #rht p b {
font-weight : 300 !important;
Opera / OS X understands the whole gamut of font-weights but can't handle it, that is, it uses the font-weight 400 face anyway.

If you set that line to font-weight 400, does it fix it ? (it looks correct after making that change with Dragonfly, but I'm not sure, all their hover effects are quite disturbing).

Philippe




On a cleared-cache font-weight: 400; made no difference. Same -- no difference -- for font-weight: normal; [currently on server]
Thanks.
~d



The correction this end 10.4 Opera 10.63:
#lft p a, #rht p a  {
/*font-weight: 700;*/
}
and
#lft p b, #rht p b {
font-weight : normal !important;
}
*Seems* to resolve the problem [on-server]...

Thanks.
~d












--
:: desktop and mobile ::
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [cs...@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